Tagged Questions
3
votes
1answer
3k views
How can I cycle a USB device from C#?
I'd like to cycle (simulate unplug and re-inserting) a USB device (modem) after a certain event has fired. I found a sample on codeproject:
http://www.codeproject.com/KB/system/usbeject.aspx
...