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…

How to program 8051 using RS232

  Programming a microcontroller is not as difficult as it sounds to most people when they’re just starting out with microcontrollers. In fact, with proper hardware and a few connections, you can easily burn your code and then lay back and watch your microcontroller execute what you desire(obviously not everything Read more…