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
1 2 3 in the serial monitor. Can also verify via printing the hex values of the characters that the new lines are not included and replaced with space: 0x31 0x20 0x32 0x20 0x33. When printing the hex values and using e.g. PuTTY, one can see that the input correctly includes carriage returns.
Expected behavior
Expected behavior would be:
1
2
3
Arduino IDE version
2.1.2-nightly-20230807
Operating system
Windows
Operating system version
Window 10 22H2
Additional context
This feature is also not available when using the Arduino IDE 1.x Serial Monitor.
per1234
changed the title
Serial monitor doesn't handle pasting in multi-line strings
Add support for pasting multi-line strings in Serial Monitor
Aug 17, 2023
Describe the problem
When pasting in a multi-line string in the serial monitor, line-feeds or carriage returns will be removed and replaced with space.
To reproduce
I used the following sketch to test:
Pasting in the following:
Produces:
1 2 3
in the serial monitor. Can also verify via printing the hex values of the characters that the new lines are not included and replaced with space:0x31 0x20 0x32 0x20 0x33
. When printing the hex values and using e.g. PuTTY, one can see that the input correctly includes carriage returns.Expected behavior
Expected behavior would be:
Arduino IDE version
2.1.2-nightly-20230807
Operating system
Windows
Operating system version
Window 10 22H2
Additional context
This feature is also not available when using the Arduino IDE 1.x Serial Monitor.
Issue checklist
The text was updated successfully, but these errors were encountered: