117
3-19-8. :BUS1:UART:BITRate
Set
Query
Description
Sets or queries the UART bit rate.
Syntax
:BUS1:UART:BITRate {<NR1>| ? }
Parameter/Return
parameter
<NR1>
UART bit rate (0~31)
<NR1> Rate (bps)
<NR1> Rate (bps)
0
50
16
15200
1
75
17
19200
2
110
18
28800
3
134
19
31250
4
150
20
38400
5
300
21
56000
6
600
22
57600
7
1200
23
76800
8
1800
24
115200
9
2000
25
128000
10
2400
26
230400
11
3600
27
460800
12
4800
28
921600
13
7200
29
1382400
14
9600
30
1843200
15
14400
31
2764800
Example
:BUS1:UART:BITRate 10
Sets the bit rate to 2400.
3-19-9. :BUS1:UART:DATABits
Set
Query
Description
Sets or queries the number UART data for bus 1.
Syntax
:BUS1:UART:DATABits { 5 | 6 | 7 | 8 | 9 | ? }
Parameter/Return
parameter
5
5 data bits in the UART frame.
6
6 data bits in the UART frame.
7
7 data bits in the UART frame.
8
8 data bits in the UART frame.
Example
:BUS1:UART:DATABits 7
Sets the UART frame to 7 bits.