diff --git a/docs/Application_guide/en/hardware/USB-interfaces.md b/docs/Application_guide/en/hardware/USB-interfaces.md index 88ca2990523eddaa1bef437daedc18c5079a1147..f06953d730c6cc7b1491f044d0e169706670e17d 100644 --- a/docs/Application_guide/en/hardware/USB-interfaces.md +++ b/docs/Application_guide/en/hardware/USB-interfaces.md @@ -90,10 +90,40 @@ For detailed installation instructions, please refer to the [Quick Start Guide]( - AT Port: Used for AT command interaction - DIAG: Used for USB debug output -- USB Serial Interaction Port: Used for QuecPython interaction +- REPL: Used for QuecPython interaction - RNDIS: Network interface card -Please refer to [QuecPython USB COM Port Description](TODO to be added) for support on specific platforms. +The specific support for each platform is as follows: + +#### UNISOC8910 Platform(EC200U、EC600U、EG912U、EG915U) + +* Quectel Modem: this port is mainly used for ppp dialing and can also be used to send AT. However, it is generally not used to send AT, but a dedicated AT port is used instead. +* Quectel USB AP Log Port: this port is used to grab AP Log. +* Quectel USB AT Port: this port is used to send AT instructions and is a dedicated AT port. +* Quectel USB CP Log Port: this port is used to grab CP Log. +* Quectel USB Diag Port: this port is reserved. +* Quectel USB MOS Port: this port is reserved. +* Quectel USB REPL Port: for QuecPython firmware, this port is the REPL port of python, through which users can execute some python code. + +#### UNISOC8850 Platform(EC600G、EC800G) + +* Quectel USB AT Port: this port is used to send AT instructions. +* Quectel USB CP Port: this port is used to grab CP Log. +* Quectel USB Debug Port: under the USB connection, the port is reserved and can be ignored by the user. +* Quectel USB DIAG Port: this port is used to grab AP Log. +* Quectel USB REPL Port: for QuecPython firmware, this port is the REPL port of python, through which users can execute some python code. + +#### Qualcomm Platform(BG95_XX、BG600L) + +* Quectel USB DM Port: this port is the output port of AP and CP log. +* Quectel USB Modem: this port can be used to send AT instructions. +* Quectel USB REPL Port: for QuecPython firmware, this port is the REPL port of python, through which users can execute some python code. + +#### EIGEN Platform(EC600E、EC600E) + +* Quectel USB AT Port: this port is used to send AT instructions and is a dedicated AT port. +* Quectel USB Diag Port: this port is used for crawling AP/CP log and exporting dump files. +* USB serial device: for QuecPython firmware, this port is the REPL port of python, through which users can execute some python code. It is important to note that the REPL port names of python may vary from platform to platform. If you don't know which port is the REPL port of python, you can consult our FAE to confirm it. ### AT diff --git a/docs/Application_guide/en/media/hardware/USB-interfaces/Device_Manager.png b/docs/Application_guide/en/media/hardware/USB-interfaces/Device_Manager.png index 164f4bb0b0ced737b2d1e3b67acf0bdced121f6d..c43b7e2dc4c175f316de8e88079be7485a286790 100644 Binary files a/docs/Application_guide/en/media/hardware/USB-interfaces/Device_Manager.png and b/docs/Application_guide/en/media/hardware/USB-interfaces/Device_Manager.png differ diff --git a/docs/Application_guide/en/media/hardware/USB-interfaces/Net_Manager.png b/docs/Application_guide/en/media/hardware/USB-interfaces/Net_Manager.png index ebdf4da9e4ddea4b6acd9e9d88479b30174d3b67..2683a54abfd623c0c852b2fdcc3be7251133fcd9 100644 Binary files a/docs/Application_guide/en/media/hardware/USB-interfaces/Net_Manager.png and b/docs/Application_guide/en/media/hardware/USB-interfaces/Net_Manager.png differ diff --git a/docs/Application_guide/en/media/hardware/USB-interfaces/REPL.png b/docs/Application_guide/en/media/hardware/USB-interfaces/REPL.png index 4e2a8f6607fc3f0c833b9caab5016f90c9a37333..7bf695b934e17db45f4bc0fb3d2e81c17671f5a9 100644 Binary files a/docs/Application_guide/en/media/hardware/USB-interfaces/REPL.png and b/docs/Application_guide/en/media/hardware/USB-interfaces/REPL.png differ diff --git a/docs/Application_guide/en/media/hardware/USB-interfaces/RNDIS.png b/docs/Application_guide/en/media/hardware/USB-interfaces/RNDIS.png index 61857adba0ad069ffbd71818c5a1cb3fcfcba95d..611a69c32682ce639017fc5e4245f5d1a044a92a 100644 Binary files a/docs/Application_guide/en/media/hardware/USB-interfaces/RNDIS.png and b/docs/Application_guide/en/media/hardware/USB-interfaces/RNDIS.png differ diff --git a/docs/Application_guide/en/media/hardware/USB-interfaces/drive_fail.png b/docs/Application_guide/en/media/hardware/USB-interfaces/drive_fail.png index 36102a0ff005d89cac373108ccaf08acddbce753..56ccba92b084e00a5f0a05445f8a024c8f7bb52c 100644 Binary files a/docs/Application_guide/en/media/hardware/USB-interfaces/drive_fail.png and b/docs/Application_guide/en/media/hardware/USB-interfaces/drive_fail.png differ diff --git a/docs/Application_guide/zh/hardware/USB-interfaces.md b/docs/Application_guide/zh/hardware/USB-interfaces.md index cc4e77c0e818a59171be7b192835bce61bb4daa9..439d7f5c9bd0615fb2c70b6d3c5d70d7c3b804b9 100644 --- a/docs/Application_guide/zh/hardware/USB-interfaces.md +++ b/docs/Application_guide/zh/hardware/USB-interfaces.md @@ -90,7 +90,7 @@ Type-A 接口的 USB 电气属性如下: 驱动程序(device driver)是一种可以使计算机和设备通信的特殊程序,操作系统只能通过这个接口,才能控制硬件设备的工作。 -详细安装请参考[快速入门文档](https://python.quectel.com/doc/Quick_start/zh/index.html) +详细安装请参考[快速入门文档](https://python.quectel.com/doc/Getting_started/zh/index.html) **目前QuecPython主要生成如下类型的串口和设备类型(以EC600M为例,其它平台类似):** @@ -100,7 +100,7 @@ Type-A 接口的 USB 电气属性如下: - AT串口:用于AT命令交互 - DIAG:用于USB Debug 输出 -- USB串行交互串口:用于QuecPython交互使用 +- REPL:用于QuecPython交互使用 - RNDIS:网卡 具体各个平台支持情况如下: @@ -118,7 +118,7 @@ Type-A 接口的 USB 电气属性如下: * Quectel USB MOS Port:该端口保留。 -* Quectel USB NEMA Port:对于QuecPython固件而言,该端口是python的REPL端口,用户可通过该端口执行一些python代码。需要注意的是,不同的平台,python的REPL端口名称可能是不同的。如果用户不清楚哪个端口是python的REPL端口,可以咨询我们公司的FAE进行确认。 +* Quectel USB REPL Port:对于QuecPython固件而言,该端口是python的REPL端口,用户可通过该端口执行一些python代码。 #### UNISOC8850平台(EC600G、EC800G) @@ -128,13 +128,13 @@ Type-A 接口的 USB 电气属性如下: * Quectel USB DIAG Port:该端口用于抓取AP Log。 -* Quectel USB NMEA Port:对于QuecPython固件而言,该端口是python的REPL端口,用户可通过该端口执行一些python代码。需要注意的是,不同的平台,python的REPL端口名称可能是不同的。如果用户不清楚哪个端口是python的REPL端口,可以咨询我们公司的FAE进行确认。 +* Quectel USB REPL Port:对于QuecPython固件而言,该端口是python的REPL端口,用户可通过该端口执行一些python代码。 #### Qualcomm平台(BG95_XX、BG600L) * Quectel USB DM Port:该端口是AP和CP log的输出端口。 * Quectel USB Modem:该端口可用于发送AT指令。 -* Quectel USB NMEA Port:对于QuecPython固件而言,该端口是python的REPL端口,用户可通过该端口执行一些python代码。需要注意的是,不同的平台,python的REPL端口名称可能是不同的。如果用户不清楚哪个端口是python的REPL端口,可以咨询我司的FAE进行确认。 +* Quectel USB REPL Port:对于QuecPython固件而言,该端口是python的REPL端口,用户可通过该端口执行一些python代码。 #### EIGEN平台(EC600E、EC600E) diff --git a/docs/Application_guide/zh/media/hardware/USB-interfaces/Device_Manager.png b/docs/Application_guide/zh/media/hardware/USB-interfaces/Device_Manager.png index 164f4bb0b0ced737b2d1e3b67acf0bdced121f6d..c43b7e2dc4c175f316de8e88079be7485a286790 100644 Binary files a/docs/Application_guide/zh/media/hardware/USB-interfaces/Device_Manager.png and b/docs/Application_guide/zh/media/hardware/USB-interfaces/Device_Manager.png differ diff --git a/docs/Application_guide/zh/media/hardware/USB-interfaces/Net_Manager.png b/docs/Application_guide/zh/media/hardware/USB-interfaces/Net_Manager.png index ebdf4da9e4ddea4b6acd9e9d88479b30174d3b67..2683a54abfd623c0c852b2fdcc3be7251133fcd9 100644 Binary files a/docs/Application_guide/zh/media/hardware/USB-interfaces/Net_Manager.png and b/docs/Application_guide/zh/media/hardware/USB-interfaces/Net_Manager.png differ diff --git a/docs/Application_guide/zh/media/hardware/USB-interfaces/REPL.png b/docs/Application_guide/zh/media/hardware/USB-interfaces/REPL.png index 4e2a8f6607fc3f0c833b9caab5016f90c9a37333..7bf695b934e17db45f4bc0fb3d2e81c17671f5a9 100644 Binary files a/docs/Application_guide/zh/media/hardware/USB-interfaces/REPL.png and b/docs/Application_guide/zh/media/hardware/USB-interfaces/REPL.png differ diff --git a/docs/Application_guide/zh/media/hardware/USB-interfaces/RNDIS.png b/docs/Application_guide/zh/media/hardware/USB-interfaces/RNDIS.png index 61857adba0ad069ffbd71818c5a1cb3fcfcba95d..611a69c32682ce639017fc5e4245f5d1a044a92a 100644 Binary files a/docs/Application_guide/zh/media/hardware/USB-interfaces/RNDIS.png and b/docs/Application_guide/zh/media/hardware/USB-interfaces/RNDIS.png differ diff --git a/docs/Application_guide/zh/media/hardware/USB-interfaces/drive_fail.png b/docs/Application_guide/zh/media/hardware/USB-interfaces/drive_fail.png index 36102a0ff005d89cac373108ccaf08acddbce753..56ccba92b084e00a5f0a05445f8a024c8f7bb52c 100644 Binary files a/docs/Application_guide/zh/media/hardware/USB-interfaces/drive_fail.png and b/docs/Application_guide/zh/media/hardware/USB-interfaces/drive_fail.png differ