PORTS Forum

Ports and Interfaces => USB => Topic started by: FFB.BOY.30 on November 23, 2012, 02:31:13 am

Title: making driver for a simple HID hardware
Post by: FFB.BOY.30 on November 23, 2012, 02:31:13 am
HI,
I've done a simple HID hardware that get and send data and I would like to make a driver to make the configuration easier.
I would like to have a panel like joystick or gamepad.
I've installed Visual studio and WDK but I don't find the simple way to make my application.
Thanks you
Title: Re: making driver for a simple HID hardware
Post by: Jan Axelson on November 23, 2012, 11:24:30 am
You can perform configuration functions with an application. See my HID page for an example application. You could add buttons, radio buttons, checkboxes, etc. to enable users to provide configuration data to send to the HID.

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