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.
If you continue to get a default baud rate of 9600 in platformio, even though you set monitor_speed=115200 in platform. ini file, check the button "Switch PlatformIO Project Environment" next to the button "Serial Monitor" in Visual Studio Code to ensure you're on the right project.
To start the serial monitor in Visual Studio Code go to the command palate Ctrl + Shift + P and enter “serial” then select Focus on Serial Monitor View. The serial monitor enumerates the available ports in the Port dop down box. You can set the baud rate and line ending mode in their own drop down boxes.
The default 9600 is usually fine. Nick_Pyner: Use what you like, so long as the rate called for in the code matches. The default 9600 is usually fine.
You need to add the option monitor_baud = 115200
for your target in platformio.ini
i just added:
monitor_speed = 115200
to platformio.ini file and it works
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With