??? 06/21/07 06:55 Read: times |
#141119 - Requirement? Responding to: ???'s previous message |
Pradeep Arjun Kumbharkar said:
Actual requirement:
access the database file from external flash memory to microcontroller without PC & this data display on LCD display. I think you may be a couple of steps away from the actual requirement here. What is the purpose of this unit? Why does the data need to be displayed away from a PC? What sort of data is it? How is it to be displayed - simple text? formatted text? graphics? animation? video...? file type = .dbf or excel Now you're adding a whole load of complexity! Not only would this require a USB Host and a PC-compatible filesystem (as already explained), but now you are also going to have to work-out how to process and interpret the content of these large PC application files! I think you will find it much easier to have the PC pre-process the data into a form that is easy for the 8051 to access & display... |