This document discusses using serial communication and the universal asynchronous receiver/transmitter (UART) to access computers remotely over a null-modem connection. It describes initializing the UART, transmitting and receiving bytes in polled mode, adjusting interrupt handling, and examples of programming the UART in C++. Exercises are provided to experiment with different baud rates, data formats, and monitoring wait times for transmission and reception.