Open AAJAY5 opened 3 months ago
I encountered the same problem VID: 0x067B PID: 0x23A3 When await device.create(); [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(UsbSerialPortAdapter, Not an Serial device., null, null)
Description I am using the this library in Flutter and encountering an issue with a specific USB to Serial adapter.
Details
(Working) VID: 0x067B PID: 0x2303 This adapter connects and works as expected.
(Not Working) VID: 0x067B PID: 0x23C3 Product Link: Prolific The device is listed, but when attempting to connect, it throws an exception: "Cannot connect."
Steps to Reproduce
Additional Information