screamingbubble / mega-isp

Automatically exported from code.google.com/p/mega-isp
0 stars 0 forks source link

Support for Arduino Mega (patch inside!) #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install AvrISP on an Arduino Mega
2. Connect wires per the instructions
3. Attempt to program another Arduino

What is the expected output? What do you see instead?

expected: 
4. Programing using the Mega as an AVRISP works.

actual:
4. programming fails.

Problem is as described here:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1287885315/8

Original issue reported on code.google.com by g1adrift on 5 Nov 2010 at 12:31

Attachments:

GoogleCodeExporter commented 8 years ago
Try r12 
http://code.google.com/p/mega-isp/source/browse/trunk/avrisp/ArduinoISP.pde.

pins_arduino.h should do the right thing for Arduino or Aruino Mega.

Original comment by rsb...@gmail.com on 25 Jun 2011 at 3:25