Speeduino
Loading...
Searching...
No Matches
Variables
Serial return codes sent to TS
Collaboration diagram for Serial return codes sent to TS:

Variables

static constexpr byte SERIAL_RC_OK = 0x00U
 Success.
 
static constexpr byte SERIAL_RC_REALTIME = 0x01U
 Unused.
 
static constexpr byte SERIAL_RC_PAGE = 0x02U
 Unused.
 
static constexpr byte SERIAL_RC_BURN_OK = 0x04U
 EEPROM write succeeded.
 
static constexpr byte SERIAL_RC_TIMEOUT = 0x80U
 Timeout error.
 
static constexpr byte SERIAL_RC_CRC_ERR = 0x82U
 CRC mismatch.
 
static constexpr byte SERIAL_RC_UKWN_ERR = 0x83U
 Unknown command.
 
static constexpr byte SERIAL_RC_RANGE_ERR = 0x84U
 Incorrect range. TS will not retry command.
 
static constexpr byte SERIAL_RC_BUSY_ERR = 0x85U
 TS will wait and retry.
 

Detailed Description

Variable Documentation

◆ SERIAL_RC_BURN_OK

constexpr byte SERIAL_RC_BURN_OK = 0x04U
staticconstexpr

EEPROM write succeeded.

◆ SERIAL_RC_BUSY_ERR

constexpr byte SERIAL_RC_BUSY_ERR = 0x85U
staticconstexpr

TS will wait and retry.

◆ SERIAL_RC_CRC_ERR

constexpr byte SERIAL_RC_CRC_ERR = 0x82U
staticconstexpr

CRC mismatch.

◆ SERIAL_RC_OK

constexpr byte SERIAL_RC_OK = 0x00U
staticconstexpr

Success.

◆ SERIAL_RC_PAGE

constexpr byte SERIAL_RC_PAGE = 0x02U
staticconstexpr

Unused.

◆ SERIAL_RC_RANGE_ERR

constexpr byte SERIAL_RC_RANGE_ERR = 0x84U
staticconstexpr

Incorrect range. TS will not retry command.

◆ SERIAL_RC_REALTIME

constexpr byte SERIAL_RC_REALTIME = 0x01U
staticconstexpr

Unused.

◆ SERIAL_RC_TIMEOUT

constexpr byte SERIAL_RC_TIMEOUT = 0x80U
staticconstexpr

Timeout error.

◆ SERIAL_RC_UKWN_ERR

constexpr byte SERIAL_RC_UKWN_ERR = 0x83U
staticconstexpr

Unknown command.