This design is to design a USART from Atmel data spec. The complete data spec can be found here.
The block diagram is shown in the following:
As we can see, the whole design is consisted of three major blocks: baud rate generator, transmitter and receiver. Baud rate generator generates clocks from transmitter and receiver. Transmitter takes data out one bit by one bit. And receiver receives data from outside one bit by one bit.
The Data transmission of transmitter and receiver is the same, and described in the following figure:
It starts with a start bit, which goes to 0. Then it follows by 5 to 9 data bits, an optional parity bit, and one or two stop bits indicating the end of the transfer.
Parity bit