Author Topic: making driver for a simple HID hardware  (Read 13186 times)

FFB.BOY.30

  • Member
  • ***
  • Posts: 1
making driver for a simple HID hardware
« 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

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: making driver for a simple HID hardware
« Reply #1 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