Using UART of PIC Microcontroller – MPLAB XC8

Contents UART stands for Universal Asynchronous Receiver / Transmitter. It is a very popular serial communication interface which provides Full Duplex communication between two devices. UART uses two data lines for sending (TX) and receiving (RX) data. Ground/Reference of both devices should be made common. As the name indicates it is an asynchronous communication interface, … Continue reading Using UART of PIC Microcontroller – MPLAB XC8