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

Unable to retain the current format(String) of messages #69

Open poralcode opened 7 years ago

poralcode commented 7 years ago

@akexorcist , Hello! How to retain the current format of String when sending/receiving the message? Let's say I send a simple string with 3 next line, after receiving it, the format is lost, how to retain it?

attsion commented 7 years ago

same problem