The USART class implements a Universal Synchronous Asynchronous Receiver/Transmitter, which is a serial device on the Atmel microcontrollers. The ATMega128, for example, has two USARTs, USART0 and USART1. This implementation of the USART does not yet support "Synchronous Mode" or "Multi-processor Communication Mode". Also, this implementation does not search for parity errors or framing errors. Presumably, these errors will not occur.
@author Daniel Lee
@author Ben L. Titzer
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.