With READ command you can read one or more location/s in the Carberry RTCC.

Synopsis

RTCC READ <ADDR> <LEN>

READ accepts two parameters as:

ParamDescriptionRange
<ADDR> RTCC location address in HEX notation.0x00 - 0x1F
<LEN> Number of bytes to read starting from <ADDR> 0x01 - 0x1F

Return

READ command returns the byte value (in HEX notation) of the location/s addressed by parameters.

Examples

Reading three bytes containing time info

RTCC READ 00 03
B40000
OK