]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/test/uart/test.conf
uart: Add test-cases for rx_packet_delimiter/rx_packet_len et al.
[sigrok-test.git] / decoder / test / uart / test.conf
index d5df2075822b189a2b5290f6e0822182fd2228cd..21f1fac283a8143c4851c5d5b5c3a555cf839e75 100644 (file)
@@ -115,7 +115,7 @@ test hello_world_8o1_115200
        output uart binary class tx match hello_world_8o1_115200.bin_tx
 
 test rxtx_overlapped
-       protocol-decoder uart channel rx=3 channel tx=4 option format=hex
+       protocol-decoder uart channel rx=3 channel tx=4 option format=hex option tx_packet_len=2 option rx_packet_len=5
        input uart/rxtx_overlapped/rxtx_overlapped.sr
        output uart annotation match rxtx_overlapped.output
        output uart python match rxtx_overlapped.python
@@ -123,7 +123,7 @@ test rxtx_overlapped
        output uart binary class tx match rxtx_overlapped.bin_tx
 
 test uart_count_19200_5n1_hex
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=5 option format=hex
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=5 option format=hex option tx_packet_len=16
        input uart/counter/uart_count_19200_5n1.sr
        output uart annotation match uart_count_19200_5n1_hex.output
        output uart python match uart_count_19200_5n1.python
@@ -137,7 +137,7 @@ test uart_count_19200_5n1_ascii
        output uart binary class tx match uart_count_19200_5n1.bin_tx
 
 test uart_count_19200_5n1_dec
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=5 option format=dec
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=5 option format=dec option tx_packet_len=16
        input uart/counter/uart_count_19200_5n1.sr
        output uart annotation match uart_count_19200_5n1_dec.output
        output uart python match uart_count_19200_5n1.python
@@ -158,7 +158,7 @@ test uart_count_19200_5n1_bin
        output uart binary class tx match uart_count_19200_5n1.bin_tx
 
 test uart_count_19200_6n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=6 option format=hex
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=6 option format=hex option tx_packet_len=16
        input uart/counter/uart_count_19200_6n1.sr
        output uart annotation match uart_count_19200_6n1_hex.output
        output uart python match uart_count_19200_6n1.python
@@ -172,7 +172,7 @@ test uart_count_19200_6n1
        output uart binary class tx match uart_count_19200_6n1.bin_tx
 
 test uart_count_19200_6n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=6 option format=dec
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=6 option format=dec option tx_packet_len=16
        input uart/counter/uart_count_19200_6n1.sr
        output uart annotation match uart_count_19200_6n1_dec.output
        output uart python match uart_count_19200_6n1.python
@@ -193,7 +193,7 @@ test uart_count_19200_6n1
        output uart binary class tx match uart_count_19200_6n1.bin_tx
 
 test uart_count_19200_7n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=7 option format=hex
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=7 option format=hex option tx_packet_len=16
        input uart/counter/uart_count_19200_7n1.sr
        output uart annotation match uart_count_19200_7n1_hex.output
        output uart python match uart_count_19200_7n1.python
@@ -207,7 +207,7 @@ test uart_count_19200_7n1
        output uart binary class tx match uart_count_19200_7n1.bin_tx
 
 test uart_count_19200_7n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=7 option format=dec
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=7 option format=dec option tx_packet_len=16
        input uart/counter/uart_count_19200_7n1.sr
        output uart annotation match uart_count_19200_7n1_dec.output
        output uart python match uart_count_19200_7n1.python
@@ -228,42 +228,42 @@ test uart_count_19200_7n1
        output uart binary class tx match uart_count_19200_7n1.bin_tx
 
 test uart_count_19200_8n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=hex
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=hex option tx_packet_len=16
        input uart/counter/uart_count_19200_8n1.sr
        output uart annotation match uart_count_19200_8n1_hex.output
        output uart python match uart_count_19200_8n1.python
        output uart binary class tx match uart_count_19200_8n1.bin_tx
 
 test uart_count_19200_8n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=ascii
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=ascii option tx_packet_len=16
        input uart/counter/uart_count_19200_8n1.sr
        output uart annotation match uart_count_19200_8n1_ascii.output
        output uart python match uart_count_19200_8n1.python
        output uart binary class tx match uart_count_19200_8n1.bin_tx
 
 test uart_count_19200_8n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=dec
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=dec option tx_packet_len=16
        input uart/counter/uart_count_19200_8n1.sr
        output uart annotation match uart_count_19200_8n1_dec.output
        output uart python match uart_count_19200_8n1.python
        output uart binary class tx match uart_count_19200_8n1.bin_tx
 
 test uart_count_19200_8n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=oct
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=oct option tx_packet_len=16
        input uart/counter/uart_count_19200_8n1.sr
        output uart annotation match uart_count_19200_8n1_oct.output
        output uart python match uart_count_19200_8n1.python
        output uart binary class tx match uart_count_19200_8n1.bin_tx
 
 test uart_count_19200_8n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=bin
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=8 option format=bin option tx_packet_len=16
        input uart/counter/uart_count_19200_8n1.sr
        output uart annotation match uart_count_19200_8n1_bin.output
        output uart python match uart_count_19200_8n1.python
        output uart binary class tx match uart_count_19200_8n1.bin_tx
 
 test uart_count_19200_9n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=9 option format=hex
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=9 option format=hex option tx_packet_len=16
        input uart/counter/uart_count_19200_9n1.sr
        output uart annotation match uart_count_19200_9n1_hex.output
        output uart python match uart_count_19200_9n1.python
@@ -277,7 +277,7 @@ test uart_count_19200_9n1
        output uart binary class tx match uart_count_19200_9n1.bin_tx
 
 test uart_count_19200_9n1
-       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=9 option format=dec
+       protocol-decoder uart channel tx=0 option baudrate=19200 option num_data_bits=9 option format=dec option tx_packet_len=16
        input uart/counter/uart_count_19200_9n1.sr
        output uart annotation match uart_count_19200_9n1_dec.output
        output uart python match uart_count_19200_9n1.python
@@ -297,6 +297,35 @@ test uart_count_19200_9n1
        output uart python match uart_count_19200_9n1.python
        output uart binary class tx match uart_count_19200_9n1.bin_tx
 
+test cyrustek_es51978
+       protocol-decoder uart channel rx=0 option baudrate=2400 option num_data_bits=7 option parity_type=odd option format=ascii option rx_packet_delimiter=10
+       input uart/cyrustek_es51978/es51978.sr
+       output uart annotation match cyrustek_es51978.output
+       output uart python match cyrustek_es51978.python
+       output uart binary class rx match cyrustek_es51978.bin_rx
+
+test mtk3339_8n1_9600
+       protocol-decoder uart channel tx=0 option baudrate=9600 option format=ascii option tx_packet_delimiter=10
+       input uart/gps/mtk3339/mtk3339_8n1_9600.sr
+       output uart annotation match mtk3339_8n1_9600.output
+       output uart python match mtk3339_8n1_9600.python
+       output uart binary class tx match mtk3339_8n1_9600.bin_tx
+
+test kern_ew_6200-2nm_tare
+       protocol-decoder uart channel rx=0 option baudrate=1200 option format=ascii option rx_packet_delimiter=10
+       input uart/kern_ew_6200-2nm/kern_ew_6200-2nm_tare.sr
+       output uart annotation match kern_ew_6200-2nm_tare.output
+       output uart python match kern_ew_6200-2nm_tare.python
+       output uart binary class rx match kern_ew_6200-2nm_tare.bin_rx
+
+test max3232e_hello_world_57600_8n1
+       protocol-decoder uart channel rx=1 channel tx=2 option baudrate=57600 option format=ascii option invert_rx=yes option rx_packet_delimiter=10 option tx_packet_delimiter=10
+       input uart/maxim_max3232e/max3232e_hello_world_57600_8n1.sr
+       output uart annotation match max3232e_hello_world_57600_8n1.output
+       output uart python match max3232e_hello_world_57600_8n1.python
+       output uart binary class rx match max3232e_hello_world_57600_8n1.bin_rx
+       output uart binary class tx match max3232e_hello_world_57600_8n1.bin_tx
+
 test exception_samplerate
        protocol-decoder uart
        input misc/no-samplerate.sr