Re: [avr-gcc-list] simple USART (RS232) example for ATmega48

2005-07-19 Thread Bob Paddock
On Tuesday 19 July 2005 05:08 pm, [EMAIL PROTECTED] wrote: > i'm looking for a simple c (AVR-GCC) example program demonstrating the use > of the USART0 (as RS232) of my ATmega48. > ATmega48. It was written for AT90S8515. Unfortunatly it doesn't seem to > work Make sure you clear the appropriate

Re: [avr-gcc-list] simple USART (RS232) example for ATmega48

2005-07-19 Thread Parthasaradhi Nayani
--- [EMAIL PROTECTED] wrote: > Hi all, > > i'm looking for a simple c (AVR-GCC) example program > demonstrating the use of the > USART0 (as RS232) of my ATmega48. Hello, Here are some program snippets. The following functions are written for Mega8. Please change the name of registers if need b

[avr-gcc-list] simple USART (RS232) example for ATmega48

2005-07-19 Thread holger . derichs
Hi all, i'm looking for a simple c (AVR-GCC) example program demonstrating the use of the USART0 (as RS232) of my ATmega48. I tried to modify an example for using the serial port (USART0) on my ATmega48. It was written for AT90S8515. Unfortunatly it doesn't seem to work and i have problems f