avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] Inverted pins and ERE ISP-AVR


From: Julius Luukko
Subject: [avrdude-dev] Inverted pins and ERE ISP-AVR
Date: Tue, 18 Apr 2006 12:08:11 +0300
User-agent: KMail/1.9.1

Hello all,

Jörg's patch for inverting parallel port pins makes it possible to use ere's 
(www.ere.co.th) programmer AVR-ISP with avrdude. The schematic of this 
programmer is in

http://www.ere.co.th/download/sch050713.pdf

The programmer entry for this programmer is as follows.

programmer
  id    = "ere-isp-avr";
  desc  = "ERE ISP-AVR"
  type  = par;
  reset = ~4;
  sck   = 3;
  mosi  = 2;
  miso  = 10;
;

This programmer has earlier been discussed at least in this thread:

http://lists.gnu.org/archive/html/avrdude-dev/2005-01/msg00030.html

-- 
Julius Luukko




reply via email to

[Prev in Thread] Current Thread [Next in Thread]