Remote Control
Page 32
For example, to set the baud rate to 9600 bit per second, send:
:SYS:COMM:SER:BAUD 9600 bps
The units are optional, but they must be "bps" if used.
Note that the new baud rate must be used immediately for any further serial
communication.
To query the current baud rate send:
:SYS:COMM:SER:BAUD?
The command will return the baud rate as an integer number. For example, if the baud
rate is 9600 bps, the return message will be:
9600
4.7.4 :SYStem:COMMunicate:SERial:FORMat <format>
Set the receiver and transmitter data format of the serial interface, where <format> is
any of the following choices:
E71 | O71 | E72 | O72 | N72 | E81 | O81 | N81 | N82
Where:
E = even parity
O = odd parity
N = no parity
the second digit is the character size
the third digit is the number of stop bits
For example, to set the data format to no parity, 8 bit per character, 1 stop bit, send:
:SYS:COMM:SER:FORMAT N81