Author Topic: how to write usb driver  (Read 6456 times)

clement2011

  • Member
  • ***
  • Posts: 19
how to write usb driver
« 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.

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: how to write usb driver
« Reply #1 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

clement2011

  • Member
  • ***
  • Posts: 19
Re: how to write usb driver
« Reply #2 on: May 17, 2012, 08:45:31 pm »
Thanks a lot.