Hey guys... I am new to the USB thing, and I need to develop a USB HID host software. My USH HID device can send any random data (of any size). Firstly, how do I map it to report descriptor ? Secondly what will my host do with the received report descriptor from the device ? Can I send random data from the device and can my host completly ignore the report descriptor information and just receive the random data as a buffer of data from the device ? I am asking this because the host already knows how to interpret the received data from the device by looking into the data packet (received from the device). Please help me out on this...!!
View all questions in Keil forum