0
Hello, I have the following problem, I have a mobile application where I was reading the barcodes by zxing library, but now I bought a data reader via bluetooth, the problem is that I need to receive this data from the reader and fill in an edittext and call a method to save this information, all automatic.
Good morning! Include in the question the code you have already done to try to solve this
– Ivan Silva
In theory when tying a Bt reader or usb it works as a standard input. Just focus the edittext and ask the reader to read, if he read. (with all the usb readers I did was like this). You came to try ?
– Sergio Clemente