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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: