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
See arduino-libraries/ArduinoModbus#117 where this lib is used on a microcontroller and causing an undesired delay. I have added a PR to that repo but its actually on the exact libmodbus code shown above.
When one is targeting slaves with MODBUS_BROADCAST_ADDRESS and say you issue modbus_write_registers,
the code after sending a frame still goes through
if (rc > 0) {
uint8_t rsp[MAX_MESSAGE_LENGTH];
Shouldn't one bypass waiting for response as one isn't expected?
Regards
Dean
The text was updated successfully, but these errors were encountered: