]> sigrok.org Git - sigrok-test.git/blame_incremental - decoder/test/uart/test.conf
Add OUTPUT_PYTHON test-cases for all PDs.
[sigrok-test.git] / decoder / test / uart / test.conf
... / ...
CommitLineData
1test trekstor_ebr30_a
2 protocol-decoder uart channel rx=1
3 input uart/trekstor_ebr30_a/trekstor_ebr30_a_uart.sr
4 output uart annotation class rx-data match trekstor_rx.output
5 output uart annotation class tx-data match trekstor_tx.output
6 output uart annotation match trekstor.output
7 output uart python match trekstor.python
8 output uart binary class rx match trekstor_bin_rx.output
9 output uart binary class tx match trekstor_bin_tx.output
10 output uart binary class rxtx match trekstor_bin_rx.output
11
12test hello_world_7o1_115200
13 protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=odd option num_data_bits=7
14 input uart/hello_world/7o1/hello_world_7o1_115200.sr
15 output uart annotation match hello_world_7o1_115200.output
16 output uart python match hello_world_7o1_115200.python
17 output uart binary class tx match hello_world_7o1_115200.bin_tx
18
19test hello_world_7e1_115200
20 protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=even option num_data_bits=7
21 input uart/hello_world/7e1/hello_world_7e1_115200.sr
22 output uart annotation match hello_world_7e1_115200.output
23 output uart python match hello_world_7e1_115200.python
24 output uart binary class tx match hello_world_7e1_115200.bin_tx
25
26test hello_world_8e1_115200
27 protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=even
28 input uart/hello_world/8e1/hello_world_8e1_115200.sr
29 output uart annotation match hello_world_8e1_115200.output
30 output uart python match hello_world_8e1_115200.python
31 output uart binary class tx match hello_world_8e1_115200.bin_tx
32
33test hello_world_8n1_1200
34 protocol-decoder uart channel tx=0 option baudrate=1200
35 input uart/hello_world/8n1/hello_world_8n1_1200.sr
36 output uart annotation match hello_world_8n1_1200.output
37 output uart python match hello_world_8n1_1200.python
38 output uart binary class tx match hello_world_8n1_1200.bin_tx
39
40test hello_world_8n1_2400
41 protocol-decoder uart channel tx=0 option baudrate=2400
42 input uart/hello_world/8n1/hello_world_8n1_2400.sr
43 output uart annotation match hello_world_8n1_2400.output
44 output uart python match hello_world_8n1_2400.python
45 output uart binary class tx match hello_world_8n1_2400.bin_tx
46
47test hello_world_8n1_4800
48 protocol-decoder uart channel tx=0 option baudrate=4800
49 input uart/hello_world/8n1/hello_world_8n1_4800.sr
50 output uart annotation match hello_world_8n1_4800.output
51 output uart python match hello_world_8n1_4800.python
52 output uart binary class tx match hello_world_8n1_4800.bin_tx
53
54test hello_world_8n1_9600
55 protocol-decoder uart channel tx=0 option baudrate=9600
56 input uart/hello_world/8n1/hello_world_8n1_9600.sr
57 output uart annotation match hello_world_8n1_9600.output
58 output uart python match hello_world_8n1_9600.python
59 output uart binary class tx match hello_world_8n1_9600.bin_tx
60
61test hello_world_8n1_19200
62 protocol-decoder uart channel tx=0 option baudrate=19200
63 input uart/hello_world/8n1/hello_world_8n1_19200.sr
64 output uart annotation match hello_world_8n1_19200.output
65 output uart python match hello_world_8n1_19200.python
66 output uart binary class tx match hello_world_8n1_19200.bin_tx
67
68test hello_world_8n1_38400
69 protocol-decoder uart channel tx=0 option baudrate=38400
70 input uart/hello_world/8n1/hello_world_8n1_38400.sr
71 output uart annotation match hello_world_8n1_38400.output
72 output uart python match hello_world_8n1_38400.python
73 output uart binary class tx match hello_world_8n1_38400.bin_tx
74
75test hello_world_8n1_57600
76 protocol-decoder uart channel tx=0 option baudrate=57600
77 input uart/hello_world/8n1/hello_world_8n1_57600.sr
78 output uart annotation match hello_world_8n1_57600.output
79 output uart python match hello_world_8n1_57600.python
80 output uart binary class tx match hello_world_8n1_57600.bin_tx
81
82test hello_world_8n1_115200
83 protocol-decoder uart channel tx=0 option baudrate=115200
84 input uart/hello_world/8n1/hello_world_8n1_115200.sr
85 output uart annotation match hello_world_8n1_115200.output
86 output uart python match hello_world_8n1_115200.python
87 output uart binary class tx match hello_world_8n1_115200.bin_tx
88
89test hello_world_8n1_230400
90 protocol-decoder uart channel tx=0 option baudrate=230400
91 input uart/hello_world/8n1/hello_world_8n1_230400.sr
92 output uart annotation match hello_world_8n1_230400.output
93 output uart python match hello_world_8n1_230400.python
94 output uart binary class tx match hello_world_8n1_230400.bin_tx
95
96test hello_world_8n1_460800
97 protocol-decoder uart channel tx=0 option baudrate=460800
98 input uart/hello_world/8n1/hello_world_8n1_460800.sr
99 output uart annotation match hello_world_8n1_460800.output
100 output uart python match hello_world_8n1_460800.python
101 output uart binary class tx match hello_world_8n1_460800.bin_tx
102
103test hello_world_8n1_921600
104 protocol-decoder uart channel tx=0 option baudrate=921600
105 input uart/hello_world/8n1/hello_world_8n1_921600.sr
106 output uart annotation match hello_world_8n1_921600.output
107 output uart python match hello_world_8n1_921600.python
108 output uart binary class tx match hello_world_8n1_921600.bin_tx
109
110test hello_world_8o1_115200
111 protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=odd
112 input uart/hello_world/8o1/hello_world_8o1_115200.sr
113 output uart annotation match hello_world_8o1_115200.output
114 output uart python match hello_world_8o1_115200.python
115 output uart binary class tx match hello_world_8o1_115200.bin_tx
116
117test exception_samplerate
118 protocol-decoder uart
119 input misc/no-samplerate.sr
120 output uart exception match SamplerateError