AT-UHD-CLSO-601
10
Commands
CliPort
Sets the listening port for the controlled device. Use the sta argument to display the current listening port.
The default port is 23. Use the
sta
argument to display the current setting.
Example
CliPort 50
Syntax
CliPort X
Parameter
Description
Range
X
Port
0 ... 65535, sta
Feedback
CliPort 50
CliUser
Sets the username for the controlled device. Execute the CliUser command without arguments to display the current
username.
Example
CliUser BigBoss
Syntax
CliUser X
Parameter
Description
Range
X
Username
20 characters (max.)
Feedback
CliUser BigBoss
CSpara
Sets the baud rate, data bits, parity bit, and stop bits for the serial port. Use the
sta
argument to display the current
serial port settings. Each argument must be separated by a comma; no spaces are permitted. Brackets must be
used when executing this command.
Syntax
CSpara[W,X,Y,Z]
Example
CSpara[115200,8,0,1]
CSpara[sta]
Feedback
CSpara[115200,8,0,1]
CSpara [115200,8,0,1]
Parameter
Description
Range
W
Baud rate
2400, 4800, 9600, 19200, 38400, 57600, 115200
X
Data bits
7, 8
Y
Parity bit
None, Odd, Even
Z
Stop bits
1, 2