Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

RE: [AVR-Chat] i need sample circuite

2005-01-27 by Jose Fuentes

Look at this web page:
http://www.bsdhome.com/avrdude/

Parallel Port Programmer Function 
Pin 7         AVR /RESET 
Pin 8         AVR SCK (clock input) 
Pin 9         AVR MOSI (instruction in) 
Pin 10        AVR MISO (data out) 
Pin 18        Signal Ground 

Also download AVR Dude , install it, and add the
following to the configuration file avrdude.conf:

programmer
id = "bsd";
desc = "Brian Dean's Programmer,
http://www.bsdhome.com/avrdude/";
type = par;
vcc = 2, 3, 4, 5;
reset = 7;
sck = 8;
mosi = 9;
miso = 10;
;


These are the parallel port pins:

pin señal
1 strobe
2 data0
3 data1
4 data2
5 data3
6 data4
7 data5
8 data6
9 data7
10 Acknowledge
11 Busy
12 Paper End
13 Select
14 Auto Feed
15 Error
16 Init
17 Select In
18 GND
19 GND
20 GND
21 GND
22 GND
23 GND
24 GND
25 GND


Take into account that it not always work depending on
the parallel port output voltage.

Regards,

Jose


> On Thu, 2005-01-27 at 01:01 +0330, Hamid reza Kabiri
> wrote:
> > Hello
> > Thanks for help me
> > But I want design circute myself.  
> > 
> > -----Original Message-----
> > From: Jose Fuentes
> [mailto:josecarlosfuentes@yahoo.com.ar] 
> > Sent: Wednesday, January 26, 2005 11:57 PM
> > To: AVR-Chat@yahoogroups.com
> > Subject: Re: [AVR-Chat] i need sample circuite
> > 
> > 
> > Hamid,
> > I suggest you to use the STK-200 programmer with
> > PonyProg.
> > 
> > Jose
> > 
> >  --- "David D. Rea" <dave@daverea.com> escribió: 
> > > 
> > > On Wed, 2005-01-26 at 23:31 +0330, Hamid reza
> Kabiri
> > > wrote:
> > > > Hello
> > > > I want sample circuite for serial programming
> > > mega64
> > > > thanks 
> > > 
> > > Are you looking for a programmer circuit, or a
> > > hookup diagram to connect
> > > a mega64 to a programmer you already own?
> > > 
> > > Programmer circuit:
> > > http://www.lancos.com/prog.html
> > > 
> > > For a hook-up diagram, check the Application
> note
> > > 910:
> > >
> >
>
http://www.atmel.com/dyn/resources/prod_documents/DOC0943.PDF
> > > 
> > > Good Luck,
> > > Dave
> > > 
> > > 
> > > 
> > >  
> > > Yahoo! Groups Links
> > > 
> > > 
> > >     AVR-Chat-unsubscribe@yahoogroups.com
> > > 
> > >  
> > > 
> > > 
> > > 
> > >  
> > 
> > 
> > 	
> > 
> > 	
> > 		
> >
>
___________________________________________________________
> 
> > 250MB gratis, Antivirus y Antispam 
> > Correo Yahoo!, el mejor correo web del mundo 
> > http://correo.yahoo.com.ar
> > 
> > 
> >  
> > Yahoo! Groups Links
> > 
> > 
> > 
> >  
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > Yahoo! Groups Links
> > 
> > 
> > 
> >  
> > 
> > 
> > 
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
>     AVR-Chat-unsubscribe@yahoogroups.com
> 
>  
> 
> 
> 
>  


		
___________________________________ 
¡Ganate una notebook! 
Usá Yahoo! Conexión y participá del sorteo de una computadora portátil. 
Sólo tenés que navegar gratis con Yahoo! y sumar chances. 
Participá en esta dirección web: http://conexion.yahoo.com.ar

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.