i can already print the file names inside the flash drive to the LCD
the cause of why i could not print anything earlier was maybe because of the timing of the execution of the command. there where probably times when the vdip was already sending data to the pic but the pic was still busy of doing another thing like printing welcome notes to the lcd (or something like that..) so the data could not the printed to the the lcd.so what i can is, the PAUSE command plays a major role.
as for the printing of the file names, im having trouble arranging the files line by line to the lcd..primarily because they do vary in length and also other weird characters come in between some of the words which i guess are due to the line feed or carriage return..
does anyone have any idea of how i can save a string into a different variable each time a line feed of carriage return is encountered?
or are there any alternative way...id like to see it...
Bookmarks