I want to ask whether can C Program for micro controller read in text file? If yes how do I do it? I have read some article that says that the program need to include stdio.h to read the file. But after I added that into my program, I still can start with this:
File * hfile;
Something like this and it prompt me an error!
What hard disk do you have connected to your 8051 microcontroller? How is it interfaced (IDE, ATA, SCSI, SATA)? Where did you get the file I/O library that you plan to use?
Jon
Yes, of course 'C' programs in general can do file handling!
The big question is not about the program, but about the hardware: what hardware is used to store your files, and how is this hardware connected to your 8051?
See: http://www.keil.com/forum/docs/thread13856.asp