From afbafeecc1325bff849a17fb63b9b2b65b48ddf1 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 27 三月 2025 17:35:09 +0800 Subject: [PATCH] 模拟调度 --- WinFrmUI/IBox.WinFrmUI/Form/IBoxFormProtocol.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/IBox.WinFrmUI/Form/IBoxFormProtocol.cs b/WinFrmUI/IBox.WinFrmUI/Form/IBoxFormProtocol.cs index 79492d7..877409c 100644 --- a/WinFrmUI/IBox.WinFrmUI/Form/IBoxFormProtocol.cs +++ b/WinFrmUI/IBox.WinFrmUI/Form/IBoxFormProtocol.cs @@ -30,7 +30,7 @@ { if (IBoxHelper.Ping()) { - var smsg = content.Split(new string[] { IBoxHelper.paramCode }, StringSplitOptions.RemoveEmptyEntries); + var smsg = content.Split(new string[] { IBoxHelper.paramCode, IBoxHelper.startCode }, StringSplitOptions.RemoveEmptyEntries); if (smsg.Length < 2) { return; -- Gitblit v1.9.3