HidD_GetFeature working - HidD_SetFeature not

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
byte
Posts: 1
Joined: Fri Oct 29, 2010 4:25 pm

HidD_GetFeature working - HidD_SetFeature not

Post by byte » Fri Oct 29, 2010 4:32 pm

So here's the deal - I'm trying to get the hid-data example working. So far I have managed to get the firmware and commandline working (provided by V-USB). I can receive data from my ATMega32 (receiving correct data and ATMega32 also indicates that report has been requested), BUT as soon as I try to send data I receive error 2 (communication error) and then device resets itself and further operations won't work either - physical disconnect from the computer solves the problem. What may I have done wrong?

Post Reply