While uploding on arduino editor to esp32 it is showing Monitor: "serial port temporarily busy"

I moved your topic to an appropriate forum category.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.

(Note: don't post images of text)

1 Like

Hi @harshwakle123456789. This is normal and expected. When you have the serial port selected in Cloud Editor, the uploading is done through that port. So the upload tool must be given control over the port. Once the upload is finished the Monitor is given control of the port once again.

The sketch program doesn't run while the upload is in progress so even if the Monitor and upload tool were able to use the port simultaneously, at most you would only see some gibberish from the communication between the board and its esptool upload tool in the Monitor. So you're not missing out on anything useful while it is busy.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.