visual-studio-codebaud-rateplatformio

How to change default baud rate of serial monitor in VSCode with PlatformIO?


I have VSCode and PlatformIO plugin. When I start serial monitor it always starts with 9600 baud rate. I'd like to change that, so it always starts with 115200.

I can change the baud rate of already running serial monitor by pressing CTRL+T, b, 115200, enter but I don't want to do this every time I start my serial monitor.

I can't find that setting anywhere. I tried adding a line speed = 115200 to platformio.ini but that didn't change anything.


Solution

  • I just added:

    monitor_speed = 115200
    

    to platformio.ini file and it works

    https://docs.platformio.org/en/stable/projectconf/section_env_monitor.html#monitor-speed