Author Topic: about usb connection  (Read 7059 times)

clement2011

  • Member
  • ***
  • Posts: 19
about usb connection
« on: November 22, 2011, 08:32:24 pm »
Hi:

I am newbie to usb development. I have try to use usb lib to connect and get data from usb device, however,
I still have no idea and clear knowledge about usb connection. To clarify that, I hope to write a usb connection in c# myself.
However, I don't know how to start it. Could anyone give me any suggestion about that,or any books and articles describing
it easy and understandable. Thanks a lot. 

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: about usb connection
« Reply #1 on: November 23, 2011, 03:30:03 pm »
Start by reading the first 3 questions and answers here:

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

Assuming you're accessing an existing device (not one you're developing), you need to find out what driver the host system uses to communicate with the device.

Jan

clement2011

  • Member
  • ***
  • Posts: 19
Re: about usb connection
« Reply #2 on: December 06, 2011, 03:20:57 am »
Thanks