You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the number of write registers is set to MODBUS_MAX_WR_WRITE_REGISTERS + 1 the error is catched by modbus_receive and the exception code isn't returned by modbus_response so illegal data exception code isn't returned (see comment in unit tests).