akexorcist / BluetoothSPPLibrary

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

How do you solve the issue of broken packets/messages? #98

Open markos14 opened 5 years ago

markos14 commented 5 years ago

Hello,

In the readme file, you state this library: "Solves the lack of data like as "abcdefg" which divided to "abc" and "defg" when receive these data"

Can you please explain to me how you do this as I'm having big problems with this.

Thanks you,

Mark

larsaars commented 5 years ago

Me too, when I'm trying to send serialized byte arrays, they don't seem to be read properly. (ByteHeader error)