Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

lcd 16x2 using p89v51rd2

Status
Not open for further replies.

annapoorani

Junior Member level 3
Joined
Nov 20, 2010
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
chennai
Activity points
1,496
how to display character or string? how to check busy flag?
 

14 pin lcd has 8 data lines,vss,vdd,vee and three control signals such as RS(register select),EN(enable),R/W(read/write).7th bit of data bits work as a busy flag.to display character or string 1st you will have to write some commands in command register of lcd,and then data to be displayed is given to data register,while writing command or data R/W pin will be 0 (i.e.in write mode ) and while checking busy flag it will be equal to 1.RS=0(command register is selected),RS=1(data register is selected)
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top