|
|
|
|
|
by tcas
1009 days ago
|
|
USB has a built in protocol level reset that should achieve the same thing. The only change is 5V power is not cut. It's basically the same as doing an OS reboot from the peripheral's perspective. If the USB device still doesn't respond then it means that they have some buggy firmware that requires a hard reboot to work. Example for a USB reset in linux: https://marc.info/?l=linux-usb&m=121459435621262&w=2 |
|