diff --git a/.vs/hybirdMyFrame/v17/.suo b/.vs/hybirdMyFrame/v17/.suo index fcc86d1..b8a4870 100644 Binary files a/.vs/hybirdMyFrame/v17/.suo and b/.vs/hybirdMyFrame/v17/.suo differ diff --git a/Module.Socket.Tool/CustomFrameDecoder4.cs b/Module.Socket.Tool/CustomFrameDecoder4.cs index c9fa457..f121177 100644 --- a/Module.Socket.Tool/CustomFrameDecoder4.cs +++ b/Module.Socket.Tool/CustomFrameDecoder4.cs @@ -81,8 +81,8 @@ namespace Module.Socket.Tool } // 取校验和的低8位 - byte b1 = (byte)(checksum & 0xFF); - byte b2 = (byte)(bytes[bytes.Count() - 1] & 0xFF); + //byte b1 = (byte)(checksum & 0xFF); + //byte b2 = (byte)(bytes[bytes.Count() - 1] & 0xFF); if ((byte)(bytes[bytes.Count() - 1] & 0xFF) == (byte)(checksum & 0xFF)) { var info = bytes[4];