Author Topic: USB HID Reports  (Read 9905 times)

ezimmerman

  • Member
  • ***
  • Posts: 1
USB HID Reports
« on: June 15, 2010, 09:45:21 am »

Generally speaking, what would need to be done for a new USB HID device that requires the current X-Y cursor position?

Would a background service be needed to send these reports to the HID device or would this be automatic by using a particular HID definition?

What about other feedback, such as general data, strings, etc?

Best Regards,
Eric

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: USB HID Reports
« Reply #1 on: June 15, 2010, 11:10:21 am »
If it's a generic HID (not a system keyboard or mouse), the host would need to run an application that sends the data to the device.

Jan