This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB HID Device

Other Parts Discussed in Thread: MSP430F5659

Hello,

I am using MSP430F5659 controller which has inbuilt USB. This controller will be my USB HID device it has some ADC interfaces and i want to send the ADC info to PC i.e. HID Host. I have some input reports, output reports and feature reports. Now i am facing problem while doing enumeration. What exactly i need to send at the time of enumeration? What are things i need to send to HID host after enumeration? Please guide me.