AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches

SCI byte stuffing definitions. More...

Collaboration diagram for SCI: Byte Stuffing:

Macros

#define SCI_START_BYTE   (0x02)
 
#define SCI_STOP_BYTE   (0x03)
 
#define SCI_ESCAPE_BYTE   (0x1B)
 

Detailed Description

SCI byte stuffing definitions.


Byte stuffing definitions for systems communication interface.

Macro Definition Documentation

◆ SCI_ESCAPE_BYTE

#define SCI_ESCAPE_BYTE   (0x1B)

SCI: Escape byte.

◆ SCI_START_BYTE

#define SCI_START_BYTE   (0x02)

SCI: Start byte.

◆ SCI_STOP_BYTE

#define SCI_STOP_BYTE   (0x03)

SCI: Stop byte.