串口连接修复

This commit is contained in:
“hsc”
2026-08-03 13:07:48 +08:00
parent 2e74627b31
commit 63af886f26
11 changed files with 11 additions and 433 deletions

View File

@@ -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)
{
}
}
}