I would like to power cycle an usb device through software on windows.
I am doing development on a small usb power microcontroller. This chip will revert to native behavior on a power cycle and allow a code download. Since my code will crash the device when things go wrong -- making it ignore all USB commands -- I have to physically unplug the device from the system.
I want to do development remotely, and not have to be physically present.
So far I have tried using "devcon" to disable portions of the USB stack. While this takes the hubs into D3 (should be powered off!), there is still power being supplied to the device.
Thanks in advance for any preexisting solutions or SetupAPI tricks that might help.