-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Allow config changes and clear in disabled serial monitor and plotter #9873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow config changes and clear in disabled serial monitor and plotter #9873
Conversation
When the serial device disconnects, the serial monitor and plotter are disabled. Previously, the window would be completely disabled. Now, the configuration controls (autoscroll, add timestamp, baudrate, line endings) can still be changed while the window is disconnected. These settings will not take effect immediately, but will be used when the port is next opened. Also, the clear output button can now also be used when the port is disconnected, which makes it easy to get a clean start when reconnecting the serial port.
✅ Build completed.
Please test this code using one of the following:
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-9873-BUILD-931-linux32.tar.xz
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-9873-BUILD-931-linux64.tar.xz
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-9873-BUILD-931-windows.zip
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-9873-BUILD-931-macosx.zip
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-9873-BUILD-931-linuxarm.tar.xz
i️ The linuxarm
build is still experimental and may not be always available.
When the serial device disconnects, the serial monitor and plotter are
disabled. Previously, the window would be completely disabled. Now, the
configuration controls (autoscroll, add timestamp, baudrate, line
endings) can still be changed while the window is disconnected. These
settings will not take effect immediately, but will be used when the
port is next opened.
Also, the clear output button can now also be used when the port is
disconnected, which makes it easy to get a clean start when reconnecting
the serial port.