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

getInfo() method return USB interface number #178

Open
ben-qnimble opened this issue Jan 29, 2023 · 2 comments
Open

getInfo() method return USB interface number #178

ben-qnimble opened this issue Jan 29, 2023 · 2 comments

Comments

@ben-qnimble
Copy link

It would be helpful for the getInfo() function to return the InterfaceNumber along with the VID / PID of a USB Serial (CDC) device. When a composite USB device is connected, they can have multiple serial ports connected, all with the same PID / VID. The interfaceNumber is how the different ports can be distinguished so it would be helpful to identify (and filter) based on this. Additionally, it would be nice to add interfaceNumber to the SerialPortFilter dictionary so serial ports can be filtered by this as well.

@reillyeon reillyeon changed the title getInfo() method return InterfaceNumber getInfo() method return USB interface number Jan 30, 2023
@reillyeon
Copy link
Collaborator

Thanks, that's a really good idea. No promises when we can implement it but we'll keep it in mind as we look at other related improvements.

@ben-qnimble
Copy link
Author

Sounds good. If there is something I can help with, please let me know.

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