Hi All,
I'm making a data logging device using Arduino Uno Rev3 and an Adafruit SD Card data logger shield and Real Time Clock.
I'm currently saving the files as text files using logfile.print() commands.
I don't want people editing the files after they have been created and moved onto a PC using the SD card.
I'm interested in stopping someone with basic computer knowledge from editing the file.
So my question is: Is there anyway to save files to the SD card from my data logger in some Proprietary File Format so that I can stop the average computer user editing the file?
Cheers
Steve