Quote:
then use dir command and save all file names in pic ram memory scroll these names in lcd module with up and down switch, when user select a file to read with select switch send that name file to vdip module for read with OPR command
That should also work. The VDIP can only do 8 character file names, so 8 bit arrays is what you need. I am doing something similar here. I send from a PC the file name to the PIC, this is stored in and array. The array plus the file extension is sent to the VDIP.