SerialPort class.
More...
#include <nola-common.h>
#include <Stream.hpp>
|
#define | DATABITS_5 (0 << 0) |
|
#define | DATABITS_6 (1 << 0) |
|
#define | DATABITS_7 (2 << 0) |
|
#define | DATABITS_8 (3 << 0) |
|
#define | DATABITS_MASK (3 << 0) |
|
#define | PARITY_NONE (0 << 2) |
|
#define | PARITY_EVEN (1 << 2) |
|
#define | PARITY_ODD (2 << 2) |
|
#define | PARITY_MASK (3 << 2) |
|
#define | STOPBITS_1 (0 << 4) |
|
#define | STOPBITS_2 (1 << 4) |
|
#define | STOPBITS_MASK (1 << 4) |
|
SerialPort class.
- Author
- Jongsoo Jeong (CoXlab)
- Date
- 2016. 1. 31.