You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This command reads data (from 1 to 64 bytes) from requested EEPROM address.

Byte

Value

Description

1

0xA8

EEPROM_READ command ID

2

AddrHigh

High part of address (address [15:8])

3

AddrLow

Low part of address (address [7:0])

4

size

Number of bytes to read (max 64)

From 5 to 64

-

Not used

EEPROM_READ Command Packet Layout.

Reply packet contains requested data.

  • No labels