User`s manual
Software Manual • EKF Intelligent I/O Controller Family On
CompactPCI
- 60 -
EKF Elektronik GmbH * Philipp-Reis-Str. 4 * D-59065 HAMM (Germany)
Tel. +49 (0)2381/6890-0 * Fax. +49 (0)2381/6890-90 * E-Mail info@ekf.de * Internet http://www.ekf.de
UCHAR XonChar;
UCHAR XoffChar;
} EKF16550_CHARS, *PEKF16550_CHARS;
EofChar:
End Of File character (currently not used).
ErrorChar:
This character, when enabled, is placed in the stream of received characters on error
conditions like buffer overflow, frame errors and so on.
BreakChar:
This character, when enabled, is placed in the stream of received characters when a
break condition was detected.
EventChar:
When enabled, a message is sent by the controller to the host, if this character was
received by the port.
XonChar:
Defines the XON character that resumes an earlier stopped data transmission if
XON/XOFF flow control is enabled.
XoffChar:
Defines the XOFF character that stops data transmission if XON/XOFF flow control is
enabled.
EKF16550_HANDFLOW
A structure that contains all the stuff needed to setup hard- and software handshake for
serial ports:
typedef struct _EKF16550_HANDFLOW
{
UINT32 ControlHandShake;
UINT32 FlowReplace;
INT32 XonLimit;
INT32 XoffLimit;
} EKF16550_HANDFLOW, *PEKF16550_HANDFLOW;
ControlHandShake:
A set of flags that defines the modem lines that are used for flow control:
EKF16550_DTR_HANDSHAKE:
Use the modem signal DTR for input flow control. The DTR line is cleared by
the controller if the receive buffer reaches the programmed high water mark.
See also description of XonLimit and XoffLimit.
EKF16550_CTS_HANDSHAKE:
EKF16550_DCD_HANDSHAKE:










