Page 1 of 1

Device Recognized (Easylogger) and then...problem

Posted: Tue Feb 23, 2010 5:25 pm
by vsovereign
Hey, I have a big problem here and I don't know what I did wrong.

I've uploaded VUSB firmware to my controller (ATtiny45)
Change the settings, etc.

When I plug it in, it says Found New Hardware Easylogger
and then it says Found New Hardware Human Interface Devices
and THEN it says Found New Hardware and says that there's a problem......

I mean..what causes this? Enumeration works, device recognized...
whatever can cause the error?

FYI I use the same VID/PID as there is in the HID_data example in:
vusb -> examples -> hid_data -> firmware

I just changed the usbconfig and then uploaded it.

Is there anyone out there that can help me?

Re: Device Recognized (Easylogger) and then...problem

Posted: Sun Feb 28, 2010 6:49 pm
by christian
You MUST NOT use the same VID/PID pair for two devices with different low level drivers. Windows caches the association of VID/PID and driver FOREVER. Simply use a new pair (see USB-IDs-for-free.txt in the latest driver).

Re: Device Recognized (Easylogger) and then...problem

Posted: Mon Mar 01, 2010 8:10 pm
by vsovereign
but I did a regedit and erased all the registry that point to the VID/PID

Re: Device Recognized (Easylogger) and then...problem

Posted: Mon Mar 01, 2010 8:25 pm
by christian
You can also remove the association somewhere in the device manager. I'd recommend separate experimental PIDs, though, unless you really know where to remove the driver association.