Communications settings

The communications settings used for serial data and signaling.

Properties

Baud

The serial baud rate for this port.

The baud rate determines the speed of the serial port. It is expressed in bits-per-second (bps). Communicating devices must be set to the same baud rate. The higher the baud rate the faster the connection. 9600 or 115200 are commonly used settings.

OptionLabel
5050
7575
110110
134134
150150
200200
300300
600600
12001200
18001800
24002400
48004800
96009600
1920019200
3840038400
5760057600
115200115200
  • Data type: string select
  • Default: 9600
  • Configuration
  • Required

CLI: (cli)> config serial <key> comms baud

Data bits

The number of data bits in each character transmitted or received.

8 data bits is by far the most common setting, only choose 7 data bits if it is required by the connected device.

OptionLabel
77
88
  • Data type: string select
  • Default: 8
  • Configuration
  • Required

CLI: (cli)> config serial <key> comms data-bits

Stop bits

The number of bits signifying the end of data.

1 stop bit is most commonly used with 8 data bits, other options should only be chosen when the communicating equipment is known to required specific settings.

OptionLabel
11
22
1.51.5
  • Data type: string select
  • Default: 1
  • Configuration
  • Required

CLI: (cli)> config serial <key> comms stop-bits

Parity

Parity checking is used to detect errors in the communication.

No parity checking is commonly used, only on specific use cases will another parity setting be required.

OptionLabelDescription
noneNone
evenEvenEven parity checking bits. The number of bits in each each transmission, including the parity bit, is even.
oddOddOdd parity checking bits. The number of bits in each each transmission, including the parity bit, is odd.
  • Data type: string select
  • Default: none
  • Configuration
  • Required

CLI: (cli)> config serial <key> comms parity

Flow control

Flow control is used to pause communications when required.

No flow control is often used for low bandwidth interactive connections. A suitable flow control option should be chosen for higher throughput communications or when it is desirable to tell the peer to pause transmission to prevent overflows while the currently received data is processed.

OptionLabelDescription
noneNoneNo flow control. It is not possible to inform the peer that transmission should be paused, if either device is unable to receive incoming data it will be lost.
rts-ctsRTS/CTSRTS and CTS are used to set/check flow control status. RTS is asserted when it is ready for the peer to transmit, data is only transmitted to the peer when CTS asserted.
dtr-dsrDTR/DSRDTR and DSR are used to set/check flow control status. DTR is asserted when it is ready for the peer to transmit, data is only transmitted to the peer when DSR asserted.
swSoftware (XON/XOFF)In-band data characters are used to stop/start communications. IXOFF (^S) is transmitted to request the peer to pause sending, an IXOFF (^Q) is transmitted when it is ready for the peer to resume communications.
  • Data type: string select
  • Default: none
  • Configuration
  • Required

CLI: (cli)> config serial <key> comms flow-control

Pinout

Select the Pinout of the serial connector.

This port has the ability to change the pinout it uses to help with communications to different devices.

OptionLabelDescription
straightStraightCisco straight pinout.
RJ45 Female PinSignal
---------------------
1CTS
2DSR
3RXD
4GND
5Not Connected
6TXD
7DTR
8RTS
rolledRolledAvocent/Cyclades pinout.
RJ45 Female PinSignal
---------------------
1RTS
2DTR
3TXD
4GND
5CTS
6RXD
7DCD
8DSR
  • Data type: string select
  • Default: straight
  • Configuration
  • Required

CLI: (cli)> config serial <key> comms pinout