-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot create more than one slave under a TCP connection #78
Comments
I don't want to establish multiple TCP connections. I just want to create multiple slaveids after establishing a TCP connection |
Did you manage to resolve this issue? |
I developed a dirty solution for myself. I forwarded slaveid to dataholder. If you like my solution I would create a pull request. master...halimselim:jlibmodbus:master
|
thanks I'm going to use another library, modbus4j, it's good |
I want to create multiple slaves after establishing a TCP connection, but the slave object is bound to the parameters of the TCP connection. If you continue to create it, there will be an exception that the port has been occupied, so is there any other way?
The text was updated successfully, but these errors were encountered: