6.5.7.4
SYSTem:COMMunicate:SERial[:RECeive]:FDUP?
This query command returns the duplex or echo mode of the base serial port.
This command returns 1 if full duplex is on and 0 otherwise.
Example command: SYST:COMM:SER:FDUP?
Example response: 0
6.5.7.5
SYSTem:COMMunicate:SERial[:RECeive]:LINefeed <Boolean>
This command enables or disables linefeed for the base serial port. A
<Boolean> value of 1 or ON turns the linefeed on and 0 or OFF turns it off. If
the linefeed is ON, a linefeed character (ASCII decimal 10) will be appended to
the carriage return at the end of each line during transmission. Linefeed is not
affected by the *RST command.
Example command:SYST: COMM:SER:LIN ON
6.5.7.6
SYSTem:COMMunicate:SERial[:RECeive]:LINefeed?
This query command returns the state of the linefeed for the base serial port. It
returns 1 if the linefeed is on and 0 otherwise.
Example command: SYST:COMM:SER:LIN?
Example response: 1
93
6 Digital Communications Interface
Commands
Command
Action
SYSTem:COMMunicate:SERial[:RECeive]:BAUD
<numeric_value>
Set the baud rate for the base serial port
SYSTem:COMMunicate:SERial[:RECeive]:BAUD?
Query the baud rate for the base serial port
SYSTem:COMMunicate:SERial[:RECeive]:FDUPlex
Select duplex (echo) mode for the base serial port
SYSTem:COMMunicate:SERial[:RECeive]:FDUP?
Query duplex (echo) mode for the base serial port
SYSTem:COMMunicate:SERial[:RECeive]:LINefeed
<Boolean>
Enable or disable linefeed for the base serial port
SYSTem:COMMunicate:SERial[:RECeive]:LINefeed?
Query linefeed for the base serial port
Table 19
Communication Interface Commands