Quote Originally Posted by iugmoh View Post
Anyone have an experience what is the best algorithm to save data or information on serial eeprom like a database for the ease of reading and searching after saving like this table
ID Time Date #of register
=================================
1200312 8:30 12/9/2009 10
....
and so on

so anyone can help me ?
Just save it as raw character data...wouldn't that be the easiest thing to do? No math needed when saving or retrieving. Sure, it's not the most efficient way to save data, but how expensive is eeprom/flash these days?