arduino / arduino-ide

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

Serial Plotter window title not updated on port change #667

Closed per1234 closed 2 years ago

per1234 commented 2 years ago

Describe the bug

The Serial Plotter window is titled with the name of the port.

🐛 When a different port is selected in the IDE while Serial Plotter is open, the plotter correctly switches to reading data from the new port. However, the window title still shows the initial port name.

To Reproduce

  1. Open Serial Plotter. Note that the Serial Plotter window title shows the port name that is selected.
  2. Select a different port in the Arduino IDE.

🐛 The Serial Plotter window title still shows the initial port name:

image

Expected behavior

Serial Plotter window title matches the port that data is being read from.

Desktop

per1234 commented 2 years ago

Closing as fixed by https://github.com/arduino/arduino-ide/pull/982