Author Topic: C# and HID  (Read 9002 times)

tombailey

  • Member
  • ***
  • Posts: 1
C# and HID
« on: February 13, 2012, 01:01:43 pm »
Does anyone know of a good book to learn hid host from C#. It seems that it would be a shorter learning curve to program as I learn from the platform of choice.
Thanks

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: C# and HID
« Reply #1 on: February 13, 2012, 01:35:04 pm »
My USB Complete discusses HID programming with example code in C# and VB .NET:

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

My HID C# example code is here:

http://www.lvr.com/hidpage.htm#MyExampleCode

Jan