2 Command System RIGOL
MSO2000A/DS2000A Programming Guide
:BUS<n>:RS232:PACKet
Syntax
:BUS<n>:RS232:PACKet <bool>
:BUS<n>:RS232:PACKet?
Description
Enable or disable the packet end in data transmission; or query the current status of the packet end in
data transmission.
Parameter
Name Type Range Default
<n> Discrete {1|2} --
<bool> Bool {{0|OFF}|{1|ON}} 0|OFF
Explanation
When the packet end is enabled, several data blocks are combined according to the packet end.
Return Format
The query returns 0 or 1.
:BUS<n>:RS232:PEND
Syntax
:BUS<n>:RS232:PEND <package end>
:BUS<n>:RS232:PEND?
Description
Set or query the packet end of data transmission.
Parameter
Name Type Range Default
<n> Discrete {1|2} --
<package end> Discrete {NULL|LF|CR|SP|FF} NULL
Explanation
The hexadecimal numbers corresponding to the parameters are as follows.
NULL: 00 LF: 0A CR: 0D SP: 20 FF: FF
Return Format
The query returns NULL, LF, CR, SP or FF.