diff --git a/en/peripherals/machine.UART.md b/en/peripherals/machine.UART.md
index 02e95b011e1bf670201f607744285dfb435dc7d1..658f302a5dc83e84fd5c7279470580f1cfd42954 100644
--- a/en/peripherals/machine.UART.md
+++ b/en/peripherals/machine.UART.md
@@ -6,63 +6,1445 @@ This class transmits data through the UART.
### `machine.UART`
-```python
-class machine.UART(UART.UARTn, buadrate, databits, parity, stopbits, flowctl)
-```
-
-**Parameter:**
-
-- `UARTn` - Integer type. UART number.
`UART0` - DEBUG PORT
`UART1` - BT PORT
`UART2` - MAIN PORT
`UART3` - USB CDC PORT (BG95M3 series module does not support it.)
`UART4` - STDOUT PORT (Only EC200U/EC600U/EG915U series module supports it. )
-
-- `buadrate` - Integer type. Baud rate. Some common baud rates are supported, like `4800`, `9600`, `19200`, `38400`, `57600`, `115200` and `230400`.
-
- EC200U/EC600U/EG912U/EG915U series support 2400、4800、9600、14400、19200、28800、33600、38400、57600、115200、230400、460800、921600、1000000.
-
-- `databits` - Integer type. Data bit. Range: [5–8]. EC600U/EC200U/EG915U/EC800G series module only supports 8 data bits.
-
-- `parity` - Integer type. Parity check. `0` – NONE, `1` – EVEN, `2` – ODD.
-
-- `stopbits` - Integer type. Stop bit. Range: [1–2].
-
-- `flowctl` - Integer type. Hardware control flow. `0` – FC_NONE, `1` – FC_HW.
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT UART4
- STDOUT PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
/EC600U series support 2400, 4800, 9600, 14400, 19200, 28800, 33600, 38400, 57600, 115200, 230400, 460800, 921600, 1000000.
databits
- Data bit [5 ~ 8], int type, EC600U only supports 8 bits.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT UART4
- STDOUT PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
EC200U系列支持2400、4800、9600、14400、19200、28800、33600、38400、57600、115200、230400、460800、921600、1000000。
databits
- Data bits [5 ~ 8], int type, only 8 bits supported.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT (不支持BG95M3)
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT UART4
- STDOUT PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
EG915U series support 2400, 4800, 9600, 14400, 19200, 28800, 33600, 38400, 57600, 115200, 230400, 460800, 921600, 1000000.
databits
- Data bits [5 ~ 8], int type, only 8 bits supported.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
EG912U series support 2400, 4800, 9600, 14400, 19200, 28800, 33600, 38400, 57600, 115200, 230400, 460800, 921600, 1000000.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT UART4
- STDOUT PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+Parametric Description
+UARTn
- UART number, int type, UARTn description is as follows:UART0
- DEBUG PORT UART1
- BT PORT UART2
- MAIN PORT UART3
- USB CDC PORT
baudratec
- Baud rate, int type, supports common baud rates such as4800
、9600
、19200
、38400
、57600
、115200
、230400
.
databits
- Data bits [5 ~ 8], int type.
parity
- Parity (0-None, 1-even, 2-odd), int type.
stopbits
- Stop bit [1 ~ 2], int type.
flowctl
- Hardware control flow (0-FC_NONE, 1-FC_HW), int type.
UART number | +TX pin | +RX pin | +RTS pin | +CTS pin | + + + +
---|---|---|---|---|
UART1 | +pin124 | +pin123 | ++ | + |
UART2 | +pin32 | +pin31 | +pin34 | +pin33 | +
UART4 | +pin103 | +pin104 | ++ | + |
UART number | +TX pin | +RX pin | +RTS pin | +CTS pin | + + + +
---|---|---|---|---|
UART1 | +pin138 | +pin137 | ++ | + |
UART2 | +pin67 | +pin68 | +pin65 | +pin64 | +
UART4 | +pin82(EC200UXXAA is not supported.) | +pin81 | ++ | + |
UART number | +TX pin | +RX pin | +Attention | + + + +
---|---|---|---|
UART0(The use of other Uarts is recommended.) | +pin12 | +pin11 | ++ |
UART1 | +pin63(EC200ACN_LA: pin26) | +pin66(EC200ACN_LA: pin27) | ++ |
UART2 | +pin67 | +pin68 | +EC200ACN LA module UART1pin is different from other models. | +
UART number | +TX pin | +RX pin | +Attention | + + + +
---|---|---|---|
UART0(The use of other Uarts is recommended.) | +pin12 | +pin11 | ++ |
UART1 | +pin63(EC200ACN_LA: pin26) | +pin66(EC200ACN_LA: pin27) | +EC200ACN LA module UART1pin is different from other models. | +
UART2 | +pin67 | +pin68 | ++ |
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin71 | +pin72 | +
UART1 | +pin3 | +pin2 | +
UART2 | +pin32 | +pin31 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin71 | +pin72 | +
UART1 | +pin3 | +pin2 | +
UART2 | +pin32 | +pin31 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin21 | +pin20 | +
UART1 | +pin27 | +pin28 | +
UART2 | +pin50 | +pin49 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin39 | +pin38 | +
UART1 | +pin50 | +pin51 | +
UART2 | +pin18 | +pin17 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART1 | +pin29 | +pin28 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin23 | +pin22 | +
UART1 | +pin27 | +pin28 | +
UART2 | +pin64 | +pin65 | +
UART4 | +pin35 | +pin34 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin71 | +pin72 | +
UART1(flowctl = 0) | +pin3 | +pin2 | +
UART1(flowctl = 1) | +pin33 | +pin34 | +
UART2 | +pin32 | +pin31 | +
UART number | +TX pin | +RX pin | +RTS pin | +CTS pin | + + + +
---|---|---|---|---|
UART1 | +pin27 | +pin28 | ++ | + |
UART2 | +pin35 | +pin34 | +pin37 | +pin36 | +
UART4 | +pin19 | +pin18 | ++ | + |
UART number | +TX pin | +RX pin | +Attention | + + + +
---|---|---|---|
UART0 | +pin39 | +pin38 | ++ |
UART1(flowctl = 0) | +pin50 | +pin51 | +UART1 is not available for EC800MCNGA, CNGB, CNGD/ EG810MCNGA, and CNGB modules. | +
UART1(flowctl = 1) | +pin22 | +pin23 | ++ |
UART2 | +pin18 | +pin17 | ++ |
UART4 | +pin29 | +pin28 | ++ |
UART number | +TX pin | +RX pin | +Attention | + + + +
---|---|---|---|
UART0 | +pin39 | +pin38 | ++ |
UART1(flowctl = 0) | +pin50 | +pin51 | +UART1 is not available for EC800MCNGA, CNGB, CNGD/ EG810MCNGA, and CNGB modules. | +
UART1(flowctl = 1) | +pin22 | +pin23 | ++ |
UART2 | +pin18 | +pin17 | ++ |
UART4 | +pin29 | +pin28 | ++ |
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin23 | +pin22 | +
UART1(flowctl = 0) | +pin27 | +pin28 | +
UART1(flowctl = 1) | +pin36 | +pin37 | +
UART2 | +pin35 | +pin34 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin71 | +pin72 | +
UART1(EC600ECN LE&LQ is not available.) | +pin70 | +pin69 | +
UART2 | +pin32 | +pin31 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin39 | +pin38 | +
UART1 | +pin29 | +pin28 | +
UART2 | +pin18 | +pin17 | +
UART number | +TX pin | +RX pin | +RTS pin | +CTS pin | + + + +
---|---|---|---|---|
UART0 | +pin124 | +pin123 | ++ | + |
UART2 | +pin32 | +pin31 | +pin34 | +pin33 | +
UART4 | +pin116 | +pin9 | ++ | + |
UART5 | +pin125 | +pin126 | ++ | + |
UART6 | +pin106 | +pin105 | ++ | + |
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART1 | +pin29 | +pin28 | +
UART2 | +pin18 | +pin17 | +
UART5 | +pin23 | +pin22 | +
UART6 | +pin86 | +pin83 | +
UART number | +TX pin | +RX pin | +RTS pin | +CTS pin | + + + +
---|---|---|---|---|
UART1 | +pin27 | +pin28 | ++ | + |
UART2 | +pin35 | +pin34 | +pin37 | +pin36 | +
UART4(EG912UGL AA is not available.) | +pin19 | +pin18 | ++ | + |
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin71 | +pin72 | +
UART1(flowctl = 0) | +pin3 | +pin2 | +
UART1(flowctl = 1) | +pin33 | +pin34 | +
UART2 | +pin32 | +pin31 | +
UART number | +TX pin | +RX pin | +Attention | + + + +
---|---|---|---|
UART0 | +pin39 | +pin38 | ++ |
UART1(flowctl = 0) | +pin50 | +pin51 | +EG800KCN is not available. | +
UART1(flowctl = 1) | +pin22 | +pin23 | +EG800KCN is not available. | +
UART2 | +pin18 | +pin17 | ++ |
UART number | +TX pin | +RX pin | +Attention | + + + +
---|---|---|---|
UART0 | +pin39 | +pin38 | ++ |
UART1(flowctl = 0) | +pin50 | +pin51 | +EG800KCN is not available. | +
UART1(flowctl = 1) | +pin22 | +pin23 | +EG800KCN is not available. | +
UART2 | +pin18 | +pin17 | ++ |
UART number | +TX pin | +RX pin | +RTS pin | +CTS pin | + + + +
---|---|---|---|---|
UART0 | +pin39 | +pin38 | ++ | + |
UART1 | +pin22 | +pin23 | ++ | + |
UART2 | +pin18 | +pin17 | +pin23 | +pin22 | +
UART3 | +pin29 | +pin28 | ++ | + |
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART1 | +pin27 | +pin26 | +
UART2 | +pin20 | +pin19 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART1 | +pin35 | +pin34 | +
UART2 | +pin28 | +pin27 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin21 | +pin22 | +
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin22 | +pin21 | +
UART number | +TX pin | +RX pin | +RTS pin | +CTS pin | + + + +
---|---|---|---|---|
UART0 | +pin23 | +pin22 | ++ | + |
UART1 | +pin27 | +pin28 | ++ | + |
UART2 | +pin35 | +pin34 | +pin36 | +pin37 | +
UART4(EG915NEU_AG unsupported.) | +pin36 | +pin37 | ++ | + |
UART number | +TX pin | +RX pin | + + + +
---|---|---|
UART0 | +pin39 | +pin38 | +
UART1 | +pin29 | +pin28 | +
UART2 | +pin18 | +pin17 | +
1.To use UART4 in BG95 series, you need to call modem.main_uart_enable_set(1) to enable UART4, and restart it as follows.
+import modem
modem.main_uart_enable_get()
#获取Main_UART使能状态 1-使能,0-不使能
modem.main_uart_enable_set(1)
#设置Main_UART使能状态 1-使能,0-不使能,重启生效
+
+
+1. When flowctl = 1, uart1 of EC600M only maps uart1 to different pins, and the flow control function is not turned on.
+1, when flowctl = 1, uart1 of EC800M only maps uart1 to different pins, and the flow control function is not turned on.
+1. When flowctl = 1, uart1 of EG810M only maps uart1 to different pins, and the flow control function is not turned on.
+1. When flowctl = 1, uart1 of EG912N only maps uart1 to different pins, and the flow control function is not turned on.
+1, when flowctl = 1, uart1 of EC600K only maps uart1 to different pins, and the flow control function is not turned on.
+1, when flowctl = 1, uart1 of EC800K only maps uart1 to different pins, and the flow control function is not turned on.
+1. The interaction port of FCM360W UART2 will not be used after it is initialized. You need to execute uart2.close() in the code or restart the module to continue to use the interaction port.
+1, FCM362K UART1 is initialized after the interaction port will not be able to use, you need to execute uart1.close() in the code or restart the module to continue to use the interaction port.
+ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number19 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number19 | +
ADC1 | +Pin number20 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number9 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number19 | +
ADC1 | +Pin number20 | +
ADC2 | +Pin number113 | +
ADC3 | +Pin number114 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number45 | +
ADC1 | +Pin number44 | +
ADC2 | +Pin number43 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number45 | +
ADC1 | +Pin number44 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number45 | +
ADC1 | +Pin number44 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number24 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number24 | +
ADC1 | +Pin number2 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number9 | +
ADC1 | +Pin number96 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number9 | +
ADC1 | +Pin number96 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number24 | +
ADC1 | +Pin number2 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number19 | +
ADC1 | +Pin number20 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number9 | +
ADC1 | +Pin number96 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number19 | +
ADC1 | +Pin number20 | +
ADC2 | +Pin number113 | +
ADC3 | +Pin number114 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number9 | +
ADC1 | +Pin number96 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number24 | +
ADC1 | +Pin number2 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number19 | +
ADC1 | +Pin number20 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number9 | +
ADC1 | +Pin number96 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number9 | +
ADC1 | +Pin number96 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number8 | +
ADC1 | +Pin number7 | +
ADC2 | +Pin number6 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number2 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number2 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number24 | +
ADC1 | +Pin number2 | +
ADC number | +Pin correspondence | +
---|---|
ADC0 | +Pin number9 | +
ADC1 | +Pin number96 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
ADC.ADC2 | +ADC channel 2 | +
ADC.ADC3 | +ADC channel 3 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
ADC.ADC2 | +ADC channel 2 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
ADC.ADC2 | +ADC channel 2 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +
Constant | +Description | +
---|---|
ADC.ADC0 | +ADC channel 0 | +
ADC.ADC1 | +ADC channel 1 | +