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
There is no communication of problem when monitor process creation fails #1508
Labels
conclusion: resolved
Issue was resolved
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
3 tasks
3 tasks
kittaakos
added a commit
that referenced
this issue
Mar 17, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
4 tasks
kittaakos
added a commit
that referenced
this issue
Mar 17, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
added a commit
that referenced
this issue
Mar 17, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
added a commit
that referenced
this issue
Mar 17, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
added a commit
that referenced
this issue
Mar 17, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
added a commit
that referenced
this issue
Mar 17, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
added a commit
that referenced
this issue
Mar 17, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
added a commit
that referenced
this issue
Mar 17, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
added a commit
that referenced
this issue
Mar 29, 2023
Closes #1508 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conclusion: resolved
Issue was resolved
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
Describe the problem
When the Arduino IDE Serial Monitor is opened, a pluggable monitor tool process is started. This process may error if the port can't be opened. Inability to open a port is a common problem for Arduino users, usually caused by already having it open in another application, not having set up system permissions for access, or the port being stuck in a glitched state.
The Arduino IDE Serial Monitor does not communicate in any way to the user that there is a problem, nor what the nature of that problem might be when starting monitor process fails after Serial Monitor is opened.
To reproduce
Equipment
Steps
e.g., Arduino IDE 1.x Serial Monitor,
arduino-cli monitor
Expected behavior
Clear communication of the problem when starting a monitor process fails.
Arduino IDE version
2.0.1-snapshot-6f07717
Operating system
Windows
Operating system version
10
Additional context
The logs show the Arduino CLI daemon is communicating the problem to the IDE:
Prior to #982, there was a (misleading) indication of a problem under these conditions:
Arduino IDE 1.x clearly communicates the problem to the user:
Arduino CLI clearly communicates the problem to the command line interface user:
Issue checklist
The text was updated successfully, but these errors were encountered: