From b5ccfd88206de49ae2676304f71a0c5717e0c393 Mon Sep 17 00:00:00 2001 From: liyan Date: Tue, 12 Apr 2022 08:10:39 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=88=87=E6=8D=A2=E7=BA=AF=E5=87=80?= =?UTF-8?q?=E7=89=88=E5=AF=BC=E8=87=B4=E7=9A=84=E6=9C=BA=E5=99=A8=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E5=9B=BE=E7=89=87=E6=94=B9=E4=B8=BA=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E5=9B=BE=E7=89=87=20Signed-off-by:=20li-yan3?= =?UTF-8?q?39=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/device-dev/driver/driver-platform-uart-des.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/device-dev/driver/driver-platform-uart-des.md b/zh-cn/device-dev/driver/driver-platform-uart-des.md index 3c4ecf3466..be33150dc5 100644 --- a/zh-cn/device-dev/driver/driver-platform-uart-des.md +++ b/zh-cn/device-dev/driver/driver-platform-uart-des.md @@ -15,11 +15,11 @@ **图1** 2线UART设备连接示意图 - ![zh-cn_image_0000001160812804](figures/zh-cn_image_0000001160812804.png) + ![image](figures/2线UART设备连接示意图.png "2线UART设备连接示意图") **图2** 4线UART设备连接示意图 - ![zh-cn_image_0000001206372789](figures/zh-cn_image_0000001206372789.png) + ![image](figures/4线UART设备连接示意图.png "4线UART设备连接示意图") - UART通信之前,收发双方需要约定好一些参数:波特率、数据格式(起始位、数据位、校验位、停止位)等。通信过程中,UART通过TX发送给对端数据,通过RX接收对端发送的数据。当UART接收缓存达到预定的门限值时,RTS变为不可发送数据,对端的CTS检测到不可发送数据,则停止发送数据。 @@ -51,7 +51,7 @@ **图3** UART使用流程图 - ![zh-cn_image_0000001206092753](figures/zh-cn_image_0000001206092753.png) + ![image](figures/UART使用流程图.png "UART使用流程图") ### 获取UART设备句柄 -- GitLab