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.

how to read data from LCD Display

Status
Not open for further replies.

enzoi

Newbie level 5
Joined
Jan 1, 2012
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,326
sirs.,.,i need help in getting data from LCD display...
i want to read the data from LCD(a) and display it to LCD(b)...
where: LCD(a) has a display output from outer source(device).
LCD(b) is connected to my arduino as my main device.


if you could spare me sample codes, that would be a great! thanks in advance.

---------- Post added at 06:11 ---------- Previous post was at 06:07 ----------

basically, i want to tap the data being output from a digital meter and copy the reading to my LCD display....

im open for more convenient advice.. thanks.
 

enzoi said:
i want to read the data from LCD(a) and display it to LCD(b)...
where: LCD(a) has a display output from outer source(device).
LCD(b) is connected to my arduino as my main device.

Can't you just connect the lines from LCD(a) to LCD(b) so that the two LCDs are driven at the same time? In this way you won't need to read anything, just put a second LCD in parallel with the first, you won't even need to write code for it.

Also a similar thread on this:
https://www.edaboard.com/threads/235202/

Hope this helps.
Alexandros
 

why you want to display the same data on both LCDs???

LCD is a device that can only accept the data and commands. it can not send. so if you want the data of 1 LCD to be displayed on the other LCD. you should connect the data lines of 1 LCD to the other. means you should connect both lcds in parallel as said by alexxx.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top