From 97b2d69cee163e793f07251211029479f523ea9c Mon Sep 17 00:00:00 2001 From: "jxh@lovelyqi" Date: Mon, 25 Aug 2025 00:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D0x90=20=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E9=85=8D=E5=AF=B9=E6=B5=81=E7=A8=8B=E7=9A=84PS=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A05.2.=200x91=20=E5=91=8A=E7=9F=A5=E8=AE=BE=E5=A4=87ID?= =?UTF-8?q?=E7=9A=84=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NTK_NFY_Communication_Protocol.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NTK_NFY_Communication_Protocol.md b/NTK_NFY_Communication_Protocol.md index c305850..b776ef9 100644 --- a/NTK_NFY_Communication_Protocol.md +++ b/NTK_NFY_Communication_Protocol.md @@ -217,7 +217,7 @@ HEX: 5A 00 00 8F 00 00 00 00 00 6C 97 A5 数据帧示例: ``` HEX -HEX: 5A 00 00 90 00 00 00 00 00 6C 97 A5 +HEX: 5A 00 00 90 00 00 00 00 00 03 95 A5 ``` 电脑端主动发起配对流程 @@ -236,6 +236,8 @@ HEX: 5A 00 00 91 00 01 00 00 00 data1 crc16_L crc16_H A5 | data1 | 表示异常类型 | uint8_t | 0xff | 设备未获得设备ID号 | | crc16 | crc16校验值 | uint16_t | | | +PS `HEX: 5A 00 00 91 00 01 00 00 00 01 AF 2F A5` + #### 5.2. 0x98 控制开启下位机功能 数据帧示例: