i use this library :
https://www.b4x.com/android/forum/threads/felusbserial-alternative-usb-serial-library.62216/
recieved code from my USB serial device,it is connected to a HUAWEI WIFI router.
the code is in HEX ,i get by under event:
in window system i use Super Terminal recieve it,all is normal character. I make APP in Android system now .how to Convert these HEX code ?
https://www.b4x.com/android/forum/threads/felusbserial-alternative-usb-serial-library.62216/
recieved code from my USB serial device,it is connected to a HUAWEI WIFI router.
the code is in HEX ,i get by under event:
B4X:
Private Sub serial_DataAvailable (Buffer() As Byte)
Log("New data: " & bc.HEXFromBytes(Buffer))
End Sub
in window system i use Super Terminal recieve it,all is normal character. I make APP in Android system now .how to Convert these HEX code ?
Last edited: