Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

AVR - ATmega32 and RS232 port + max232

Status
Not open for further replies.

JoKKeR

Full Member level 2
Joined
Feb 14, 2008
Messages
130
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Location
Estonia
Activity points
2,281
avr max232

Hi !

How can i program this devise. What software do i need to use and how.
Can i do it without using external hardware (programmer) ?

RS 232 : There are:

OUT0 - OUT3 connected straight to MCU pins 29 - 26 (PC3 - PC7)

GND : ground

Rx and Tx : Connected trough max232 to MCU pins 14 (RD0) and 15 (RD1)




Thank you !
 

max232 atmega

There are a lot of programmers, with RS232 and Parallel Port interfaces to the PC.

1) RS232, some of those are:
1.a) **broken link removed** this uses an ATMEGA8535 and one ATtiny2313

1.b) http://electronics-diy.com/avr_programmer.php this uses only discrete components, and is easy to try in a breadboard.

1.c) There are a lot of serial ICSP ATMEL programmers, just use google.

2) Parallel Port:
2.a) http://www.lancos.com/e2p/betterSTK200.gif this is the programmer i'm using now, it works with Pony Prog, but sometimes it doesn't work, but works almost perfect with AVRISP from kanda (Free software).

3) USB:
3.a) yes, you can connect the ATMEGA8 to the USB using the right firmware, check it here: http://www.fischl.de/usbasp/. This is not a Free programmer, is free to home use, but yo can't sell this one for others.

In the software side, there are a lot of them, some of them works with one hardware and others don't. So before make any board, read the documentation of the software, search in forums and so on.
Some of them are: AVRISP from kanda (Now free), AVRStudio, PonyProg, etc.

Before making anything do a research in internet to see the supported devices, the software it uses, if it uses a micrcontroller, you need another programmer, etc.

I hope this help.
Regards
 

    JoKKeR

    Points: 2
    Helpful Answer Positive Rating
atmega32 rs232

diegobb said:
There are a lot of programmers, with RS232 and Parallel Port interfaces to the PC.

1) RS232, some of those are:
1.a) **broken link removed** this uses an ATMEGA8535 and one ATtiny2313

1.b) http://electronics-diy.com/avr_programmer.php this uses only discrete components, and is easy to try in a breadboard.

1.c) There are a lot of serial ICSP ATMEL programmers, just use google.

2) Parallel Port:
2.a) http://www.lancos.com/e2p/betterSTK200.gif this is the programmer i'm using now, it works with Pony Prog, but sometimes it doesn't work, but works almost perfect with AVRISP from kanda (Free software).

3) USB:
3.a) yes, you can connect the ATMEGA8 to the USB using the right firmware, check it here: http://www.fischl.de/usbasp/. This is not a Free programmer, is free to home use, but yo can't sell this one for others.

In the software side, there are a lot of them, some of them works with one hardware and others don't. So before make any board, read the documentation of the software, search in forums and so on.
Some of them are: AVRISP from kanda (Now free), AVRStudio, PonyProg, etc.

Before making anything do a research in internet to see the supported devices, the software it uses, if it uses a micrcontroller, you need another programmer, etc.

I hope this help.




Regards




Thank you very much ! Your reply was veeery helpful !
 

max232 avr

looks like you can use jtag for programming because you have jtag on connector (you do not have isp pins on connector). btw. i do not see any xtal for mcu. your rs232 would not work correct without xtal timing
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top