51
4-12-11. :SYSTem:COMMunicate:SERial
[:RECeive]:TRANsmit:BAUD
Set
Query
Description
Sets or queries the UART baud rate. (F-71)
This setting is only applied after the unit has been reset.
Syntax
:SYSTem:COMMunicate:SERial[:RECeive]:TRANsmit:BAUD
<NR1>
Query Syntax :SYSTem:COMMunicate:SERial[:RECeive]:TRANsmit:BAUD?
Parameter
<NR1>
1200, 2400, 4800, 9600, 19200, 38400, 57600,
115200
Example
:SYST:COMM:SER:TRAN:BAUD 2400
Sets the baud rate to 2400.
Query
example
:SYST:COMM:SER:TRAN:BAUD?
>2400
Returns the baud rate settings.
4-12-12. :SYSTem:COMMunicate:SERial
[:RECeive]:TRANsmit:BITS
Set
Query
Description
Sets or queries the UART number of data bits. (F-72)
This setting is only applied after the unit has been reset.
Syntax
:SYSTem:COMMunicate:SERial[:RECeive]:TRANsmit:BITS
<NR1>
Query Syntax :SYSTem:COMMunicate:SERial[:RECeive]:TRANsmit:BITS?
Parameter
0
7 bits
1
8 bits
Example
:SYST:COMM:SER:TRAN:BITS 1
Sets the UART number of data bits to 8 bits.
Query
example
:SYST:COMM:SER:TRAN:BITS?
>1
Indicates that 8 data bits are used for the UART connection.
4-12-13. :SYSTem:COMMunicate:SERial
[:RECeive]:TRANsmit:PARity
Set
Query
Description
Sets or queries the parity of the UART connection. (F-73)
This setting is only applied after the unit has been reset.
Syntax
:SYSTem:COMMunicate:SERial[:RECeive]:TRANsmit:PARity
<NR1>
Query Syntax :SYSTem:COMMunicate:SERial[:RECeive]:TRANsmit:PARity?
Parameter
0
None
1
Odd
2
Even
Example
:SYST:COMM:SER:TRAN:PAR 1
Sets the parity of the UART connection to odd.