regarding AVR Doper..
Yesterday I successful programm AtMega8 with PonyProg serial programmator with code file main.hex
Then I solder AVR to Doper pcb with all other components and now when I connect this device to USB my PC found new USB device and in Device Manager I could see new Unknown device.
Still as I got this message:
as I try to install driver from files (avrdoper.inf) I got new message:
Windows can't found data about your device (translated from our language)
As I try AVR Studio 4.0 program can't found any programmer?
What should I do?
Problem with driver??
It looks as if reading the device descriptors failed, since no information whatsoever is given about the device. Since reading the descriptors is the very first thing the host does, this probably means that USB connectivity does not work at all.
Please check the usual things like
- fuse values: Does the AVR run on external crystal clock?
- zener diodes on D+ and D-
- wiring between USB connector, resistors and AVR
Please check the usual things like
- fuse values: Does the AVR run on external crystal clock?
- zener diodes on D+ and D-
- wiring between USB connector, resistors and AVR