Page 1 of 1

Eclipse Plugin Terminal Baud Rate

Posted: Fri Apr 28, 2023 4:00 pm
by jerrybarber
Hi all,

I am using Eclipse 2023-03 with IDF Eclipse Plugin version 2.9.1.202304060814 on a Mac.

I am trying to set the baud rate for the Launch Terminal which apparently defaults to 115200.

I have added "CONFIG_CONSOLE_UART_BAUDRATE=57600" to sdkconfig.defaults with no success.

I cannot find it specified in skdconfig with the JSON editor. I can find CONFIG_CONSOLE_UART_BAUDRATE in the sdkconfig file and after changing it there and doing a build it ends up back at 115200.

I have added to IDF_MONITOR_BAUD to "Settings > C/C++ > Build > Environment" with no luck.

Any suggestions welcome!