This document discusses serial communication with the 8051 microcontroller. It begins by contrasting serial and parallel communication, listing advantages of serial. It then explains asynchronous serial communication protocols. Next, it describes half and full duplex transmission, data framing, transfer rates, and the RS-232 standard. Finally, it provides examples of initializing and programming the 8051 for serial communication using timers, registers, and algorithms.