DeviceId Change Support
This commit is contained in:
@@ -50,6 +50,10 @@ namespace Modbus.Net.Modbus
|
||||
{
|
||||
return await ProtocalLinker.ConnectAsync();
|
||||
}
|
||||
|
||||
protected ModbusProtocal(byte belongAddress, byte masterAddress) : base(belongAddress, masterAddress)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
#region 读PLC数据
|
||||
|
||||
Reference in New Issue
Block a user