Arduino: 1.8.5 (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.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM1 -b115200 -D -Uflash:w:C:\Users\tmsc\AppData\Local\Temp\arduino_build_872977/Blink.ino.hex:i
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM1
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: ser_open(): can't open device "\\.\COM1": The system cannot find the file specified.
avrdude done. Thank you.
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.
My problem is with this error message.
In short, I purchased an Arduino today, but since I'm new to the Arduino community, I didn't know that there were clones being sold. I accidentally happened to have purchased one. And I've spent half of my day trying to figure out what could be causing this.
The problem is uploading code to the Arduino UNO itself. I decided to try and blink an LED first, to see if it works. Well, it didn't. Next, I tested on port 13 to see if just the Arduino clone was faulty, it wasn't, it worked and I knew there was a bootloader for sure as well. Then I found out that unlike the original Arduinos, I had to install a CH340 driver.
This is where the problem comes in. In the Device manager, there's nothing indicating that there's an Arduino connected. For some people there might be a PORT COM present that needs to be changed, or there just might be an "Unknown device" that needs to be set up with the proper driver. For me, there's nothing. Could that be an USB issue? I mean, the USB technically does work, since it powers up the Arduino, but does that mean it could be faulty (not being able to upload code)? ? ?
In case the information is needed, I tried uploading code to the Arduino on the following platforms :
Two laptops and a PC with Windows 10 64-bit (Fall Creators Update)
A laptop with an Ubuntu 64-bit 16.04 (Xenial)