EasyModbusTCP.NET
EasyModbusTCP.NET copied to clipboard
Pull request for undetecting !datareceived when sending broadcast write
I submitted a pull request to avoid the !datareceived condition, as broadcast write to node 0 does not cause any answer from any slave, to avoid collisions. Tried, and it works. It's probably a very crude and naive solution I propose, but it works for me as expected.