-
Notifications
You must be signed in to change notification settings - Fork 49
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
Lib only allows one TCP connection at a time #11
Comments
related to #18 |
Hello @brainelectronics are you thinking to solve this bug as well? |
Good morning @beyonlo yes I'm planning to solve all of these issues. To be honest I have to rearrange prio a bit as I was exclusively working for this lib the last few weeks. Nevertheless I really try to get this bug as well as the strange CRC and Serial Control pin bug done. After that I'll quickly do the async milestone |
Hello @brainelectronics good morning :)
That's great
I really realized that you was very very active in this project. You put this project in another level in the lasts weeks, in implementations and docs! Thank you so much for your effort!
Excellent!
Amazing, this feature will be very useful! 🥳 |
As found out during #10 only one TCP Modbus connection can be established. If a second client connects to the master device, the first connection will be closed.
The parameter
max_connections
of the TCPServer class in functionbind
is misleadingsee
micropython-modbus/umodbus/tcp.py
Line 221 in dd5b8e5
The text was updated successfully, but these errors were encountered: