altera2015 / usbserial

Flutter Android USB Serial plugin
BSD 3-Clause "New" or "Revised" License
124 stars 83 forks source link

Issue with USB to Serial Adapter (Prolific VID: 0x067B, PID: 23C3) #116

Open AAJAY5 opened 1 month ago

AAJAY5 commented 1 month ago

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