From 560c4cc5a1706c084499034f7ad10845bd05bc20 Mon Sep 17 00:00:00 2001 From: "rex.zhou" Date: Fri, 17 Jan 2025 20:00:58 +0800 Subject: [PATCH] =?UTF-8?q?wiki=E6=96=87=E6=A1=A3gitee=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Application_guide/en/hardware/USB-interfaces.md | 8 ++++---- docs/Application_guide/en/hardware/display/display.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Application_guide/en/hardware/USB-interfaces.md b/docs/Application_guide/en/hardware/USB-interfaces.md index b05ce856..b1a6233c 100644 --- a/docs/Application_guide/en/hardware/USB-interfaces.md +++ b/docs/Application_guide/en/hardware/USB-interfaces.md @@ -198,11 +198,11 @@ The USB interface of cellular communication modules can simulate ECM (Ethernet C In summary, the USB-simulated ECM/RNDIS interfaces of cellular communication modules provide an efficient way to achieve network communication between devices and remote management of devices. -Please refer to **[Network Application Guide - USB NIC](TODO 链接)** for specific usage. +Please refer to **[Network Application Guide - USB NIC](https://python.quectel.com/doc/API_reference/en/peripherals/misc.USBNET.html)** for specific usage. ## Firmware Download -For firmware download examples, please refer to [QPYcom Instructions]([QuecPython (quectel.com)](https://python.quectel.com/en/)) or [Quick Start Guide](https://python.quectel.com/doc/Getting_started/en/index.html). +For firmware download examples, please refer to [QPYcom Instructions](https://python.quectel.com/en/) or [Quick Start Guide](https://python.quectel.com/doc/Getting_started/en/index.html). The USB firmware download for modules includes the following steps: @@ -210,7 +210,7 @@ The USB firmware download for modules includes the following steps: 2. **Module Recognition**: Connect the module to the computer's USB interface. Your operating system will recognize and successfully load the driver. In Windows, you can view the module status in "Device Manager". In Linux, you can execute the **dmesg** command to view system logs and confirm the module has been recognized by the system. -3. **Enter Download Mode**: You need to set the module in firmware download mode, which usually requires specific AT commands or some special operation. Please refer to [User Manual/Development Guide](TODO 待快速入门添加) of the module for details. +3. **Enter Download Mode**: You need to set the module in firmware download mode, which usually requires specific AT commands or some special operation. Please refer to [User Manual/Development Guide](https://python.quectel.com/doc/Application_guide/en/firmware-upgrade/firmware-burning.html) of the module for details. 4. **Firmware Download**: After the module enters firmware download mode, you can send the new firmware data to the module via the USB interface. In some cases, you may need special download tools or protocols. After the download is complete, you usually need to reboot the module to apply the new firmware. @@ -291,7 +291,7 @@ REPL stands for **Read-Eval-Print-Loop (interactive interprete ![1688389115895](../media/hardware/USB-interfaces/REPL.png) -No REPL port means the device in the red box does not exist. Different modules may have different REPL port names. Please refer to the [QuecPython USB COM Port](TODO 待添加) for details. +No REPL port means the device in the red box does not exist. Different modules may have different REPL port names. Please refer to the [QuecPython USB COM Port](https://python.quectel.com/doc/Getting_started/en/REPL_dev.html) for details. If you find no REPL port in the PC port manager when using QuecPython series modules, please follow these steps to determine the problem. diff --git a/docs/Application_guide/en/hardware/display/display.md b/docs/Application_guide/en/hardware/display/display.md index 2d05991a..6f9d9e0f 100644 --- a/docs/Application_guide/en/hardware/display/display.md +++ b/docs/Application_guide/en/hardware/display/display.md @@ -541,7 +541,7 @@ Since the relevant **[API](https://python.quectel.com/doc/API_reference/en/perip **Note:** Currently QuecPython series modules that support MIPI only support the RGB565 format . -**Note:** In actual use, LCD is often used in conjunction with UI ([LVGL](TODO链接)). +**Note:** In actual use, LCD is often used in conjunction with UI ([LVGL](https://python.quectel.com/doc/Application_guide/en/multi-media/lvgl/lvgl.html)). ##### Preparations -- Gitee