usb-serial-for-android icon indicating copy to clipboard operation
usb-serial-for-android copied to clipboard

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.

Results 26 usb-serial-for-android issues
Sort by recently updated
recently updated
newest added

Hi, how can I detect data loss with high baud rates? Is there some kind of listener or exception if bytes get lost? Regards Joe

question

Hello, thank you for the great lib! I found that some serial cables use the FT311D chip, such as https://www.youtube.com/watch?v=u87X0q2nEYM. In this Case, the Android phone communicates with the serial...

enhancement

Users found somewhere an adapter USB - RS232(PL2304), is it possible to add its support?

enhancement
device:pl2303

Thank you for your code. Btw I have issue, I know you have set listener to receive data by callback "onNewData". But do you have instant method to receive data...

enhancement
question

Hello I'm testing the library with PL2303HX and it works great. The only issue I'm having is when sending data, the call to mConnection.bulkTransfer in the write method returns immediately...

enhancement

Hi mik3y, thanks for you amazing library. I have some problem to put custom reader. I want to make reader to processing incoming data with some delimiter before it send...

enhancement