Hi Jan and all,
I build Device Firmware using LUFA GenericHID demo and then tested it using usbhidio_V2.3.cs from lvr website example.
Questions:
1. What is Input Report Buffer Size and Change Buffer Size button for? As it always had value '2' even I changed it.
I guessed it shows the length of the report that the HID device can provide, but I didn't have any clue for now.
2. When I unmark "Use ControlTransfer only" (means using Interrupt transfer as I knew, correct me if I'm wrong), the read data byte result displayed in the listbox didn't start from byte 1, but start from last 8 byte of all data read then after that the byte 1 to byte length - 8.
I didn't understand it as the inputbuffer read start from byte 1.
Please light me up...