User manual
RIGOL Chapter 2 Command System
2-20 MSO7000/DS7000 Programming Guide
:BUS<n>:RS232:PEND
Syntax
:BUS<n>:RS232:PEND <package end>
:BUS<n>:RS232:PEND?
Description
Sets or queries the packet end type during data transmission.
Parameter
Name
Type
Range
Default
<n>
Discrete
{1|2|3|4}
——
<package end>
Discrete
{NULL|LF|CR|SP}
NULL
Remarks
The parameters are represented in hexadecimal as follows:
NULL: 00
LF: 0A
CR: 0D
SP: 20
Return
Format
The query returns NULL, LF, CR, or SP.
Example
:BUS1:RS232:PEND LF /*Sets the packet end to 0A.*/
:BUS1:RS232:PEND? /*The query returns LF.*/