Skip to content

Default baudrate for serial terminal should be higher #105

@Avamander

Description

@Avamander

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions