This commit is contained in:
xyy
2026-05-23 21:18:46 +08:00
parent a93b6c0897
commit 24f438b81a
3 changed files with 178 additions and 20 deletions

View File

@@ -109,7 +109,7 @@ public partial class D7896ViewModel : ObservableObject
// TH1963 IP 地址需要根据实际配置修改,建议从配置文件读取
_th1963Ustd = new Th1963LanService();
// 5位半万用表串口名例如 "COM3"
_fiveHalfUpt = new FiveHalfDmmService("COM3", 115200);
_fiveHalfUpt = new FiveHalfDmmService("COM6", 115200);
StartBackgroundMonitoring();
}