I obtained my first Arduino yesterday and I am unable to upload a sketch.
I am using a Due which I think is genuine. The chip is marked Atmel ATSAM3X8E.
I am using version 1.6.5 of the IDE.
Under Tools, the IDE is set to Due.
The device drivers are right up to date.
The PC is running XP-Pro.
After successfully compiling the Blink sketch, it fails to upload.
I can see it trying to send as the Rx LED flashes then backs off
then after 10 attempts it gives up. The Tx LED does not light.
I then get the 10 error messages of the form:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x60
.....
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x60
The mini-USB is plugged into the programming port.
This is set to Port 14 in the IDE and I have checked in the device manager
and can see it is the correct device (Port 14 - Arduino Due programming port).
The baud rate is set to 9600, 8 bits, no parity, no flow control and 1 stop bit.
I have run the loopback test and it performs fine with data being sent back
to the serial monitor and both Tx & Rx LEDs flashing as expected.
Normally I do not have the Serial Monitor open when I am trying to upload.
I am totally new to the Arduino, but have worked on old computers for nearly 40 years.
Any help would be appreciated.
Andrew