Microcontroller › 8051 › 8051 Serial port interfacing › getting data from serial port
October 15, 2010 at 2:37 pm
#5094
Guest
The data from serial port is received in “sbuf” of controller and to display these to lcd you will just have to send this data to lcd port
by just simply equating the two functions i.e LCD and sbuf
and for serial port interface check out this link
http://www.engineersgarage.com/microcontroller/8051projects/interface-serialport-RS232-AT89C51