UsbSerial icon indicating copy to clipboard operation
UsbSerial copied to clipboard

Usb serial controller for Android

Results 120 UsbSerial issues
Sort by recently updated
recently updated
newest added

I desperately need bitbang support On ft232 and (or) ch340 would it be possible for you to add setbreakon(duration) setbreakoff(duration) for your b4a library, Please

What is the maximum write byte length? My attempt to write 76 bytes of data failed.

Every time I open the program it asks me for authorization to use the USB port every time. Is it possible to remove the dialog once permissions have been granted?...

Hi, I have an issue in the read callback when connecting the arduino. It seems that I receive my bytes twice and sometime the callback is triggered but the package...

### I have encountered this issue many times while using this library in my app. The app freezes occasionally and log "Waiting for GC Blocker" in logcat. It does not...

is there any solution to save usb host permission for next use of usb device without any intent filter?

If the serial connection is active and if the mobile screen locks once the user unlock the app and come back to the app it crashes with the below exception....

I'm using the UsbSerial to do asynchronous serial communication between an Android app and an Arduino. This has been working fairly well for me for the past couple of years...

Hello I have an issue in reading data which i write from arduino side. For example i'm trying to send a string value like "P152" but in android side it...