Zum Inhalt springen

AVRProgrammers: Unterschied zwischen den Versionen

MariusKintel (Diskussion | Beiträge)
MariusKintel (Diskussion | Beiträge)
Zeile 58: Zeile 58:
This programmer has a DB-9 serial port in one end and a 10-pin ISP header in the other end.
This programmer has a DB-9 serial port in one end and a 10-pin ISP header in the other end.


Programmer type: avr109
Programmer type: avr910
Speed: 115200
Speed: 115200
'''NB!''' This programmer uses non-standard device codes for atmega48/88/168 (0x06, 0x07 and 0x08).<br/>
To make it work, edit avrdude.conf:
part
    id              = "m168";
    avr910_devcode =  0x08;


=== avrdude command lines ===
=== avrdude command lines ===


Check connection:
Check connection:
  avrdude -P <serialport> -c avr109 -b 115200 -p atmega168
  avrdude -P <serialport> -c avr910 -b 115200 -p atmega168
 
We're currently having some problems with this programmer.


== USBasp programmer (stripboard) ==
== USBasp programmer (stripboard) ==