usbserial icon indicating copy to clipboard operation
usbserial copied to clipboard

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

Open AAJAY5 opened this issue 6 months ago • 0 comments

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

  • Connect the second USB to Serial adapter (VID: 0x067B, PID: 0x23C3).
  • Attempt to establish a connection using the usb_serial library.

Additional Information

  • Any guidance or solutions for resolving this issue would be greatly appreciated.

AAJAY5 avatar Jul 29 '24 04:07 AAJAY5