How to change Console UART Baud rate?
Posted: Tue Jan 16, 2024 8:36 pm
I am finding that I cannot seem to change the console output baudrate at all. I'm using IDF 4.3.6 now (had to roll back so I'm not using the latest).
If I change either of the below 2 values in sdkconfig, the values change back to 115200 when I build my project.
I've tried putting these values into my sdkconfig.defaults too but same deal - 115200 appears in sdkconfig all the time.
How can I change the stdout baud rate? idf.py menuconfig doesn't help either - there is no console UART baud rate setting to be found on mine:
I'm using a WROOM32D - not sure if this is a limitation of this device or not.
If I change either of the below 2 values in sdkconfig, the values change back to 115200 when I build my project.
Code: Select all
CONFIG_CONSOLE_UART_BAUDRATE=921600
CONFIG_ESP_CONSOLE_UART_BAUDRATE=921600
How can I change the stdout baud rate? idf.py menuconfig doesn't help either - there is no console UART baud rate setting to be found on mine:
I'm using a WROOM32D - not sure if this is a limitation of this device or not.