I am developing an application in Android 3.0
I have plugged a barcode scanner into my Acer a501 Tablet and it works sweet. If I select an EditText box, scan an item, the barcode ID shows up inside that box, just a like a keyboard input.
However, I have a slightly more complicated use. I do not want to print the barcode ID into a EditText box but capture the data and store it into a variable anytime the barcode scanner scans something.
How do I directly connect to the USB device? Is there a listening function so as soon as the barcode scanner scans something I can capture the results?
I really appreciate the support!