diff options
Diffstat (limited to 'decoders/uart/test/test.conf')
-rw-r--r-- | decoders/uart/test/test.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/decoders/uart/test/test.conf b/decoders/uart/test/test.conf new file mode 100644 index 0000000..b5f0f0d --- /dev/null +++ b/decoders/uart/test/test.conf @@ -0,0 +1,10 @@ +test trekstor_ebr30_a + protocol-decoder uart probe rx=1 + 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 + output uart annotation match trekstor.output + output uart binary class rx match trekstor_bin_rx.output + output uart binary class tx match trekstor_bin_tx.output + output uart binary class rxtx match trekstor_bin_rx.output + |