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
I need to create a virtual network of devices on one physical communication interface (RTU).
However, from what I understand, the current implementation of the libmodbus library doesn't support
listening and responding to a Modbus client using different slave addresses on the same physical interface.
I tried listening to each slave_id in a separate thread, but it seems this doesn't work when the physical interfaces overlap.
libmodbus version
3.1.10
OS and/or distribution
Arch Linux
Environment
x86-64
Description
It would be helpful if it were possible to wait for messages from any or random slave_id address instead of a predetermined one.
Hi!
I need to create a virtual network of devices on one physical communication interface (
RTU
).However, from what I understand, the current implementation of the
libmodbus
library doesn't supportlistening and responding to a
Modbus
client using different slave addresses on the same physical interface.I tried listening to each
slave_id
in a separate thread, but it seems this doesn't work when the physical interfaces overlap.libmodbus version
3.1.10
OS and/or distribution
Arch Linux
Environment
x86-64
Description
It would be helpful if it were possible to wait for messages from any or random
slave_id
address instead of a predetermined one.Actual behavior if applicable
Expected behavior or suggestion
or
or something else
The text was updated successfully, but these errors were encountered: