Hello All,
I am new to using Arduinos, but I am an experienced programmer, know C and JAVA, and have also done various projects with VHDL.
I recently purchased an Arduino Uno and am in the process of trying to get things set up for the first time. I followed the driver installation instructions for Windows 7 (x64), and when I try to upload the Blink example, I get the following verbose output:
Using Port : \\.\COM3
Using Programmer : stk500v1
Overriding Baud Rate : 115200
avrdude: ser_open(): setting dtr
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x30
avrdude: Send: Q [51] [20]
avrdude: Recv:
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
avrdude done. Thank you.
Can anyone help me out with what's going on here? I just got the board and I can't even upload...if problems persist I may boot into Linux (also x64) and see if things will work.