Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AAJAY5 opened this issue Jul 29, 2024 · 1 comment
Open

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

AAJAY5 opened this issue Jul 29, 2024 · 1 comment

Comments

@AAJAY5
Copy link

AAJAY5 commented Jul 29, 2024

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.
@lkjvzizh
Copy link

lkjvzizh commented Nov 6, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants