Dump command, allows to output all eeprom locations with their value.
All addresses and values are output in HEX notation.

Synopsis

EEPROM DUMP

Return

Dump command returns a list of 128 EEPROM locations, followed by data.
the format is:

<addr> <data>

in HEX notation.
After the last address, the command terminates with OK.

Example

EEPROM DUMP
00 FF
01 FF
02 00
03 FF
04 02
05 FF
06 FF
07 FF
...
7D FF
7E FF
7F FF
OK