mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.9k stars 1.59k forks source link

I wonder how to process the data received in hexadecimal and control and store it in decimal. #442

Closed jongjun307 closed 2 years ago

jongjun307 commented 2 years ago

Hello. It's working fine but I wonder how to process the data received in hexadecimal and control and store it in decimal.

The final goal is to receive data in seconds and check it in real time.

Thank you.

kai-morich commented 2 years ago

the data is received as byte[] and only converted to hex for display in the example app here