Tagged Questions
14
votes
3answers
12k 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 ...
1
vote
1answer
1k 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 ...
0
votes
1answer
228 views
How do I enable the “Port Settings” tab for a Usb Serial Port device?
I am maintaining software for a usb peripheral that comes up as a serial port on Windows Device Manager.
The .inf file just specifies the standard usbser.sys driver.
Most such devices have a "Port ...
0
votes
1answer
1k views
SetupAPI.DLL to HID.DLL
With the SetupAPI.DLL I execute
Function SetupDiGetClassDevs and get a pointer or handle
Then Begin a loop
Then I run
Return = Function SetupDiEnumDeviceInterfaces with ...