PORTS Forum

Ports and Interfaces => USB => Topic started by: tombailey on February 13, 2012, 01:01:43 pm

Title: C# and HID
Post by: tombailey 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
Title: Re: C# and HID
Post by: Jan Axelson 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