felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.78k stars 581 forks source link

problem in reading data when i use settext() that data to textview in handler #344

Open niranjan-tech opened 2 years ago

niranjan-tech commented 2 years ago

problem in reading data when i use settext() that data to textview in handler it doesn't give me accurate string something like 10 00 02 when my actual string is 1000.0 1000.1 1000.2 but when i use append to textview it works fine please tell me what to do? thanks in advance