2018-01-05 Update 2 Add Modbus RtuInUdp and AsciiInUdp
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Modbus.Net.Modbus
|
||||
public ModbusRtuInTcpProtocol(string ip, byte slaveAddress, byte masterAddress)
|
||||
: base(slaveAddress, masterAddress)
|
||||
{
|
||||
ProtocolLinker = new ModbusTcpProtocolLinker(ip);
|
||||
ProtocolLinker = new ModbusRtuInTcpProtocolLinker(ip);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user