From b5a39370cde7486b80e76d4e6372cbbcadc94067 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Dec 2019 00:15:41 +0100 Subject: uart: Add another Grbl test-case. --- decoder/test/uart/test.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'decoder/test/uart/test.conf') diff --git a/decoder/test/uart/test.conf b/decoder/test/uart/test.conf index e19c71f..71108b0 100644 --- a/decoder/test/uart/test.conf +++ b/decoder/test/uart/test.conf @@ -353,6 +353,11 @@ test grbl_cnc_2 output uart annotation class tx-packet match grbl_cnc_2_tx_packet.output output uart annotation class rx-packet match grbl_cnc_2_rx_packet.output +test grbl_cnc_3 + protocol-decoder uart channel tx=2 option format=ascii option tx_packet_delim=10 + input stepper_motor/grbl_cnc/grbl_cnc_3.sr + output uart annotation class tx-packet match grbl_cnc_3_tx_packet.output + test exception_samplerate protocol-decoder uart input misc/no-samplerate.sr -- cgit v1.2.3-54-g00ecf