User manual

OLIMEX© 2015 AVR-ISP-MK2 user's manual
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:
Note that latest AVRDUDE versions (starting with AVRDUDE 6.x.x) feature a bug that affects
Page 14 of 24