Page 1 of 1

Question about HID_DATA / multiple feature reports

Posted: Sat Jan 09, 2010 10:42 pm
by iphi
Hi,

I have been playing with HID_DATA which works great and I wonder if it is possible to implement more than one feature/ feature report in the AVR device.

If so, how would this look like?

Thanks, Tom

Re: Question about HID_DATA / multiple feature reports

Posted: Tue Jan 19, 2010 5:56 pm
by christian
That's easily possible. See AVR-Doper as an example. In main.c of the firmware, have a look at the report descriptor (usbDescriptorHidReport). It defines various feature reports of different sizes.