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

Add interface number #126

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AurelienBallier
Copy link

I'm using Zephyr RTOS CDC driver with 3 serial ports for my USB device, I need a way to differentiate my serial ports as they have the same VID/PID.
An easy way to do that is to use the interface number, this PR add an interface_number coming from the underlying USB device lib.

This PR is related to libserialport.dart PR #87.

This PR also fixes Windows VID/PID null value which could solve libserialport.dart issue #85.

@lucafabbri lucafabbri added the enhancement New feature or request label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants