Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Home › Forums › Ask the Flomies › ReadDataBlocks and Missing Bluetooth Folder
Tagged: Flomio SDK, iOS
It seems that the latest version of the Flomio SDK (v1.9 Build 6) has issues not reading data blocks from the RFID. I was able to successfully read data blocks using v1.6 of your SDK. I have updated our apps Flomio SDK API calls according to the ReadMe.md file accompanying the latest v1.9 SDK download.
Also, I am consistently having to create a ACSBluetooth folder inside of your “Includes” directory and moving the following files into that folder:
ABTAcr1255ujReader.h
ABTAcr3901us1Reader.h
ABTBluetoothReader.h
ABTBluetoothReaderManager.h
ACSBluetooth.h
ACSBTReader.h
As a follow up to this question, I am also hoping that you can update the new v1.9 read data blocks API from:
didFindDataBlocks:(NSString*)data fromDevice:(NSString*)deviceid
to one that actually returns the raw data and does not convert it to a string:
didFindDataBlocks:(NSData*)data fromDevice:(NSString*)deviceid
The old v1.6 API returned the read data blocks as NSData and it would help us maintain backwards compatibility with existing code. If not, I need to know how the raw data is going to be converted into a string (hex format?).
Please advise as soon as possible.
Hi Jack, we have updated the Flomio SDK v1.9 (Build 10) per your request. You can download it from the same Dropbox link as before (this link will remain constant going forward, always reflecting the latest SDK):
https://www.dropbox.com/s/y5qloadwievtjp4/FlomioSDK.zip?dl=0
please provide feedback on your integration of the didFindDataBlocks delegate to make sure it’s working as expected.
thanks,
Richard
You must be logged in to reply to this topic.