-
v0.4.08b3441f6 · ·
Multiple fixes and improvements - Discontinue `AMWD.Protocols.Modbus.Proxy` - Fixed _following bytes_ calculation of `ModbusTcpProxy` - Added 100sec default timeout to `ModbusTcpProxy` - Fixed wrong handling of `WriteMultipleHoldingRegisters` on proxies - Virtual clients used on server implementations
-
v0.3.0206c5420 · ·
- New `AMWD.Protocols.Modbus.Proxy` package, that contains the server implementations as proxies - Renamed `ModbusSerialServer` to `ModbusRtuServer` to clearify the protocol that is used - Made `Protocol` property of `ModbusClientBase` non-abstract - Issue with missing client on TCP connection when using default constructor (seems that `AddressFamily.Unknown` caused the problem)