Specifications

2 – CLI Commands
Page 34 Airborne™ Product Family CLI Reference Guide 100-8005-101G
Quatech, Inc. Confidential
2.2.5 UART Port Configuration Commands — NOT FOR ABD ETHERNET
Command CLI Arguments Ln Description
apply-cfg <serial> L3 Applies the serial port settings immediately, without requiring a
restart. Serial configuration settings must be committed if they are to
apply after a restart.
Serial port settings applied are: bit-rate, data-bits,
parity, flow, and input-size.
bit-rate [string] L3* Configures the bit-rate of the serial interface in bits per second
(bps). Acceptable values are: 300, 600, 1200, 2400, 4800,
9600, 14400, 19200, 28800, 38400, 57600, 115200,
230400, and 460800.
Default is 9600 bps.
clear-buf L3 Executes the clear buffer feature. When issued after a serial-
assert command, it clears all data that is buffered in the Module.
data-bits [string] L3* Configures the serial port data bits.
7
8 (default)
flow [string] L3* Configures the serial port flow control.
n = no flow control (default)
h = enable hardware (RTS, CTS)
s = enable software (DC1 - XON, DC3 - XOFF)
input-size [integer] L4 Sets a threshold at which the serial input buffer will be flushed
through the TCP connection.
Size range is 1 to 1460 bytes.
Default is 1460 (bytes).
If using software flow control, the input size range is 5 to 1460
bytes.
intf-type [rs232 | rs422 | rs485] L3* Sets the serial interface for RS-232, RS-422, or RS-485
communications.
Default is rs232.
parity [string] L3* Configures the serial port parity.
n = none (default)
e = even
o = odd
serial-assert [xon |xoff] L3 Allows the serial software flow control to be asserted or deasserted
via CLI over TCP. The value committed is also applied to the system
at startup. This command requires software flow control to be
configured.
Default is xon.
serial-default [string] L4* Sets the default mode for the CLI Session on the serial interface.
The CLI Server will transition to the specified mode on the serial
interface at system startup.
pass = The CLI Session on the serial interface will transition to
PASS Mode at system startup. See “PASS Mode for
the Serial Interface” for a decription of the transition of
the serial interface to PASS Mode.
cli = The CLi Session on the serial interface will startup in
CLI Mode. (default)
listen = The CLI Session on the serial interface will startup in
LISTEN Mode.
stop-bit [1 | 2] L3 Configures the number of stop bits to use on the serial interface.
Default is 1.