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
At line 1142 in src/modbus.c, remove device seems like a typo.
May be it should be remote device.
/* Reads the data from a remove device and put that data into an array */staticintread_registers(modbus_t*ctx, intfunction, intaddr, intnb,
uint16_t*dest)
The text was updated successfully, but these errors were encountered:
libmodbus version
31f7791
Description
At line 1142 in
src/modbus.c
, remove device seems like a typo.May be it should be remote device.
The text was updated successfully, but these errors were encountered: