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'm having a strange issue when using `readBytes()` to read just a single byte. When I send 7 bytes from a PC to an Android device, and try to read...

I'm new on programming and I'm working on a project to control arduino with android. Does anyone know how to control arduino board to turn on/off LED using android app...

I'm new on programming and I'm working on a project to control arduino with android. Does anyone know how to control arduino board to turn on/off LED using android app...

HI all developer of UsbSerial i am integrating examplemultipleports for communicating two port the connection and communication with device work fine, but when the user kill the app in middle...

in examplesync there is a thread to read data in USBService class. The thread call syncRead. ``` private class ReadThread extends Thread { @Override public void run() { while(true){ byte[]...

An exception occurs when the device sends data at a frequency of 1ms or 2ms, data size is smaller than 256bit , type is CDC, android 9, A packet of...

It seems that you currently are using eclipse for building the library. When importing the project to android studio it doesn't work. Judging by the structure it seems to be...

Arduino send the string "12" here's the code ////////////////////////////////////////////////////////////////////////////////////// void setup() { // put your setup code here, to run once: Serial.begin(9600); } String str="12"; void loop() { Serial.print(str); }...

Hello, when I use the library, I found a problem. If the access is obtained, the mobile phone will not be able to get the receipt again after a long...

It's been more than a year since I made a release of UsbSerial and I don't really think that's going to change in the short term. For that reason I...