UDP
8.3.3 Baud Rate
The Device Server and attached serial device must agree on a speed or baud rate to use for the serial connection. Use the following table to select Baud Rate settings:
Table 25 - Baud Rate Settings
Speed | Hex |
(bps) |
|
38400 | 00 |
19200 | 01 |
9600 | 02 |
4800 | 03 |
2400 | 04 |
1200 | 05 |
600 | 06 |
300 | 07 |
115200 | 08 |
57600 | 09 |
8.3.4 Flow Control
Flow control sets the local handshaking method for stopping serial input/output. Generally, flow control is not required if the connection is used to pass a blocked protocol with block sizes less than 1k (ACK/NAK) and/or speeds of 19200 or less. Use the following table to select Flow Control options:
Table 26 - Flow Control Options
Option | Hex |
No flow control | 00 |
XON/XOFF flow control | 01 |
Hardware handshake with RTS/CTS lines | 02 |
XON/XOFF pass characters to host | 05 |