Language Dictionary
COMMunicate:SERial:BITS
Description Set the number of the data bits
Syntax COMMunicate:SERial:BITS
Parameters 0 | BITS_8, 1 | BITS_7 <NR1 | CHAR>
Example COMM: SER:BITS 0
COMM: SER:BITS BITS_8
Query Syntax COMMunicate:SERial:BITS?
Return Parameters 0 | 1
Query Example COMM:SER:BITS? Return RS232 data bits parameter.
Return Example 0 ( BITS_8)
COMMunicate:SERial:PARity
Description Set the parity scheme that is to be used for transmission
Syntax COMMunicate:SERial:PARity <NR1 | CHAR>
Parameters 0 | NONE, 1 | EVEN, 2 | ODD
Example COMM: SER:PAR 0
COMM: SER:PAR NONE
Query Syntax COMMunicate:SERial:PARity?
Return Parameters 0 | 1 | 2
Query Example COMM:SER:PAR? Return RS232 bits parameter.
Return Example 0 ( NONE )
COMMunicate:SERial:SBITs
Description Set the number of the stop bits
Syntax COMMunicate:SERial:SBITs
Parameters 0 | SBITS_2, 1 | SBITS_1 <NR1 | CHAR>
Example COMM: SER:SBITS 0
COMM: SER:SBIT SBITS_2
Query Syntax COMMunicate:SERial:SBITs?
Return Parameters 0 | 1
Query Example COMM:SER:SBIT? Return RS232 stop bits parameter.
Return Example 0
7-9