Browse Source

review

tags/v2.2.1
yedajiang44 3 years ago
parent
commit
6e2c0f5708
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/JT809.Protocol.Test/AnalyzeTest.cs

+ 2
- 2
src/JT809.Protocol.Test/AnalyzeTest.cs View File

@@ -164,10 +164,10 @@ namespace JT809.Protocol.Test
hex = "00630000000B00";
json = JT809_2019_Serializer.Analyze<JT809_0x1500_0x1503>(hex.ToHexBytes());

hex = "0700000006313233343536";
hex = "0000001B557AC40014002003251026012003251026010000123400123456A9";
json = JT809Serializer.Analyze<JT809_0x1500_0x1504>(hex.ToHexBytes());

hex = "000C000000010700000006313233343536";
hex = "000C00000001070000001B557AC40014002003251026012003251026010000123400123456A9";
json = JT809_2019_Serializer.Analyze<JT809_0x1500_0x1504>(hex.ToHexBytes());

hex = "01";


Loading…
Cancel
Save