Hello,
I guess this is a common problem but as yet I've not been able to locate it among the many posts on this forum.
Firstly, my brand new out of the box Arduino UNO A000066 ATMEGA328 when plugged in has the green steady on light plus a flashing light above TX RX. I understand that this is normal as the UNO may well have the blink program already installed. ?????? Just to check the latter I have opened the blinking sketch in the Arduino environment, run the compiler and all is ok but when I upload I get the error message:
Arduino: 1.8.4 (Windows 10), Board: "Arduino/Genuino Uno"
Sketch uses 928 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: ser_open(): can't open device "\.\COM1": The system cannot find the file specified.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Thus far I have used "tools" to check: the port and it is COM3 and the board which is the Arduino/Genuino Uno.
Just below the error dialogue box there is a blue ribbon and I note in the bottom right hand corner it says "Arduino/Genuino Uno on COM1"
I am desperately trying to get a program running for our local scout group but the above problem has me baffled and is preventing me from moving on. Any help and advice would be greatly appreciated.
Rick
ps I am completely new to this technology as you may well have guessed