Skip to content

Serial Monitor not automatically pausing #1298

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

Closed
3 tasks done
LuisThe0ne opened this issue Aug 6, 2022 · 4 comments
Closed
3 tasks done

Serial Monitor not automatically pausing #1298

LuisThe0ne opened this issue Aug 6, 2022 · 4 comments
Assignees
Labels
conclusion: invalid Issue/PR not valid topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project

Comments

@LuisThe0ne
Copy link

LuisThe0ne commented Aug 6, 2022

Describe the problem

When I compile and upload any code, while the Serial Monitor is open, it doesn't pause the Serial Monitor when it is uploading.(unlike the old IDE)
So i get an exception that "COM3" can't be opened.

To reproduce

Upload any kind of Code to a Nodemcu Module while the Serial Monitor is opened.

Expected behavior

The esptool.py throws an exception.

Arduino IDE version

2.0.0 rc 9.1

Operating system

Windows

Operating system version

10

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@LuisThe0ne LuisThe0ne added the type: imperfection Perceived defect in any part of project label Aug 6, 2022
@per1234
Copy link
Contributor

per1234 commented Aug 6, 2022

Hi @LuisThe0ne. Thanks for taking the time to submit an issue.

I see we have another report about this at #1278, which was already fixed by #1279.

The fix is in the latest nightly build of the Arduino IDE 2.x. You can download the nightly build from the links listed here:

https://www.arduino.cc/en/software#nightly-builds

In the future, please make sure to check whether the issue still occurs when using the nightly build before submitting issues in order to avoid reporting bugs that were already resolved.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 6, 2022
@per1234 per1234 self-assigned this Aug 6, 2022
@per1234 per1234 added conclusion: invalid Issue/PR not valid topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor labels Aug 6, 2022
@penfold42
Copy link

It appears there's a regression in the last couple of months.
downloaded the latest nightly today:

Version: 2.0.1-nightly-20220929
Date: 2022-09-29T03:53:58.185Z
CLI Version: 0.27.1 [a900cfb2]

With serial monitor closed upload works fine.
With it open:

avrdude: ser_open(): can't open device "\\.\COM23": Access is denied.
Failed uploading: uploading error: exit status 1

@per1234
Copy link
Contributor

per1234 commented Sep 30, 2022

Hi @penfold42. Which board do you have selected in the Arduino IDE?

@penfold42
Copy link

Arduino Nano - its on COM23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: invalid Issue/PR not valid topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants