FluentModbus icon indicating copy to clipboard operation
FluentModbus copied to clipboard

Broadcast support for ModbusTcpClient and ModbusTcpClientAsync

Open mile-bkoos opened this issue 1 year ago • 0 comments

Hello,

I had the problem that broadcast only worked via RTU but not via TCP. After looking at the FluentModbus code, I realized that the ModbusTcpClient and ModbusTcpClientAsync do not support this. So I took the code from the RTU classes and implemented it there and now it works fine.

I have already opened a pull request for it with the changes. It would be great if this could be included in the next release :)

Regards

mile-bkoos avatar Feb 01 '24 16:02 mile-bkoos