hid-data doesn't work for ATtiny45

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
vsovereign
Rank 1
Rank 1
Posts: 21
Joined: Wed Dec 30, 2009 3:24 pm

hid-data doesn't work for ATtiny45

Post by vsovereign » Tue Mar 02, 2010 5:20 pm

Hi there, Newbie here :wink:

I've tried to get the hid-data example on a tiny45. I used some parts of the Easylogger project to adopt it to the tiny. EasyLogger works perfectly.

Now, the device is recognized. But after some seconds, it says there's a problem and that the device won't work correctly..
I can see it on device manager but it has a "!" sign on it.

I've changed the VID/PID with the values in the Free PID/VID that shipped with VUSB. But it still won't work.

Does anybody know if there's a incompatibility between hid-data and the tiny45 or has someone done that example successfully to the tiny45?
If so, what kind of trouble did you guys encounter (and solved) ?

Basically, I left everything unchanged. Only the VID/PID was changed and the fuse values (I use the one on EasyLogger)

best wishes,

vsovereign

Post Reply