#
usbip-win
Here are 5 public repositories matching this topic...
USB/IP Client for Windows
usbip
usbip-win
usb-over-ip
vhci
usb-to-ethernet
usb-over-ethernet
usbip-linux
usb-over-network
usbip-client
virtual-usb-hub
-
Updated
Jun 10, 2022 - C++
Improve this page
Add a description, image, and links to the usbip-win topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the usbip-win topic, visit your repo's landing page and select "manage topics."
Backstory: I'm using laptop for debug, it has 30 minute sleep time. So it goes into sleep, i wake it up. From the Windbg i can see that the device was there when we go to sleep. But once it goes out of sleep, it will terminate - due to a read error in the usbip.exe, yeah, no wonder, sockets and going to sleep, what can go wrong? ;)