Reading/Writing data to an HID device

  • Thread starter Thread starter Eric Renken
  • Start date Start date
E

Eric Renken

We are developing an HID device and I have a couple questions about
communicating with it. I need to be able to do a direct Interrupt Endpoint
call to the USB device. Is this possible to do from Windows/C#? I can do a
create file and get a handle to the device, the problem is right now I would
have to talk directly to an Interrupt and I don't know if this is possible
with HID.

Thanks,

Eric Renken
 
Hi Eric,

This depends on the programming interface exposed by the HID device. In
this case, it's better to contact the HID device vendor for more
information on this issue.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top