You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
reillyeon
changed the title
getInfo() method return InterfaceNumber
getInfo() method return USB interface number
Jan 30, 2023
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.
The text was updated successfully, but these errors were encountered: