Hey all,
Sorry in advance for what has probably been resolved dozens of times before... I've spent the last several hours trying to get this thing working, and finally came to the conclusion that I need to ask for help.
I got a "Kumon" brand Uno R3 board as a gift, and am excited to delve into unfamiliar territory, but I'm very inept. I installed the Arduino software, plugged in the board, and was elated when the on-board LED started blinking. I tried putting an LED into ground and grid 13—good so far. Then I decided to try uploading one of the "example>basic" sketches. No such luck. I've been busy trying to figure out why I can't upload a sketch, and how I might resolve this issue, but I'm completely stuck.
Under Tools>Board I have "Arduino/Genuino Uno" selected. Under Tools>Port I have "COM1" selected. After digging around online, my assumption is that it's the cliched port issue, but I can't seem to resolve it. Under Tools>Board, [serial port] is grayed out, so I can't select anything new. I opened up my Device Manager, and I don't see the Arduino Board listed. I read that it sometimes isn't properly listed under [Ports], but I don't see it anywhere else either. I read that sometimes it's improperly named and just needs to be right-clicked and updated, but again, I don't see it anywhere on here.
I thought that maybe the driver hadn't reinstalled properly, so I tried uninstalling and reinstalling the Arduino software and making sure that the checkbox for "install driver" was selected. Still nothing.
My OS is Windows 8.1, and the error message I'm receiving is:
Arduino: 1.8.3 (Windows 8.1), 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: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf7
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.
Any help will be hugely appreciated. I'm excited to try something new, but I am embarrassingly ignorant when it comes to anything computer related. Hopefully the Arduino Uno will be a step in the right direction for overcoming this.