Specifications

SYSTem Subsystem ZVx
1043.0009.50 3.136 E-15
SYSTem:COMMunicate:SERial<1|2>:CONTrol:DTR
SYSTem:COMMunicate:SERial<1|2>:CONTrol:RTS
These commands switch the hardware handshake procedure for the given serial interface off (OFF)
or on (IBFull).
Syntax: SYSTem:COMMunicate:SERial<1|2>:CONTrol:DTR IBFull | OFF
SYSTem:COMMunicate:SERial<1|2>:CONTrol:RTS IBFull | OFF
Examples: "SYST:COMM:SER:CONT:DTR OFF"
"SYST:COMM:SER2:CONT:RTS IBF"
Features: *RST value: OFF
SCPI: conforming
The two commands have the same meaning. SERial1 and SERial 2 correspond to device COM1and
COM2, respectively.
SYSTem:COMMunicate:SERial<1|2>[:RECeive]:BAUD
This command sets the transmission speed for the given serial interface.
Syntax: SYSTem:COMMunicate:SERial<1|2>[:RECeive:]BAUD <numeric_value>
<numeric_value>::= 75 | 150 | 300 | 600 | 1200 | 2400 | 9600
Example: "SYST:COMM:SER:BAUD 2400"
Features: *RST value: 9600
SCPI: conforming
SERial1 and SERial 2 correspond to device interface COM1 and COM2, respectively.
SYSTem:COMMunicate:SERial<1|2>[:RECeive]:BITS
This command defines the number of data bits per data word for the given serial interface.
Syntax: SYSTem:COMMunicate:SERial<1|2>[:RECeive]:BITS 7 | 8
Example: "SYST:COMM:SER2:BITS 7"
Features: *RST value: 8
SCPI: conforming
SERial1 and SERial 2 correspond to device interface COM1 and COM2, respectively.
SYSTem:COMMunicate:SERial<1|2>[:RECeive]:PARity[:TYPE]
This command defines the parity check for the given serial interface.
Syntax: SYSTem:COMMunicate:SERial<1|2>:RECeive:PARity[:TYPE]
EVEN | ODD | NONE
Example: "SYST:COMM:SER:PAR EVEN"
Features: *RST value: NONE
SCPI: conforming
SERial1 and SERial 2 correspond to device interface COM1 and COM2, respectively. Permissible
values are:
EVEN even Parity
ODD odd Parity
NONE no parity check.