From ea2438cf828db8064f3425ecec15713b155213a5 Mon Sep 17 00:00:00 2001 From: Kayden Date: Tue, 15 Feb 2022 15:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=96=87=E6=A1=A3=E6=98=BE=E7=A4=BAbug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/Qp_Hw_EC600X/Hardware_Support_EC600X.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/Quecpython_intro/en/Qp_Hw_EC600X/Hardware_Support_EC600X.md b/docs/Quecpython_intro/en/Qp_Hw_EC600X/Hardware_Support_EC600X.md index 76f6536..3faf339 100644 --- a/docs/Quecpython_intro/en/Qp_Hw_EC600X/Hardware_Support_EC600X.md +++ b/docs/Quecpython_intro/en/Qp_Hw_EC600X/Hardware_Support_EC600X.md @@ -491,19 +491,19 @@ For specific location, please refer to following screenshot. Steps to check FW version via QPYcom -1. After downloading the QPYcom, unzip it to arbitrary directory and double click the **QPYcom.exe** to run. +| Module Series | Select the interaction serial interface name | +| ------------- | -------------------------------------------- | +| EC200U | Quectel USB Serial-1 Port | +| EC600U | Quectel USB Serial-1 Port | +| EC600S | Quectel USB MI05 COM Port | +| EC600N | Quectel USB MI05 COM Port | + +4. After downloading the QPYcom, unzip it to arbitrary directory and double click the **QPYcom.exe** to run. 2. Connect the demo board to PC and start up. 3. Select code interaction serial interface, then enable it after setting the default baud as 115200. - | Module Series | Select the interaction serial interface name | - | ------------- | -------------------------------------------- | - | EC200U | Quectel USB Serial-1 Port | - | EC600U | Quectel USB Serial-1 Port | - | EC600S | Quectel USB MI05 COM Port | - | EC600N | Quectel USB MI05 COM Port | - 4. Click “**REPL**” label enter the inner page 5. Input commands as described below, then check the returned content of module -- Gitee