arduino / arduino-ide

Arduino IDE 2.x
https://www.arduino.cc/en/software
GNU Affero General Public License v3.0
2.28k stars 388 forks source link

serial monitor: missing send button #348

Open strau0106 opened 3 years ago

strau0106 commented 3 years ago

Describe the problem

There is no send button in the Serial Monitor.

Describe the problem

  1. Open the "Serial Monitor" view.

🐛 There is no "Send" button associated with the message field.

image

Expected behavior

A "Send" button that can be clicked to send the message to the board:

image

Arduino IDE version

Original report

nightly 20210501

Last verified with

4deaf4f

Operating system

All

Operating system version

Any

Additional context

Additional reports

Workaround

Press the Enter key to send the message.

Issue checklist

per1234 commented 1 year ago

I will reopen this since the send button has not been added yet. We will close it once that work is done.

Thanks for your report strau0106!

strau0106 commented 1 year ago

Ok, just thought it was ready to close since there was no activity

per1234 commented 1 year ago

I think this will be done as part of a complete rework of Serial Monitor to be a dedicated window: https://github.com/arduino/arduino-ide/issues/289. This means it is dependent on a significant amount of other work than would be the case if the button was only added to the current provisional Serial Monitor component.

The new design will be aligned with the existing Serial Plotter feature, which does have a send button consistent with the Arduino IDE 1.x interface:

image