In short:
-let pic collect data, write to eeprom
-put pic in programmer
-read pic's eeprom
-shows something like
2100: E0 02 1E 04 74 04 C1 05 à...t.Á.
2108: FC 06 5D 06 C5 08 0F 08 ü.].Å...
2110: E9 07 95 09 76 0A E1 09 é.•.v.á.
....
-means: E0 02 is one pair, 1E 04 is the next one and so on
-want to see a number between 0 and 65K instead of pairs like "E0 02".
Bookmarks