Hello! We are using easy modbus TCP (Java), and everything has been perfect untill now, because at the moment we have two servers in the same IP-port, so we would need to specify the slave number in the connection. Do you know how can we do that? Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello! We are using easy modbus TCP (Java), and everything has been perfect untill now, because at the moment we have two servers in the same IP-port, so we would need to specify the slave number in the connection. Do you know how can we do that? Thank you!
Hi,
I understand what you are trying to do, but unfortunately thats not possible to have two servers listening at the same port.