Specifications
RIGOL 2 Command System
2-50 DS2000 Programming Guide
2-50
:BUS<n>:RS232:PEND
Syntax
:BUS<n>:RS232:PEND <package end>
:BUS<n>:RS232:PEND?
Description
Set the packet end of data transmission.
Query the current 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.
Example
:BUS1:RS232:PEND FF
The query returns FF.