ACE_TTY_IO::Serial_Params Struct Reference#include <TTY_IO.h>
Constructor & Destructor Documentation
Member Data DocumentationSpecifies the baudrate at which the communnication port operates. Specifies the minimum number of bytes in input buffer before XON char is sent. Negative value indicates that default value should be used (Win32). Specifies the maximum number of bytes in input buffer before XOFF char is sent. Negative value indicates that default value should be used (Win32).
Specifies the minimum number of characters for non-canonical read (POSIX). Specifies the time to wait before returning from read. Negative value means infinite timeout.
Specifies the parity mode. POSIX supports "none", "even" and "odd" parity. Additionally Win32 supports "mark" and "space" parity modes.
Enable & set CTS mode. Note that RTS & CTS are enabled/disabled together on some systems (RTS/CTS is enabled if either
Enable & set RTS mode. Note that RTS & CTS are enabled/disabled together on some systems (RTS/CTS is enabled if either
Enable/disable software flow control on input. Enable/disable software flow control on output. Specifies if device is a modem (POSIX). If not set modem status lines are ignored. Enable/disable receiver (POSIX). Controls whether DSR is disabled or enabled (Win32). Controls whether DTR is disabled or enabled.
Data bits. Valid values 5, 6, 7 and 8 data bits. Additionally Win32 supports 4 data bits.
Stop bits. Valid values are 1 and 2.
The documentation for this struct was generated from the following files: Generated on Mon Sep 15 07:18:03 2008 for ACE by ![]() |