STOP_BITS
This is an enumerated constant about Stopbits indicating the end of a frame during serial communication, and is defined as follows.
Rank |
Constant Name |
Description |
|---|---|---|
0 |
STOPBITS_ONE |
1 bit |
1 |
STOPBITS_TWO |
2 bits |
Defined in: DRFC.h
typedef enum {
STOPBITS_ONE = 1,
STOPBITS_TWO
} STOP_BITS;