How To Display ASCII Characters On 16x2 LCD Using 8051 - MIcrocontroller Projects
How To Display ASCII Characters On 16x2 LCD Using 8051 - MIcrocontroller Projects
Search Site For More Atmel,Arduino,8051 and Microchip Pic Series Microcontroller Projects!!!!!
Microcontroller
projects Hardware requirements
(/microcontroller- 16x2 lcd
projects.html)
Breadboard to make circuit
Knowledge based one 80s51 or 80c51
(/knowledge-
based.html) A potentiometer to set lcd contrast
Arduino The code is very simple we hope that you are already familiar with c/c++ programming language. First of all the header file re51.h is inclu
(/arduino.html)
to include in our every project which include 8051 microcontroller. Then the lcd rs(register set) rw(read/write) and en(Enable) pins are defin
Lcd Interfacing
(/lcd- Just copy the code and made your circuit burn the code in your micro controller and the ascii characters will appear on your 16x2 lcd scree
interfacing.html) another size of screen but take care you have to change just only one statement lcdcmd(0x38). If you know how to do that then do it If you a
you want some information on it just click the link.
About Me (/about-
me.html) 8x1 , 8x2 , 10x2 , 16x1 , 16x2 , 16x4 , 20x2 , 20x4 , 24x2 , 30x2 , 32x2 , 40x2 LCD working.
Contact Me
(/contact-me.html) Project Code
Download the project code from the links given at the bottom of the Post.
counter
(/counter.html)
Car Battery
Temperature and
Automatic Head
Light On/Off
System with
Arduino (/car-
battery-
temperature-and-
automatic-head-
light-onoff-system-
with-arduino.html)
Stepper motor
controlled with
hc06 Bluetooth
module (/stepper-
motor-controlled-
with-hc06-
bluetooth-
module.html)
http://www.microcontroller-project.com/displaying-ascii-characters-on-16x2-lcd.html 1/3
5/19/2016 how to display ASCII characters on 16x2 lcd using 8051 - MIcrocontroller Projects
#include< reg51.h>
Electrical sbit rs=P3^5; //Register select (RS)
sbit rw=P3^7; //Read write (RW) pin
Calibration sbit en=P3^6; //Enable (EN) pin
Ads by Google
► ASCII Characters
► LCD 16X2
► LCD Display
http://www.microcontroller-project.com/displaying-ascii-characters-on-16x2-lcd.html 2/3
5/19/2016 how to display ASCII characters on 16x2 lcd using 8051 - MIcrocontroller Projects
OLED manufacturer
Leading Manufacturers for
OLED in China. Here for More
Info!
2 Comments Microcontroller
Recommend ⤤ Share
ALSO ON MICROCONTROLLER
displaying images on graphical(jhd12864e) lcd using pic moving text on 16x2 lcd with ardunio
microcontroller 1 comment • 2 years ago
8 comments • a year ago rajive — very nice
Avatar
Usman Ali Butt — Yes you can....
http://www.microcontroller-project.com/displaying-ascii-characters-on-16x2-lcd.html 3/3