I did a GPS data logger application with PIC 16F819, my sd card format type fat32. i run my application and sent gps record to sd card.then, i couldnt see any text file or file. it saved it probably native raw type. I used a hex editor but this is not showed me relevant characters. My used project http://www.gedanken.demon.co.uk/gps-sd-logger/
How i can see the datas!!..
I did a GPS data logger application with PIC 16F819, my sd card format
Share
From the linked page (emphasis mine),
You need to read the card directly, which is easy on Linux or OS X but will differ between platforms. Feed the binary data to the C program he should have also posted on the site. (I didn’t look.)
This assumes the hardware and everything is working correctly, which is not a safe assumption for a project simply built from online instructions. Probably you should contact the author of that page, he likely won’t mind giving a little help.