[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] interrupt-driven buffered UART receiver
From: |
Sander Pool |
Subject: |
Re: [avr-gcc-list] interrupt-driven buffered UART receiver |
Date: |
Mon, 10 Mar 2003 10:22:00 -0800 |
Could you use stdio in avr-libc? I think this will get you all this
functionality and more. All you need to provide are routines for the IO of
single characters. I haven't looked at this in detail though.
Sander
----- Original Message -----
From: "Olaf Zenker" <address@hidden>
To: "WAKAME, Nobukazu" <address@hidden>
Cc: <address@hidden>
Sent: Monday, March 10, 2003 5:31 AM
Subject: Re: [avr-gcc-list] interrupt-driven buffered UART receiver
> >
> > Speaking of wanted coding examples...
> >
> > Does anybody have an example of a buffered, interrupt-driven UART
> > receiving routine for the AVRs?
>
> yes I have, but they are fully written in assembler. If this would help
> anyway I wouldt send them to you. In which avr-device (partnumber) do you
want to
> implement the uart.
>
> > but I need uart_getstr like routine.
>
> my one is named uart_gets