Source codes of Windows USB drivers

Status
Not open for further replies.

verilog_crack

Full Member level 2
Joined
Sep 6, 2003
Messages
134
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Location
In the Sky
Activity points
992
hi,
I need a good source code for usb driver at windows.
regards
 

Re: USB Driver

I believe usb drivers for bulk transfer mode are provided as examples as part of the DDK. Alternatively, the definitive book on writing wdm drivers is the one by Walter Oney. I think the attached cdrom comes with bulk transfer driver as well.
 

Re: USB Driver

Depending on your board manufacturer, USB drivers are provided on the Product CD. Oterwise XP SP2 should take care of your USB driver issues.
 

Re: USB Driver

Where can i find DDk And how can use it
 

Re: USB Driver

What kind of USB device? If it's HID compliant, you don't need to write a driver--just use Windows API calls to communicate with the device.
 

Re: USB Driver

Do you know a good resource for learning about Windows API calls and implementing a HID device ? a tutorial or e-book...


thanks
 

Re: USB Driver

For more HID information, go here: hxxp://www.lvr.com/hidpage.htm.

You will find example firmware and Windows applications in Visual C++ and Basic. There's a lot more on the web page.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…