118
3-19-10. :BUS1:UART:PARIty
Set
Query
Description
Sets or queries the UART bus parity.
Syntax
:BUS1:UART:PARIty { <NR1> | ? }
Parameter/Return
parameter
<NR1>
0: None
1: Odd parity
2: Even parity
Example
:BUS1:UART:PARIty 1
Sets the parity to odd.
3-19-11. :BUS1:UART:PACKEt
Set
Query
Description
Sets or queries the UART packet setting.
Syntax
:BUS1:UART:PACKEt {<NR1> | ? }
Parameter/Return
parameter
<NR1>
0: Off
1: On
Example
:BUS1:UART:PACKEt 1
Turns UART packets on.
3-19-12. :BUS1:UART:EOFPAcket
Set
Query
Description
Sets or queries the EOF character for the UART packet
setting.
Syntax
:BUS1:UART:EOFPAcket <NR1>
Parameter/Return
parameter
<NR1>
0: NULL
1: LF (line feed)
2: CR (carriage return)
3: SP (space character)
4: FF
Example
:BUS1:UART:EOFPAcket 2
Sets the OEF character to CR.