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
...
1
vote
1answer
60 views
Java application on Windows system running as USB peripheral
Is there a way to have a USB device act as a Host and an application on a Windows based system to act as the Peripheral? We have a USB device that is the host and we need it to connect to our ...