I am using Quectel EC200U in my design. This module contains three UART interfaces. The description is given below.
The module provides three UART interfaces:
The 1) main UART interface, the 2) debug UART interface, and 3) auxiliary UART interface.
The following shows their features.
Main UART interface: The main UART interface supports 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800 and 921600 bps baud rates, and the default is 115200 bps. This interface is used for data transmission and AT command communication and supports RTS and CTS hardware flow control.
Debug UART interface: Only supports 921600 bps baud rate, used for the output of partial logs.
Auxiliary UART Interface
May I know what is the difference between main UART interface, debug UART interface, and auxiliary UART interface?
Why we need a separate UART for debug purpose?
Why can't we use the main UART for debug purpose?