My IDE lost the ability to use the serial monitor.
I'm using a simple program on an Arduino Pro Mini. Nothing is connected to the Arduino except the FTDI programmer.
After uploading, the program still has the "Uploading Indicator" with a blue underline moving continuously.
Version: 2.1.0
Date: 2023-04-19T15:31:10.185Z
CLI Version: 0.32.2
Windows 11/64 Pro
Hi @JohnRob
I think the problem with Serial Monitor is only a symptom of the IDE still being in this bad state from the hung upload.
Please try this:
Select File > Quit from the Arduino IDE menus.
Make sure all Arduino IDE windows closed (I'm not sure File > Quit is functional when the IDE is in this state).
Start Arduino IDE.
Select the board and port as usual.
Open Serial Monitor if it is not already open.
Does Serial Monitor work correctly after you restart the IDE per the instructions above?
In my experience, the missing baudrate selection occurs because the serial monitor can't connect to the board. And that is clearly visible in your second screenshot that it can't connect.
There are known issues in IDE 2.x with regards to FTDI adapters. I think that "Access is denied" error when uploading to board w/ FT232 USB chip with Serial Monitor/Plotter open · Issue #1783 · arduino/arduino-ide · GitHub covers that.
system
Closed
November 16, 2023, 7:20am
5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.