Nol.A SDK Library
24.11.4
For IoT System Software Development
Classes
|
Macros
Serial
Peripherals
Serial port (UART) communication.
More...
Classes
class
SerialPort
시리얼 포트를 제어하기 위한 클래스
More...
Macros
#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)
Detailed Description
Serial port (UART) communication.
Generated on Fri Nov 29 2024 09:09:25 for Nol.A SDK Library by
1.9.1