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.
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.