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
Thank you for this library.
I was told when you communicate modbus over tcp, it is possible to send multiple messages using the same connection and write the holding registers in parallel.
Each request would be differentiated with an id.
However the TCP transaction handler in this library has a mutex in the send method preventing parallel messaging.
Ofcourse I could create multiple connections, but I am wondering: is there a way to circumvent this mutex?
The text was updated successfully, but these errors were encountered:
Thank you for this library.
I was told when you communicate modbus over tcp, it is possible to send multiple messages using the same connection and write the holding registers in parallel.
Each request would be differentiated with an id.
However the TCP transaction handler in this library has a mutex in the send method preventing parallel messaging.
Ofcourse I could create multiple connections, but I am wondering: is there a way to circumvent this mutex?
The text was updated successfully, but these errors were encountered: