You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to receive data from a qr code scanning device but it displays the same error code. I don't know if it's due to the device or the way I installed it
I can connect this device on windows but it gives me this error when I connect to android
[UsbDevice: /dev/bus/usb/002/003, 1ac2-f DESKO USB DEVICE, DESKO GmbH 00000017]
Unhandled Exception: PlatformException(UsbSerialPortAdapter, Not an Serial device., null, null)
Future.delayed(Duration.zero, () async {
List devices = await UsbSerial.listDevices();
The text was updated successfully, but these errors were encountered: