Page 1 of 1

To run debug and console UART on individual UARTs.

Posted: Fri Apr 16, 2021 11:38 am
by mitul.parmar
Hello All,

Hope you all are fine!

I am working on a project where I have to use UART0 as a debug UART and UART1 I want to to use it as CLI Console.
for the console I am using https://docs.espressif.com/projects/esp ... nsole.html example.

Now the problem is that the console example provided in esp-idf demo examples uses, default console UART. which means both the logs debug log and CLI console logs will be on same UART.
My requirement is I want to use UART0 to print debug logs and UART1 for CLI console.

can anyone help me with this?

Thanks,