Tagged Questions
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
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 ...