PORTS Forum

Ports and Interfaces => USB => Topic started by: ezimmerman on June 15, 2010, 09:45:21 am

Title: USB HID Reports
Post by: ezimmerman 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
Title: Re: USB HID Reports
Post by: Jan Axelson 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