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.

can 8051 microcontroller read in text file?

Status
Not open for further replies.

spiritgate

Newbie level 1
Joined
Dec 29, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,285
can 8051 microcontroller read in text file like notepad?

If can what should I do? I am using C programming language for microcontroller 8051
 

Short answer is yes, but with a lot of extra work.
Not knowing what your goal is, where your reading the data from or your experience level, not to mention which compiler your using its kind of difficult to suggest anything that might help.

Start with looking at the fopen() function, then hex edit an empty text file, then compare a text file with something in it, I imagine your wanting to output it to an lcd or screen etc, so you might want to create some sort of lookup table, but I would look at what your compilers library's are capable of first. Have a look around the web there are plenty of tutorials and forum discussions on this subject.

This is my first post here so if I'm not giving the usual level of help expected here please forgive me :)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top