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.

[SOLVED] Eeprom data show in lcd

Status
Not open for further replies.

jaga123

Member level 1
Joined
May 16, 2011
Messages
32
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
india
Activity points
1,533
FRIENDS ,
now i am doing i2c read operation. The data which is stored in eeprom is compared correctly.. but i want to show that data on lcd .. or port also. but it cant. so is there any conversion in eeprom to microcontroller memory like bdc to hex.or binary...
plz suggest me how can i show that storde data in ldc
 

Hi,

First you need to tell us what micro and programming language you are using.

Once you have read the data from the eeprom it normally has to be converted in to ASCII code to be displayed on a lcd.
https://en.wikipedia.org/wiki/ASCII
 

here i am using at89s52 microcontroller and 24c08 eeprom. i am using assembly langues .
when i extract the data(31h as input) from eeprom to port than the it gives some garbage value although i got 31h in simulator..
 

thank you i got the output...
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top