Reputation: 1170
I just want to know how to trigger the barcode scanner of the intermec cn51 device through software events rather than pressing the blue hardware button for the scanner. The device is running in Android 4.1.1
If anyone out there who has tried developing apps on this device, please any response is highly appreciated.
Upvotes: 2
Views: 1249
Reputation: 903
I assume you are writing a native android app?
Download their SDK: http://www.intermec.com/products/cmptrcn51a/downloads.aspx
It contains some sample android code for integrating with the barcode reader.
You'll need to register (free) to download the SDK.
Upvotes: 1