![UNI-T UPO3000E Series Скачать руководство пользователя страница 74](http://html2.mh-extra.com/html/uni-t/upo3000e-series/upo3000e-series_programming-manual_3712431074.webp)
UNI-T
UPO 3000E&UPO2000E Series Oscilloscope Programming Manual
For example:
:SBUS:RS232:PARity ODD
et parity of RS232 bus as ODD
:SBUS:RS232:PARity?
query return 6
:SBUS:RS232:DATA:BIT
Command format:
:SBUS:RS232:DATA:BIT {5 | 6 | 7 | 8 }
:SBUS:RS232:DATA:BIT?
Functional description:
Set data bit of RS232 bus.
Return format:
Query return{5 | 6 | 7 | 8 }.
For example:
:SBUS:RS232:DATA:BIT 6
set RS232 data bit as 6
:SBUS:RS232:DATA:BIT?
query return 6
:SBUS:RS232:STOP:BIT
Command format:
:SBUS:RS232:STOP:BIT {1 | 2 }
:SBUS:RS232:STOP:BIT?
Functional description:
Set stop bit of RS232 bus.
Return format:
Query return{1 | 2 }.
For example:
:SBUS:RS232:STOP:BIT 6
set stop bit as 6
:SBUS:RS232:STOP:BIT?
query return 6
:SBUS:RS232:DATA
Command format:
:SBUS:RS232:DATA <value>
:SBUS:RS232:DATA?
Functional description:
Set RS232 bus data,, parameter is character string of 0x format, range is related with setup
parameter of command SBUS:RS232:DATA:BIT, which is [0~2^databit – 1].
Return format: