When you "write" to flash memory, the data gets buffered in RAM, not written right away. If you do not explicitly close the file you're writing and provide sufficient time for the last bit of data to be sent to flash before a power-off or reset, the data will not get stored.
I am using the Object that Parallax provides and I did not notice a close file method. If there is no such method can you suggest a way to close the file within this object?
Comments
-Phil
I am using the Object that Parallax provides and I did not notice a close file method. If there is no such method can you suggest a way to close the file within this object?
Regards,
Stan