Olimex USB AVR ISP MKII compatible AVR programmer with ICSP PDI TPI support AVR-ISP-MK2 AVR-ISP-MK2 数据表

产品代码
AVR-ISP-MK2
下载
页码 22
OLIMEX© 2013
AVR-ISP-MK2 user's manual
cd /etc/udev/rules.d
sudo ln ../avrisp.rules 60-avrisp.rules
5. Check you're in the dialout group
groups
6. Restart udev
sudo restart udev
That's it!
To test the connection try:
avrdude -p m16 -c avrispmkII -P usb -b 115200 ,
assuming that you have ATmega16 microcontroller (check the AVRdude documentation for list of 
microcontrollers). The output should be like:
A sample programming line for avrdude would be:
avrdude -p m328p -P usb -c avrispmkii -e -U flash:w:test.hex
 ,
assuming you have ATmega328P and your binary code is named “test.hex”. The output should be 
like:
Page 13 of 22