ZakKemble / AVRDUDESS

A GUI for AVRDUDE
https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/
GNU General Public License v3.0
596 stars 129 forks source link

v2.18 doesn't detect ATmega8 #103

Open ZakKemble opened 2 months ago

ZakKemble commented 2 months ago

AVRDUDESS-2.18-portable with USBasp (driver libusbK) and AVRDUDE v8.0 doesn't detect ATmega8. With AVRDUDE v7.0 - no problem.

Originally posted by @forregister84 in https://github.com/ZakKemble/AVRDUDESS/issues/102#issuecomment-2374459426

ZakKemble commented 2 months ago

AVRDUDE v8 doesn't output a signature if everything was successful, unlike previous versions.

AmaJuz commented 3 weeks ago

Try this

ref : https://electronics.stackexchange.com/questions/416714/avrdude-does-not-recognize-usbasp-device/417509#417509

in conf file

programmer id = "usbasp"; desc = "USBasp, http://www.fischl.de/usbasp/"; type = "usbasp"; connection_type = usb; usbvid = 0x16C0; # VOTI usbpid = 0x05DC; # Obdev's free shared PID

usbvendor = "www.fischl.de"; <-- comment out with # as shown

usbproduct = "USBasp"; <-- comment out with # as shown

do this for clone as well