Tagged Questions
0
votes
1answer
117 views
libusb in linux
I like to do usb programming with libusb.
I installed it using
$ apt-get install libusb-1.0
and then
$ apt-get install libusb-1.0-0-dev
but after I tried to use it in c code, there are compiler ...
0
votes
1answer
294 views
libUSB / WinUSB to WinDDK Driver Port
I want to port libUSB driver to the windows driver using WDK (In Kernel Mode).
I found that libUSB internally uses the winUSB ( From libUSB Sources).
This is what I do in the libusb,
I get the ...
0
votes
0answers
266 views
Usbser.sys - Creates a new modem in xp and not in windows 7
I am making use of USEBSER.SYS in my inf. There is no problem in driver installation and the device is working fine with the driver detected, both in
win7 and winxp.
In winxp,a new virtual com port ...
0
votes
1answer
419 views
Setting USB configuration fails
I'm trying to talk to a USB device using libusb, but I feel like I'm tripping up on the first leg of the race. I know precisely what endpoints I need to talk to, etc., but I can't even get that far. ...