Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 558 Bytes

eep_read.md

File metadata and controls

33 lines (22 loc) · 558 Bytes

eep read

read eeprom

Synopsis

specify filname "-" to output to stdout

eep read <filename> [flags]

Options

  -h, --help   help for read

Options inherited from parent commands

  -c, --chip uint8     chip type (default 66)
  -e, --erase          erase before write (default false
  -o, --org uint8      chip org (default 8)
  -p, --port string    com port (default "COM8")
  -s, --size uint16    chip size (default 512)
  -x, --xor bytesHex   xor output (default 00)

SEE ALSO

  • eep - eeprom tool