This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Re-add option to set the default baud rate #1754
Open
Description
I'm using this through using the vscode-arduino extension and filed an issue for this in that repo as well #1703.
The serial monitor defaults to using the highest baud rate in the list. When working with devices that only support lower rates, the setting has to be manually changed for run.
Previously vscode-arduino had a setting for the default baud rate but it looks like it was lost in the transition to this repo.
- Originally added
add arduino.defaultBaudRate option #620 - Removed when switching to this extension
Modify to use standalone Serial Monitor Extension #1577
bb0bcd4