iOS Question Zebra RFD8500 - Bluetooth - ZETI

Gijsen

Member
Licensed User
Longtime User
I need to write an application to pair an ios device with the zebra rfd8500 rfid scanner.
The scanner has bluetooth and Apple IAP2/MFI certification.
(https://www.zebra.com/content/dam/z...er/spec-sheet/RFD8500-Specification-Sheet.pdf)

I've read on this forum that there is only a BLE library for B4I available, but also found this thread suggesting that communication over bluetooth is possible.
https://www.b4x.com/android/forum/t...ection-made-by-native-code.49773/#post-310851

I need to read and write to the device in order to be able to use the ZETI commands, which are basically text strings written to the device over.

Does anybody have an idea how to proceed ?
There is also an sdk available for Ios but that would mean wrinting a wrapper and I don't have any real experience with Xcode yet :(

Any help is greatly appreciated.
 

Gijsen

Member
Licensed User
Longtime User
I was afraid of that answer :(
It also doesn't support keyboard input like most other scanners do.

Is there a possibility to talk through bluetooth with the scanner ? Then I don't need to use the SDK but can use the ZETI commands.

In other threads you referred to the native code added to the b4i project to somehow make a start for the communication.
Or if that is impossible I might be better of buying and Android device, quad lock case, ... and move from ios to android.
 
Upvote 0
Top