avr-gcc-list
[Top][All Lists]
Advanced

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

[avr-gcc-list] AVR Device Independent, Polled/Interrupt UART Module


From: Bill Knight
Subject: [avr-gcc-list] AVR Device Independent, Polled/Interrupt UART Module
Date: Tue, 23 Oct 2001 11:18:15 -0500

Just posted a project to AVRFreaks.net that may be of interest to
the list.

-Bill Knight
R O SoftWare


The C source implements a set of routines which allow the use of the
UART(s) present on the various versions of the AVR micros to be
operated in polled and/or interrupt mode. The operation of the UART
has been fixed at 8 bit and Double Speed has not been used (but could
be added). 

This is the first pass at a port of established code and as a first
pass there may very well be bugs, etc. It has been tested on the
AT90S8515 in both interrupt and polled modes. The support for the
second UART on the ATmega161 has not been tested as I don't happen to
have one. Also, as this is my first port of code to the AVR, the code
may not be the most efficient.






reply via email to

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