You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
For quite some Arduino boards (incl. DevKit), to display serial monitor information correctly, you have to set the Baud Rate to 115200. By default, the extension is set to 9600, which is much rare cases. Suggest to set the default Baud Rate to 115200 to reduce an error prone step.
The text was updated successfully, but these errors were encountered:
You can set the default baud rate in out/src/serialmonitor/serialMonitor.js. At the end there are some variables incluiding SerialMonitor.DEFAULT_BAUD_RATE.
The out folder is in the arduino extension folder.
It would be great to override the setting in public arduino.json instead of changing default value in JS source file. Mainly because builtin-in Arduino examples use another baud rate (9600) than VScode extension by default.
Reproduced in v0.24.
For quite some Arduino boards (incl. DevKit), to display serial monitor information correctly, you have to set the Baud Rate to
115200
. By default, the extension is set to9600
, which is much rare cases. Suggest to set the default Baud Rate to115200
to reduce an error prone step.The text was updated successfully, but these errors were encountered: