0
votes
1answer
126 views
Control USB ports
can i send specific signals to USB ports using Ruby or C++, also the operating system is Windows, so this is like totally new 4 me (to program for windows), so i'm trying to do it as a DLL file, can …
1
vote
1answer
321 views
Is libusb the preferred method on Mac OS X to access USB device?
Is libusb the preferred method to talk to a device over USB (using AT commands) on OS X these days?
Is there any high level equivalent in cocoa?
0
votes
3answers
173 views
USB Clear Endpoint Feature
Hi,
I am developing CDC driver for USB device and I stumble on some problem.
The driver I am using on windows side uses Clear endpoint Feature as some kind of flish mechanism or to get data right. …
5
votes
13answers
2k views
How to programatically unplug & replug an arbitrary USB device?
I'm trying to fix a non-responsive USB device that's masquerading as a virtual com port. Manual replugging works, but there may be up to 12 of these units. Is there an API command to do the …
6
votes
3answers
2k views
How to sniff usb port under Windows?
From time to time I need to dump usb traffic under windows, mostly to support hardware under Linux, so my primary goal is to produce dump files for protocol analysis.
For USB traffic, it seems that …
