akexorcist / BluetoothSPPLibrary

[UNMAINTAINED][Android] Bluetooth Serial Port Profile which comfortable to developer application to communication with microcontroller via bluetooth
Apache License 2.0
1.71k stars 571 forks source link

Can't read data from a BT barcode reader #84

Open felipecaldas opened 7 years ago

felipecaldas commented 7 years ago

Hi all,

I bought this device here: https://www.zebra.com/us/en/products/scanners/companion-scanners/cs4070.html

Trying to create an app to read data from it. I can successfully connect to it with this library, but when I read the barcode, nothing happens. The read method does not get invoked. I have already configured the device for SPP mode, but nothing.

I tried another library and I could get it to read, but it's reading just parts of the bar code and, in the description of this library, it says that it solves this problem.

I am using DEVICE_OTHER

Any tips you could give me? Thanks