This document contains code for configuring a UART communication between a microcontroller and MATLAB using a serial port. It includes code for initializing the UART, transmitting and receiving characters, and an interrupt service routine to blink LEDs in response to received characters. It also describes including header files and shows an example GUI in MATLAB for sending characters over the serial port to control LEDs on the microcontroller.