You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bluetooth barcode reader and have connected it to my app using Blue2Serial. When I scan it and read the message String from onBluetoothSerialRead(), not every time I get the whole number.
Suppose the bar code is "MN000012HA". Sometimes when I scan I get "MN". Sometimes "00012" and sometimes the right number.
Can anyone please help me with that? I have configured the barcode reader to SPP mode.
Thanks
The text was updated successfully, but these errors were encountered:
I have a problem: I need to read a Byte array so, i get the message and i get the byte. my problem is that if the value (int sended in two byte)is upper than 127 i recive the byte with wrong value
Hi,
I have a bluetooth barcode reader and have connected it to my app using Blue2Serial. When I scan it and read the message String from onBluetoothSerialRead(), not every time I get the whole number.
Suppose the bar code is "MN000012HA". Sometimes when I scan I get "MN". Sometimes "00012" and sometimes the right number.
Can anyone please help me with that? I have configured the barcode reader to SPP mode.
Thanks
The text was updated successfully, but these errors were encountered: