-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed as not planned
Labels
conclusion: declinedWill not be worked onWill not be worked ontopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
Description
Describe the request
The default and recommended baudrate in Arduino IDE should be higher. The current 9600 baud is not only visibly sluggish, it's slow enough to hinder debugging (due to the rather significant amount of time it takes to write data). There's no good reason why the default in Arduino IDE shouldn't be a more reasonable value, like 115200 baud. 115200 is also being used by a lot of libraries by-default, for years now, if not a decade.
Describe the current behavior
The default serial console baudrate seems to be 9600 and when a new board is selected, it's being constantly reset to this laggy awful baudrate.
Arduino IDE version
2.3.4
Operating system
Windows
Operating system version
11
Additional context
No response
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details
Metadata
Metadata
Assignees
Labels
conclusion: declinedWill not be worked onWill not be worked ontopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement