rossmann-engineering / EasyModbusTCP.NET

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations
928 stars 402 forks source link

Pull request for undetecting !datareceived when sending broadcast write #23

Open Padanian opened 5 years ago

Padanian commented 5 years ago

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.