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
I'm working on a program that flashes and sets up an stm32 mcu device. During a setup the device should be rebooted multiple times. So I need a way to identify the same device between reboots. USB physical port is the only thing that is stable. For example nusb crate has bus_id and port_chain for physical port identification (they don't release it yet): port_chain
It would be nice to have similar data in a UsbPortInfo struct.
The text was updated successfully, but these errors were encountered:
I'm working on a program that flashes and sets up an stm32 mcu device. During a setup the device should be rebooted multiple times. So I need a way to identify the same device between reboots. USB physical port is the only thing that is stable. For example
nusb
crate hasbus_id
andport_chain
for physical port identification (they don't release it yet): port_chainIt would be nice to have similar data in a
UsbPortInfo
struct.The text was updated successfully, but these errors were encountered: