Consuming a USB HID device in Windows CE 6.0 using c#
Posted
by kersny
on Stack Overflow
See other posts from Stack Overflow
or by kersny
Published on 2010-02-04T01:52:28Z
Indexed on
2010/06/12
19:02 UTC
Read the original article
Hit count: 360
I am working on an Embedded Windows CE project and am interested in accessing a USB HID device through one of its USB Host ports. All I really need to read are the raw HID spec packets. On a windows computer, I have a working program using hid.dll, but as far as I have researched, there is no equivalent on CE. I know there is the usbhid.dll, but I'm not sure if it is applicable for this situation. I would prefer not to write a kernel level driver, as I would like to do my coding in c#. Has anyone had experience consuming an HID device on Windows CE?
© Stack Overflow or respective owner