serial icon indicating copy to clipboard operation
serial copied to clipboard

getInfo() method return USB interface number

Open ben-qnimble opened this issue 3 years ago • 3 comments

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.

ben-qnimble avatar Jan 29 '23 19:01 ben-qnimble

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.

reillyeon avatar Jan 30 '23 17:01 reillyeon

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

ben-qnimble avatar Feb 01 '23 02:02 ben-qnimble

Hi! Any updates on this? I am interested in the feature

juantinazzo avatar Jul 15 '25 18:07 juantinazzo