-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Keep Serial Monitor open during upload #2809
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
Keep Serial Monitor open during upload and don't break existing functions.
There have been a few versions of solutions for this problem. The "accepted" solution so far is to disable the serial monitor during uploads, without closing the window. This is implemented by #2742. If you want to help out, you could perhaps test that code and report your findings? Still, thanks for your contribution! Hopefully more to come? If you think your PR adds something to #2742, please tell us what. Otherwise, it is probably better to close this PR? |
As far as I see, there are some notes that #2742 does not work on all platforms. Perhaps this solution is more compatible... |
@ArduinoBot build this please |
This introduces two new features: ++ a reset button to the serial monitor. So the board can be reset by a simple button press ++ the "reset board on serial monitor open" has been removed. I think that removed "feature" was a great annoyance: imagine the Arduino is controlling some device. And you forgot to open the monitor. Open it later, Reset, Not nice.
Hmm. Sorry for any confusion, but apparently I managed to add another change to this pull request. I intended to create two different pulls, on for each commit, but I failed. And I fear to create more chaos if I remove the second commit now. |
@ArduinoBot build this please |
It looks like the bot is sleeping |
@ArduinoBot build this please |
Build failed. |
Ok, it doesn't compile
|
Mine compiles without it just fine. But...
@ArduinoBot build this please |
@holgerlembke I've tried it locally and fails the same way. Your commit holgerlembke/Arduino@16adf82 is about one blank line added |
This reverts commit 16adf82.
Second try, commited the wrong file. I still don't understand why it compiles on Windows her without those lines. I'm synced, the file is compiled (i checked that) and everything, so it should.
@ArduinoBot build this please |
@ArduinoBot build this please. |
@ArduinoBot build this please |
Keep Serial Monitor open during upload and don't break existing functions. I became aware that there is another solution after I did my implementation. So perhaps it is obsolete...
First try to work with Github, I need a nanny... :-)