X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoder%2Ftest%2Fuart%2Ftest.conf;h=71108b0df30f873faaad6fea75c1e87e47556622;hb=ff9346de0e0cd78fefbcff19986fa302ffe67f41;hp=a0200a641410a79a6deba0bab3529f70941d31f6;hpb=9623f312dae281ba6e980fabd766223c7e72815f;p=sigrok-test.git diff --git a/decoder/test/uart/test.conf b/decoder/test/uart/test.conf index a0200a6..71108b0 100644 --- a/decoder/test/uart/test.conf +++ b/decoder/test/uart/test.conf @@ -341,6 +341,23 @@ test max3232e_hello_world_57600_8n1 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 grbl_cnc_1 + protocol-decoder uart channel rx=3 channel tx=2 option format=ascii option rx_packet_delim=10 option tx_packet_delim=10 + input stepper_motor/grbl_cnc/grbl_cnc_1.sr + output uart annotation class tx-packet match grbl_cnc_1_tx_packet.output + output uart annotation class rx-packet match grbl_cnc_1_rx_packet.output + +test grbl_cnc_2 + protocol-decoder uart channel rx=3 channel tx=2 option format=ascii option rx_packet_delim=10 option tx_packet_delim=10 + input stepper_motor/grbl_cnc/grbl_cnc_2.sr + 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