hi,
I am new to USB HID communication, can any one Provide sample code for hid communication(VC++).
Thanks in advance,
OM.
Printable View
hi,
I am new to USB HID communication, can any one Provide sample code for hid communication(VC++).
Thanks in advance,
OM.
When I made my USB hid, I started here:
http://www.lvr.com/hidpage.htm
thank you for the link, i am following same link, but i am getting error "error C2065: 'DBT_DEVTYP_DEVICEINTERFACE' : undeclared identifier"
the solution for this error is to included hid.h, hid.lib which is present in Win DDK, i am not able to download this DDK...
any quick solution...
Thank you,
Om
#define DBT_DEVTYP_DEVICEINTERFACE 5
or download Windows DDK: http://www.microsoft.com/whdc/devtools/ddk/default.mspx
Thanks for the help, it worked.....
Om