diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-06-30 22:10:53 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-06-30 22:10:53 +0200 |
commit | 60062a44ef207eb48955f83c38e2d96ca60c2499 (patch) | |
tree | 43871f0b0f8bff6ee88c755b816df367e16ddbdc /decoder/test/modbus | |
parent | 822e7934d433b9f490fb6739142ac4dafd74eb3a (diff) | |
download | sigrok-test-60062a44ef207eb48955f83c38e2d96ca60c2499.tar.gz sigrok-test-60062a44ef207eb48955f83c38e2d96ca60c2499.zip |
modbus: Add missing "option parity_type=even".
Diffstat (limited to 'decoder/test/modbus')
-rw-r--r-- | decoder/test/modbus/test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/test/modbus/test.conf b/decoder/test/modbus/test.conf index f5f1084..51e420d 100644 --- a/decoder/test/modbus/test.conf +++ b/decoder/test/modbus/test.conf @@ -1,5 +1,5 @@ test brainchild_io_16do - protocol-decoder uart channel rx=0 channel tx=1 option baudrate=19200 option invert_rx=yes option invert_tx=yes + protocol-decoder uart channel rx=0 channel tx=1 option baudrate=19200 option invert_rx=yes option invert_tx=yes option parity_type=even protocol-decoder modbus option scchannel=RX stack uart modbus input uart/modbus_rtu/brainchild_io_16do/brainchild-io-16do.sr |