Arduino Nano - "avrdude: ser_open():system can't open device "\\.\COM1": the system cannot find the file specified"

user4018137 picture user4018137 · Sep 8, 2014 · Viewed 145.2k times · Source

I am working with an Arduino Nano.

avrdude: ser_open(): system can't open device "\.\COM1": the system cannot find the file specified

This error appears just after uploading the program on the Arduino board. I have checked my port in my device manager. It says COM11 and in the Arduino software as well COM11 is selected.

I have the Arduino Nano board selected in my Arduino software. Also, there mustn't be any specification error while downloading the software file. Is there anything that I am missing?

Answer

Andre Lombaard picture Andre Lombaard · Nov 13, 2014

This is how I solved the problem. In Device Manager you will find the Arduino COM port.

Enter image description here

Go to the Advanced properties of the port

Enter image description here

Set the COM port number to COM1.

Enter image description here

Then replug the USB.