UsbSerial
UsbSerial copied to clipboard
Usb serial controller for Android
when ever i am trying to read and write in serial port through OTG cable in mobile every thing is working fine but some device throw an error _***Port not...
Crash happens when bad data (odd length) was received from the USB device. See commit messages for details.
Hi! Sometimes I have a crash when connecting a USB device to a smartphone. My device does not have drivers, but it usually works correctly. You can see the error...
I'm encountering difficulties establishing communication between two Android devices, where one is designated as the host and the other as the accessory. I attempted to utilize the usb-serial-for-android library on...
Hi, Just wondering if this lib works with PL2303GL driver devices. VID: 1659 PID: 9171 Because I have tried but the connection is not opening with it. I am using...
I have application with lot of small USB transfers. My single transfer looks: Android write header+data with CRC and packet length. After receiving whole packet lenght by USB device, is...
``` at android.app.PendingIntent.checkFlags(PendingIntent.java:404) at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:674) at android.app.PendingIntent.getBroadcast(PendingIntent.java:661) at com.felhr.usbserial.SerialPortBuilder.createUsbPermission(SerialPortBuilder.java:155) at com.felhr.usbserial.SerialPortBuilder.getSerialPorts(SerialPortBuilder.java:84) ``` related #360
``` $ lsusb -v -d 067b:23c3 Bus 003 Device 033: ID 067b:23c3 Prolific Technology, Inc. USB-Serial Controller Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol...
This pull request contains a fix for a crash I discovered when the application was asking to access the USB interface with an android version greater than or equal to...