PORTS Forum

Ports and Interfaces => USB => Topic started by: clement2011 on May 16, 2012, 09:02:03 pm

Title: how to write usb driver
Post by: clement2011 on May 16, 2012, 09:02:03 pm
Hi:
I hope to develop a usb driver, like bus hound, can provide the function of
usb sniffer and have a simple transfer function to send data via interrupt,
however, i am newbie to this subject, how to start that, and is there any
good book which can help to make this. thanks a lot.
Title: Re: how to write usb driver
Post by: Jan Axelson on May 17, 2012, 11:20:12 am
Take a look at USB Sniffer. It's open source. I have a link here:

http://www.lvr.com/development_tools.htm

Jan
Title: Re: how to write usb driver
Post by: clement2011 on May 17, 2012, 08:45:31 pm
Thanks a lot.