#include <TTY_IO.h>
Public Methods | |
Serial_Params (void) | |
Public Attributes | |
int | baudrate |
int | parityenb |
const char * | paritymode |
int | databits |
int | stopbits |
int | readmincharacters |
Minimum number of characters for non-canonical read. | |
int | readtimeoutmsec |
int | ctsenb |
CTS & RTS are the same under unix. | |
int | rtsenb |
enable & set rts mode (win32) | |
int | xinenb |
enable xon/xoff reception | |
int | xoutenb |
enable xon/xoff transmission | |
int | modem |
int | rcvenb |
int | dsrenb |
int | xonlim |
min bytes in input buffer before xon | |
int | xofflim |
max bytes in input buffer before xoff | |
int | dtrdisable |
Controls whether DTR is disabled or not. |
|
|
|
|
|
CTS & RTS are the same under unix.
|
|
|
|
|
|
Controls whether DTR is disabled or not.
|
|
|
|
|
|
|
|
|
|
Minimum number of characters for non-canonical read.
|
|
|
|
enable & set rts mode (win32)
|
|
|
|
enable xon/xoff reception
|
|
max bytes in input buffer before xoff
|
|
min bytes in input buffer before xon
|
|
enable xon/xoff transmission
|