mile-bkoos
Results
2
issues of
mile-bkoos
The ModbusTcpClient missed the support for broadcast messages. I copied the two code parts from the ModbusRtuClient into the ModbusTcpClient.
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...