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.

Retrieving LCD data to a PC

Status
Not open for further replies.

jumpjack

Member level 1
Member level 1
Joined
Feb 20, 2008
Messages
41
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,575
I have a power-consumption monitor which displays... power consumption on an LCD; I'd like to retrieve this data to my PC: can this be done? Could I use a PIC to "grab" signals from LCD pins and process them?
 

detecting LCD data

Yes, it should be possible, although I never tried it personally.

Just connect the PIC in 'parallel' to the LCD.
You may then use the PIC to sense whenever the R/S,R/W and EN lines change state and then proceed to 'read' the data presented in the data lines of the LCD.

After reading, you can send this data via the parallel port to the PC where any program can be used to display it.

Hope this helps.

~seemanta
 

Re: detecting LCD data

seemanta said:
Yes, it should be possible, although I never tried it personally.

Just connect the PIC in 'parallel' to the LCD.
You may then use the PIC to sense whenever the R/S,R/W and EN lines change state and then proceed to 'read' the data presented in the data lines of the LCD.

After reading, you can send this data via the parallel port to the PC where any program can be used to display it.

Hope this helps.

~seemanta
thanks, but I never played with LCD, don't know the jargon...
And, what voltage do they use? What should I look for? A digital output?
 

detecting LCD data

Look up the data-sheet for the LCD. I presume you are using a Hitachi HD44780 compatible LCD. Most of the LCDs available are based on it, although they may not be directly manufactured by Hitachi. Also there are scores of material on the net for interfacing with LCDs.

R/S, R/W and EN are control lines in the LCD. It uses +5V for operation and yes, the output would be digital should you choose to 'snoop' on the LCD data as I mentioned in my previous post.

Good luck!
~Seemanta
 

Re: detecting LCD data

seemanta said:
Look up the data-sheet for the LCD. I presume you are using a Hitachi HD44780 compatible LCD. Most of the LCDs available are based on it, although they may not be directly manufactured by Hitachi. Also there are scores of material on the net for interfacing with LCDs.

R/S, R/W and EN are control lines in the LCD. It uses +5V for operation and yes, the output would be digital should you choose to 'snoop' on the LCD data as I mentioned in my previous post.

Good luck!
~Seemanta
datasheet?!? How am I supposed to have the datasheet of an LCD of **broken link removed**?!? :?:
 

detecting LCD data

Aaaah!! Now I get it. You have purchased it. I was thinking you made it yourself. In this case, it would amount to prying open your device and then 'hacking' it.

This my friend, would be difficult, if not impossible.
If you wanted to see the reading on a PC then you should not have purchased this.

~Seemanta
 

Re: detecting LCD data

seemanta said:
Aaaah!! Now I get it. You have purchased it. I was thinking you made it yourself. In this case, it would amount to prying open your device and then 'hacking' it.

This my friend, would be difficult, if not impossible.
If you wanted to see the reading on a PC then you should not have purchased this.

~Seemanta
this is stuff for another thread: **broken link removed**
But I'm still interested on "hackin" mine...:D
 
Last edited by a moderator:

detecting LCD data

Then as I said, you would have to isolate the R/W, R/S, EN and yes, the data lines within your meter and then sense them.

Assuming of course, you have a HD44780 based LCD display.
 

detecting LCD data

seemanta said:
Then as I said, you would have to isolate the R/W, R/S, EN and yes, the data lines within your meter and then sense them.

Assuming of course, you have a HD44780 based LCD display.
nope, it's not a dot matrix LCD, it's 7-segments based!

Added after 3 minutes:

To see if I can hack the LCD, I need some informations:
- are all 7-segments based LCDs working with same voltage/current?
- which voltage/current is needed to turn on one segment?

If I know which voltage to apply, I can just connect a voltage source to one pin, and move GND from a pin to the other till I see a segment turning on. But if I use imporper voltage, I'll burn all up!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top