Replies: 2 comments 4 replies
-
Sure! Give some time for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @martgras, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @stegm - thanks for your recent modbus contributions.
Do you mind having a look at my https://github.com/martgras/esphome/tree/modbus-queue branch
(changes : 4636161)
I'm currently testing it but want to make sure it doesn't break things.
The motivation is improving support for more than one modbus device.
If a device sends a request while another device is waiting for a response the data canbe corrupted (CRC errors ....).
The queue based approach should enforce strict serialization of outgoing commands
Beta Was this translation helpful? Give feedback.
All reactions