AVRProgrammers: Unterschied zwischen den Versionen
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: | 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 | avrdude -P <serialport> -c avr910 -b 115200 -p atmega168 | ||
== USBasp programmer (stripboard) == | == USBasp programmer (stripboard) == |