diff --git a/docs/Application_guide/en/hardware/USB-interfaces.md b/docs/Application_guide/en/hardware/USB-interfaces.md index b05ce856a9c47874d7f1e506652e305234102287..b1a6233c90c4d935b01779d22f04eaf82ab620cf 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 2d05991ae58afd8080f80a4bc2408033e9d8338d..6f9d9e0fa62f3ef494dbeefe95147aa61187deb2 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