Hello,
In my project I have to develop CLI console using UART1. for that I used esp-idf/examples/system/console example.
- It works fine I can run it on both the uarts UART0 as well as UART1.
- I can successfully change the default console uart from menuconfig.
Currently, I am getting both the ...
Search found 2 matches
- Tue Apr 20, 2021 12:25 pm
- Forum: ESP-IDF
- Topic: How do I run CLI console and default log of esp32 on two seperate UARTs?
- Replies: 2
- Views: 3176
- Fri Apr 16, 2021 11:38 am
- Forum: ESP-IDF
- Topic: To run debug and console UART on individual UARTs.
- Replies: 0
- Views: 1844
To run debug and console UART on individual UARTs.
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-idf/en/latest/esp32/api-reference/system/console.html example.
Now the problem is ...
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-idf/en/latest/esp32/api-reference/system/console.html example.
Now the problem is ...