usbserial icon indicating copy to clipboard operation
usbserial copied to clipboard

Flutter Android USB Serial plugin

Results 19 usbserial issues
Sort by recently updated
recently updated
newest added

Android 14 introduced some changes to intents: https://developer.android.com/about/versions/14/behavior-changes-14#safer-intents If you will build app that targets Android 14 (SDK 34) it will throw error on connection: java.lang.IllegalArgumentException: Targeting U+ (version 34...

Hi Just wonder where I should put the below line in my Androidmanifest.xm Thanks in advance

How would I setup within code so that app will reconnect to previous device when either app is opened again or connection is lost?

Hi, im try using this package to get weight from a scale toledo, but i always receive false in open.port() can u help me?

E/flutter (17985): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: SerialPortError: Interrupted system call, errno = 4 E/flutter (17985): I/flutter (17985): port.inputStream!.listen[0] I/FTDISerialDevice(17985): Control Transfer Response: 0 I/FTDISerialDevice(17985): Control Transfer Response: 0 W/System.err(17985): java.lang.InterruptedException W/System.err(17985):...

Feature request if not an existing feature - Could the UsbPort class have a bool parameter that shows whether the port is currently open or not?

enhancement

I am working on a serious USB project where every byte is crucial. The problem I am facing is most of the device receiving all bytes perfectly but few xiaomi...

I want to use OTG to USB -> RS232 ATEN, and serial to the scale indicator, is that possible?

I am trying to run the example showed in the lib and I am getting the follow error. ![Screenshot_20231001_165431](https://github.com/altera2015/usbserial/assets/381594/7ab217a3-cdd7-4a89-a2ea-953ad462b4ac) What is wrong? tks

When I try to close connection with `port.close();` I get the following error in console: ``` D/UsbDeviceConnectionJNI(28094): close W/System.err(28094): java.lang.InterruptedException W/System.err(28094): at java.lang.Object.wait(Native Method) W/System.err(28094): at java.lang.Object.wait(Object.java:386) W/System.err(28094): at java.lang.Object.wait(Object.java:524)...