summaryrefslogtreecommitdiff
path: root/decoder/test/uart
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2016-10-23 19:30:51 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2016-10-23 19:30:51 +0200
commit72d2c7e9d9f1960b4abea6d414b288470791cfa6 (patch)
treed43ae812e78bba90c662c8855e2de4ea0636b55e /decoder/test/uart
parent0169b5597c2cd156629a2381465259640deaabde (diff)
downloadsigrok-test-72d2c7e9d9f1960b4abea6d414b288470791cfa6.tar.gz
sigrok-test-72d2c7e9d9f1960b4abea6d414b288470791cfa6.zip
uart: Explicitly select a format option for the tests.
Diffstat (limited to 'decoder/test/uart')
-rw-r--r--decoder/test/uart/test.conf32
1 files changed, 16 insertions, 16 deletions
diff --git a/decoder/test/uart/test.conf b/decoder/test/uart/test.conf
index d6db479..ad7094a 100644
--- a/decoder/test/uart/test.conf
+++ b/decoder/test/uart/test.conf
@@ -1,5 +1,5 @@
test trekstor_ebr30_a
- protocol-decoder uart channel rx=1
+ protocol-decoder uart channel rx=1 option format=ascii
input uart/trekstor_ebr30_a/trekstor_ebr30_a_uart.sr
output uart annotation class rx-data match trekstor_rx.output
output uart annotation class tx-data match trekstor_tx.output
@@ -10,105 +10,105 @@ test trekstor_ebr30_a
output uart binary class rxtx match trekstor_bin_rx.output
test hello_world_7o1_115200
- protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=odd option num_data_bits=7
+ protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=odd option num_data_bits=7 option format=ascii
input uart/hello_world/7o1/hello_world_7o1_115200.sr
output uart annotation match hello_world_7o1_115200.output
output uart python match hello_world_7o1_115200.python
output uart binary class tx match hello_world_7o1_115200.bin_tx
test hello_world_7e1_115200
- protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=even option num_data_bits=7
+ protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=even option num_data_bits=7 option format=ascii
input uart/hello_world/7e1/hello_world_7e1_115200.sr
output uart annotation match hello_world_7e1_115200.output
output uart python match hello_world_7e1_115200.python
output uart binary class tx match hello_world_7e1_115200.bin_tx
test hello_world_8e1_115200
- protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=even
+ protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=even option format=ascii
input uart/hello_world/8e1/hello_world_8e1_115200.sr
output uart annotation match hello_world_8e1_115200.output
output uart python match hello_world_8e1_115200.python
output uart binary class tx match hello_world_8e1_115200.bin_tx
test hello_world_8n1_1200
- protocol-decoder uart channel tx=0 option baudrate=1200
+ protocol-decoder uart channel tx=0 option baudrate=1200 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_1200.sr
output uart annotation match hello_world_8n1_1200.output
output uart python match hello_world_8n1_1200.python
output uart binary class tx match hello_world_8n1_1200.bin_tx
test hello_world_8n1_2400
- protocol-decoder uart channel tx=0 option baudrate=2400
+ protocol-decoder uart channel tx=0 option baudrate=2400 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_2400.sr
output uart annotation match hello_world_8n1_2400.output
output uart python match hello_world_8n1_2400.python
output uart binary class tx match hello_world_8n1_2400.bin_tx
test hello_world_8n1_4800
- protocol-decoder uart channel tx=0 option baudrate=4800
+ protocol-decoder uart channel tx=0 option baudrate=4800 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_4800.sr
output uart annotation match hello_world_8n1_4800.output
output uart python match hello_world_8n1_4800.python
output uart binary class tx match hello_world_8n1_4800.bin_tx
test hello_world_8n1_9600
- protocol-decoder uart channel tx=0 option baudrate=9600
+ protocol-decoder uart channel tx=0 option baudrate=9600 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_9600.sr
output uart annotation match hello_world_8n1_9600.output
output uart python match hello_world_8n1_9600.python
output uart binary class tx match hello_world_8n1_9600.bin_tx
test hello_world_8n1_19200
- protocol-decoder uart channel tx=0 option baudrate=19200
+ protocol-decoder uart channel tx=0 option baudrate=19200 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_19200.sr
output uart annotation match hello_world_8n1_19200.output
output uart python match hello_world_8n1_19200.python
output uart binary class tx match hello_world_8n1_19200.bin_tx
test hello_world_8n1_38400
- protocol-decoder uart channel tx=0 option baudrate=38400
+ protocol-decoder uart channel tx=0 option baudrate=38400 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_38400.sr
output uart annotation match hello_world_8n1_38400.output
output uart python match hello_world_8n1_38400.python
output uart binary class tx match hello_world_8n1_38400.bin_tx
test hello_world_8n1_57600
- protocol-decoder uart channel tx=0 option baudrate=57600
+ protocol-decoder uart channel tx=0 option baudrate=57600 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_57600.sr
output uart annotation match hello_world_8n1_57600.output
output uart python match hello_world_8n1_57600.python
output uart binary class tx match hello_world_8n1_57600.bin_tx
test hello_world_8n1_115200
- protocol-decoder uart channel tx=0 option baudrate=115200
+ protocol-decoder uart channel tx=0 option baudrate=115200 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_115200.sr
output uart annotation match hello_world_8n1_115200.output
output uart python match hello_world_8n1_115200.python
output uart binary class tx match hello_world_8n1_115200.bin_tx
test hello_world_8n1_230400
- protocol-decoder uart channel tx=0 option baudrate=230400
+ protocol-decoder uart channel tx=0 option baudrate=230400 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_230400.sr
output uart annotation match hello_world_8n1_230400.output
output uart python match hello_world_8n1_230400.python
output uart binary class tx match hello_world_8n1_230400.bin_tx
test hello_world_8n1_460800
- protocol-decoder uart channel tx=0 option baudrate=460800
+ protocol-decoder uart channel tx=0 option baudrate=460800 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_460800.sr
output uart annotation match hello_world_8n1_460800.output
output uart python match hello_world_8n1_460800.python
output uart binary class tx match hello_world_8n1_460800.bin_tx
test hello_world_8n1_921600
- protocol-decoder uart channel tx=0 option baudrate=921600
+ protocol-decoder uart channel tx=0 option baudrate=921600 option format=ascii
input uart/hello_world/8n1/hello_world_8n1_921600.sr
output uart annotation match hello_world_8n1_921600.output
output uart python match hello_world_8n1_921600.python
output uart binary class tx match hello_world_8n1_921600.bin_tx
test hello_world_8o1_115200
- protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=odd
+ protocol-decoder uart channel tx=0 option baudrate=115200 option parity_type=odd option format=ascii
input uart/hello_world/8o1/hello_world_8o1_115200.sr
output uart annotation match hello_world_8o1_115200.output
output uart python match hello_world_8o1_115200.python