diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-11-30 00:04:40 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-11-30 00:04:40 +0100 |
commit | 9623f312dae281ba6e980fabd766223c7e72815f (patch) | |
tree | 4b600beb0099ebd323c888bcfc37007a1c14b948 /decoder/test/modbus | |
parent | 65a994723a41ec089eba6af09138e41ac5fc81e3 (diff) | |
download | sigrok-test-9623f312dae281ba6e980fabd766223c7e72815f.tar.gz sigrok-test-9623f312dae281ba6e980fabd766223c7e72815f.zip |
uart: Updates due to recent PD option renames.
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 2964abf..a755124 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 option parity_type=even + protocol-decoder uart channel rx=0 channel tx=1 option baudrate=19200 option invert_rx=yes option invert_tx=yes option parity=even protocol-decoder modbus option scchannel=RX option cschannel=TX stack uart modbus input uart/modbus_rtu/brainchild_io_16do/brainchild-io-16do.sr |