Skip to content

Typo in Arduino IDE: displaying '19600 baud' instead of '9600 baud' #2741

Closed
@Szpieg0

Description

@Szpieg0

There is a typo in the Arduino IDE: instead of displaying the correct string '9600 baud', the value '19600 baud' is shown. This can mislead users when setting the serial communication baud rate.

Arduino IDE version
2.3.6

Operating system
Windows

Activity

self-assigned this
on Jun 13, 2025
per1234

per1234 commented on Jun 13, 2025

@per1234
Contributor

Thanks for your report @Szpieg0. I am not able to reproduce the fault:

Image

It might be that this is because I am not performing the correct procedure. I don't have any way to know that due to the low quality of your report. Please provide detailed step-by-step instructions I can follow to reproduce the fault.


In the future, when you are submitting issues to this repository please use the issue forms we provide:

https://github.com/arduino/arduino-ide/issues/new/choose

These will ensure that your issues follow our standardized format and provide the information we expect an issue to include. It seems that you went to some lengths to bypass the issue form. That is not appreciated.

Szpieg0

Szpieg0 commented on Jun 13, 2025

@Szpieg0
Author

Hello, I apologise that I did not describe my problem in more detail at the beginning. When I have Serial.begin(9600) in the code, I can select the values in the baud in the serial port monitor. And in my Arduino IDE I don't have the option to choose from 9600 baud only 19600 baud. I remember that in the past there was always a correct baud value and now the number 1 has been added.
image

image

I don't know how to correct this mistake myself, but I guess you have to search in the sequences of words that contain these values. Or maybe it's a deliberate change.

Szpieg0

Szpieg0 commented on Jun 13, 2025

@Szpieg0
Author

@per1234

But from what I see, the number 1 has been added to each value. I'll look for where it is coded myself

Szpieg0

Szpieg0 commented on Jun 13, 2025

@Szpieg0
Author

I already know what's causing it! I have downloaded a PL language version that contained an unnecessary number 1 before {0} baud. I've just added a Pull request on this matter.

per1234

per1234 commented on Jun 13, 2025

@per1234
Contributor

Thanks for the clarification. Excellent work on tracking down the cause of the problem!

added and removed on Jun 13, 2025
linked a pull request that will close this issueUpdate translation files #2709on Jun 17, 2025
per1234

per1234 commented on Jun 17, 2025

@per1234
Contributor

The problem in the translation has been corrected by @Szpieg0 via the Transifex project. The fix will be pulled into the Arduino IDE application when #2709 is merged (which usually happens just before we make a new release of Arduino IDE).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @per1234@Szpieg0

    Issue actions

      Typo in Arduino IDE: displaying '19600 baud' instead of '9600 baud' · Issue #2741 · arduino/arduino-ide