Linea Pro SDK
I am looking for help in integrating Linea Pro SDK within appcelerator. The Linea SDK comes with the Linea Pro scanner/msr for iphone.
I am trying to use Linea SDK in a custom module and call it in the main app. My issue is in establishing basic connection with the Linea SDK and thus the hardware
I am using the following code in the custom module startup method linea=[Linea sharedDevice]; [linea addDelegate:self]; [linea connect];
When I try to get connection status through method -connectionState, the state is alwaysdisconnected.
Any clues???
2 Answers
-
I wrote a custom module. You can find it here. :)
https://github.com/iampnelson/LineaPro-TiModule -
I am looking for a robust barcode solution for IPhone. What are your experinces with Linea-Pro 4?