Yesterday i used my new Arduino UNO for the first time. I've downloaded the Arduino Software on the official website, and unzipped the folder. I plugged in the USB cable with my Arduino UNO board. I opened the Arduino.exe and i opened the Blink example. I uploaded it and it seems it was successfull. The LED was blinking on/off. But after that, i've changed the code in the Blink example (i would let blink 2 leds) and tried to upload it. Then i get the error: Serial port 'COM3' can't be found. I looked in the menu at extra--> serial port. This is unclickable and grey.
I searched on the Arduino site (and forum and Google) for errors and troubleshooting but i can't get it working. But i know, i forgot to installate the driver for the Arduino UNO. So i went to the Configuration Window of my laptop, choose Hardware & Sounds --> Device Manager. In the list with devices i tried to find the Ports (COM & LPT), but it was in my list. I neither found 'Unknown devices' in the list. I enabled in the Menu --> View --> View hidden devices. It doesnt work. After that I tried in the menu 'Add older hardware'. There i chose 'Looking for hardware and installate automatically. In the following list i clicked on Ports (COM & LPT). In that list i see Arduino LLC (
The installation began and then came the following message: The next hardware is installed: Arduino UNO. The software for this device is installated, but it seems it does not correctly work. This device does not start (Code10).
I have tried everything. I tried it on another computer + Laptop (both with Windows 7), and nothing happened. It seems the Arduino (or usb cable) is not recognized. The LED on my Arduino is still working and the ON light is green. An orange light (L) is ON/OFF/ON/OFF.. I've pressed the RESET button on the Arduino but nothing helps me...
Please, can somebody help me? Thanks in advance. (Sorry for my bad English)
Also the arduino needs to be plugged into a root usb port, try it on all the others, ( back ones are most probably root ). Some pc's & laptops provide extra ports by having an internal hub, these are not suitable for uploading the code.
I would also check the driver, maybe there are different drivers for the original UNO and the new R3.
Verify your cable with another working device.
Before you begin, if you installed a driver ( that didn't work ) open device manager and uninstall it completely.
If you have another PC try to install it on there to verify the arduino ( although it is most probably not the reason ).
I suggest you to take review of this tutorial:
[url=http://www.theengineeringprojects.com/2015/04/installation-arduino-driver-windows.html]install Arduino driver in Windows