Hello Quectel Team,
I am currently working on a project using the EC200U-CN 4G LTE module with a microcontroller (ESP32-S3). I am already able to establish a PPP connection and communicate using the main UART (UART1).
Now, I would like to know if it is possible to use the auxiliary UART interface of the EC200U-CN module for the following purposes:
- Sending AT commands (for control and debugging)
- Establishing or maintaining a PPP data connection
My main goal is to separate the AT command interface from the PPP data interface, so that I can monitor or send other commands while the data connection is active.
Could you please confirm:
- Whether the auxiliary UART supports AT command communication.
- If the PPP connection can be established or routed through the auxiliary UART instead of the main UART.
- If any AT commands or configuration settings are required to enable the auxiliary UART for AT command usage.
Any reference documentation or example configurations would be highly appreciated.
Thank you,
Harshad