8051 Uart Communication

8051 consists of a programmable serial port with two transmission lines, Rx(receive) and Tx(transmit). The data is serially transmitted through Tx pin and received through the Rx pin. In 8051 UART communication, data can be transmitted and received simultaneously which makes it a full duplex communication. The number of bits Read more…