From 259ade1e8f3ed510fc5033718bb483fbc55d8f2b Mon Sep 17 00:00:00 2001 From: waterliu99 Date: Thu, 22 Jul 2021 09:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E9=9D=A2=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdd8735..039539c 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ JT808Serializer DT2JT808Serializer = new JT808Serializer(DT2JT808Config); 场景: 兼容2011协议的注册消息 -[可以参考Simples的Demo15](https://github.com/SmallChi/JT808/blob/master/src/JT808.Protocol.Test/Simples/Demo16.cs) +[可以参考Simples的Demo16](https://github.com/SmallChi/JT808/blob/master/src/JT808.Protocol.Test/Simples/Demo16.cs) ## NuGet安装 @@ -388,7 +388,7 @@ Platform=AnyCpu Server=False Toolchain=.NET Core 5.0 | 1 | 0x0001 | √ | √ | 终端通用应答 | | 2 | 0x8001 | √ | √ | 平台通用应答 | | 3 | 0x0002 | √ | √ | 终端心跳 | -| 4 | 0x8003 | √ | √ | 补传分包请求 | |被新增 +| 4 | 0x8003 | √ | √ | 补传分包请求 | |被新增| | 5 | 0x0100 | √ | √ | 终端注册 |修改 |被修改 | 6 | 0x8100 | √ | √ | 终端注册应答 | | 7 | 0x0003 | √ | √ | 终端注销 |