SX8 User Manual
G-‐UM-‐00004 Rev 006
16 of 45
Table 9: Serial Communication Settings
Baud Rate
Selectable in the “User Menu”. Available options
are 1200, 2400, 4800, 9600, 19200, 38400 and
57600 bps
Data bit
8
Parity
N
Stop bits
1
Flow Control
None
To connect the SX8 to the computer, a standard 9 pins straight RS-‐232
cable is required. Only three pins, Txd, Rxd and GND are needed.
Syntax and Style
Program Message Formats
A program message consists of a command header, followed by its
required parameters. The parameters must be separated from the
command header by a space, for example,
*ESE 10
.
Multiple
parameters must be separated by a comma ( , ).
Each program message can contain one or more message units. The
message units in a program message must be separated by a semicolon
( ; ), for example,
*CLS;*ESE 10
.
Terminating a Program Message
The command terminator should be a linefeed <LF> plus EOI for GPIB,
and a carriage return <CR> plus a linefeed <LF> for RS-‐232. No
command processing occurs until a command terminator is received.
Command Header Variations
Each command header in the command tree has a long form and a short
form. Both forms are acceptable and each form gives an identical
response.
Examples:
:ROUTE:CLOSE 5
:ROUT:CLOS 5
:STATUS:OPERATION:ENABLE 255
:STAT:OPER:ENAB 255
The query form of a command must end with a question mark ( ? ). A
command can be entered in either uppercase characters or lowercase
characters.