This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JT809
mirror of
https://github.com/SmallChi/JT809.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
12
Wiki
Activity
Browse Source
修复反序列化时消息体中校验码未读取
tags/v2.2.0
yedajiang44
4 years ago
parent
8fc90a77be
commit
2f51cf8c7e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/JT809.Protocol/JT809Package.cs
+ 1
- 1
src/JT809.Protocol/JT809Package.cs
View File
@@ -92,7 +92,7 @@ namespace JT809.Protocol
}
}
jT809Package.CRCCode = reader.
CalculateCheckXorCode
;
jT809Package.CRCCode = reader.
ReadUInt16()
;
jT809Package.EndFlag = reader.ReadEnd();
return jT809Package;
}
Write
Preview
Loading…
Cancel
Save