Open kevinherron opened 15 hours ago
Although perhaps ill advised, it should be possible to construct a ModbusRtuClient that ignores a CRC mismatch and delivers the response anyway.
ModbusRtuClient
At the same time we can improve the CRC mismatch exception handling by introducing a ModbusCrcException that includes the frame as a field.
ModbusCrcException
Discussed in https://github.com/digitalpetri/modbus/discussions/85
Although perhaps ill advised, it should be possible to construct a
ModbusRtuClient
that ignores a CRC mismatch and delivers the response anyway.At the same time we can improve the CRC mismatch exception handling by introducing a
ModbusCrcException
that includes the frame as a field.