-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Allow the serial monitor to stay opened during upload, disabling it (1.5.x) #2180
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
Conversation
Please test this on a Leonardo (or other mega32u4 based board), cfr. my comment here:
#1613 (comment)
Can I build this pull request?
yes
2014年08月22日 14:51 GMT+03:00 ArduinoBot notifications@github.com:
Can I build this pull request?
—
Reply to this email directly or view it on GitHub
#2180 (comment).
@avishorp sorry for the comment from arduinobot. we are setting up automated build of all PRs, so that we can provide a downloadable version of the patched IDE
@ArduinoBot build this please
Merged build finished. Test PASSed.
Build successful. Please test this code using one of the following:
http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-2180-BUILD-61-linux32.tgz
http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-2180-BUILD-61-linux64.tgz
http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-2180-BUILD-61-windows.zip
http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-2180-BUILD-61-macosx.zip
Can one of the admins verify this patch?
sampumon
commented
Feb 22, 2015
Hello. Above build works perfect for me. How about merge? 🐳
Superseded and rebased in #2742
This request is a re-implementation of #1891 for the 1.5.x branch.
Currently, the serial monitor window closes when starting program uploading. I find this behavior very annoying since the monitor window has to be opened over and over again after each upload. The attached patch fixes this issue. When upload starts, the window gets disabled. When the upload process ends the window gets re-enabled and become operational immediately (if it is visible). The user can also now open the serial monitor window while uploading is in progress.