From 3f935faeaff47d2f99ce2bbeb052b7c657332ea4 Mon Sep 17 00:00:00 2001 From: chenchi Date: Fri, 14 Jan 2022 11:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0DTU=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=92=8C=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5=E7=9A=84=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 2a5fc95..7c93096 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ | :------ | ---------- | ---------- | --------------------- | | 1.0 | 2021-11-25 | 陈驰 | 初始版本 | | 1.1 | 2021-11-30 | 陈驰 | 增加对DTU配套组件和服务的描述 | +| 1.2 | 2022-01-14 | 陈驰 | 增加DTU代码和文档链接的描述 | ## DTU介绍 @@ -178,3 +179,25 @@ QPYCom的使用文档,参见安装目录下的`docs`文件夹。 ### modbus模式 modbus模式下,严格遵守modbus协议规范,且遵守modbus协议的DTU产品在行业内的应用规则:DTU作为主机,根据用户配置,周期性向从机设备索要数据,推送至云端。 + +## DTU代码下载和使用文档 + +### 代码下载 + +`git clone https://gitee.com/qpy-solutions/dtu.git` +或 +`git clone git@gitee.com:qpy-solutions/dtu.git` + +### 使用文档 + +- DTU产品介绍:[点此进入][1] +- DTU用户指导:[点此进入][2] +- DTU协议规范:[点此进入][3] +- DTU上位机工具用户指导:[点此进入][4] + + + [1]: https://python.quectel.com/doc/doc/Product_case/zh/dtu/DTU_Product_Introduction.html + [2]: https://python.quectel.com/doc/doc/Product_case/zh/dtu/DTU_User_Guides.html + [3]: https://python.quectel.com/doc/doc/Product_case/zh/dtu/DTU_Protocol_Specification.html + [4]: https://python.quectel.com/doc/doc/Product_case/zh/dtu/DTU_GUI_User_Guides.html + \ No newline at end of file