串口连接修复
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using DeviceCommand.Base;
|
||||
using Model.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -12,6 +13,8 @@ namespace DeviceCommand.Devices
|
||||
/// </summary>
|
||||
public class MCc06U:ModbusTcp
|
||||
{
|
||||
|
||||
public MCc06U(TcpConfig config) : base(config)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user