Arduino IDE not founding right COM

Hello, i was just doing some stuff with my new breadboard and all that, it works! But when i tried some code to blink the led lamp i have, it says it cant find any device on COM1 and COM1 is the only one i have according to device manager. Really weird.
Here is the error message:

Sketch uses 52248 bytes (19%) of program storage space. Maximum is 262144 bytes.
Global variables use 6744 bytes (20%) of dynamic memory, leaving 26024 bytes for local variables. Maximum is 32768 bytes.
No device found on COM1
Failed uploading: uploading error: exit status 1

I moved your topic to an appropriate forum category @riar.

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.

What board are you using. What board did you select in the board/com dropdown. It looks like the following and what com did you select in that same dropdown

I am using the Uno r4 wifi powered by cable from my pc. I chose arduino uno r4 wifi in dropdown.

And what port?

I'm not familiar with your board. My question is if COM1 disappears from Windows device manager when you disconnect the board? If not, it's not the Uno R4 WiFi.

Can try that thanks

I had similar problems with finding the right COM.
My solution was:

  • unplug the Arduino
  • open the device manager
  • replug the Arduino
    now a new line should pop up in the device manager with the COM number of your Arduino.

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