Hi, everyone. I just bought an Arduino Uno R3 last week and, straight out of the box, I haven't been able to connect to it. I'm going to explain the situation with the most detail that I can to make troubleshooting my problem is as painless as possible. I'm new to Arduino, so explaining things to me like I'm three years old would be preferable.
I purchased my Arduino from http://www.amazon.com/Arduino-UNO-board-DIP-ATmega328P/dp/B006H06TVG/ref=cm_cr_pr_product_top. The seller at the time was "Mp3Car Store", which is listed as an Arduino distributor on the Arduino website. After opening the package, I verified that what I received was indeed the same item (Arduino Uno R3 ATmega328P-PU) listed on the site I bought it from. I downloaded and installed the Arduino 1.0.5 software onto my Windows 7 system, then connected the Uno to my computer with a USB cable.
Both the green "ON" and orange "L" LED's lit up and continued to stay lit as long as the board was plugged into the computer. Windows attempted to install the driver but failed, but, from what I read on the site (http://arduino.cc/en/Guide/Windows#toc4), that was to be expected. I followed the "Getting Started" instructions but noticed that, while the guide said I would see "Arduino UNO (COmxx)" in my device manager, I saw something different.
I continued with the guide and attempted to manually install the driver by right-clicking the device, clicking "Update Driver Software...", selecting "Browse my computer for driver software", and pointing to the Arduino drivers folder.
Windows notified me that "Widows was unable to install your ATmega16u2 DFU". So I tried again, this time picking the option "Let me pick from a list of device drivers on my computer". I chose my device type as "Ports (COM & LPT)" and then selected the Arduino Uno option from the list of drivers.
...And got this message.
The Device Manager panel then looked like this.
I tried a few different things to upload the Blink program from the Arduino software but nothing worked; "Arduino Uno" selected as board and Serial Port as COM1 (no other options) didn't work, and changing the properties of the Arduino Uno in the Device Manager to COM3 made the option to select a Serial Port in the software unavailable. To make sure it wasn't a fluke, I attempted the driver installation a couple more times, making sure to uninstall and delete the driver from the Device Manager each time, but I got the same result.
I did some research on Google and read about other similar problems people have had with their boards.Unfortunately, I could only find solutions that were either too far from my situation to help or involved physical changes to the board. I'd like to present my problem to the Arduino community to see if anything can be done before I attempt to do something I don't even understand or before I just return the board. Please help!