-
Notifications
You must be signed in to change notification settings - Fork 236
Set default Baud Rate #616
Comments
Done. |
this feature is enable in latest version 0.2.20, please set the default band rate in vscode user settings. "arduino.defaultBaudRate": 115200 |
This issue has re-emerged. All of the code related to this PR was removed in v0.5.0 (this commit was when it was removed from the documentation). However, the Serial Monitor baud rate is still changing automatically to 115200 every time the Arduino is flashed with the latest version (0.6.0). Is there a new way to fix this? |
Why were they removed? I would like to see this being re added in, I would hate to move BACK to platformIO because of this |
Workaround: and change line 22 to: Will probably need to redo this when they'll update the extension but it's better than setting the baud rate after every upload 😅 |
Hello,
I read the README but I don't find how to change the default Baud Rate. My default Baud is
115200
and I want to have9600
. The only solution when I find, is to change this in serialMonitor.js... (#395)Is there any other solution?
The text was updated successfully, but these errors were encountered: