From 981d948255843ae58c0c05dc5cf732a3357ebeb8 Mon Sep 17 00:00:00 2001 From: zenghongyao <873884283@qq.com> Date: Tue, 29 Apr 2025 09:42:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../T37612012ProtocolPlugin.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/JiShe.CollectBus.Protocol.T37612012/T37612012ProtocolPlugin.cs b/protocols/JiShe.CollectBus.Protocol.T37612012/T37612012ProtocolPlugin.cs index fd8a925..68b9c5a 100644 --- a/protocols/JiShe.CollectBus.Protocol.T37612012/T37612012ProtocolPlugin.cs +++ b/protocols/JiShe.CollectBus.Protocol.T37612012/T37612012ProtocolPlugin.cs @@ -579,6 +579,7 @@ namespace JiShe.CollectBus.Protocol.T37612012 var binStr = baseHexMessage.HexMessageString.HexTo4BinZero(); seq = new SEQ { + BaseHexMessage= baseHexMessage, PSEQ = binStr.Substring(binStr.Length - 4, 4).BinToDec(), CON = binStr.Substring(3, 1).BinToDec(), FIN = binStr.Substring(2, 1).BinToDec(),