===== RTCC READ ===== With READ command you can read one or more location/s in the Carberry RTCC. ==== Synopsis ==== RTCC READ READ accepts two parameters as: |Param|Description|Range| || RTCC location address in HEX notation.|0x00 - 0x1F| || Number of bytes to read starting from | 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