Hi folks.
I tested a sketch in my new Nano and it worked as it should, so my older board was to blame for former problems. But when I tried to upload another version of sketch to the new Nano it refused to upload with the following verbose upload:
------msg start-----
Binary sketch size: 6.566 bytes (of a 30.720 byte maximum)
D:\Arquivos de programas\Arduino\hardware/tools/avr/bin/avrdude -CD:\Arquivos de programas\Arduino\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P\.\COM6 -b57600 -D -Uflash:w:C:\DOCUME~1\PAULOS~1\CONFIG~1\Temp\build2378337081564321522.tmp\Flipeflope.cpp.hex:i
avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "D:\Arquivos de programas\Arduino\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM6
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv: . [00]
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude done. Thank you.
------msg end------
Then I tryied to upload Blink but got almost the same message:
------msg start------
Binary sketch size: 1.082 bytes (of a 30.720 byte maximum)
D:\Arquivos de programas\Arduino\hardware/tools/avr/bin/avrdude -CD:\Arquivos de programas\Arduino\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P\.\COM6 -b57600 -D -Uflash:w:C:\DOCUME~1\PAULOS~1\CONFIG~1\Temp\build2378337081564321522.tmp\Blink.cpp.hex:i
avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "D:\Arquivos de programas\Arduino\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM6
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv: . [00]
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude done. Thank you.
------msg end------
I double checked port both in IDE and Device Manager and it shows ok (COM6) without any warning.
It's worth noting I did upload sketches to this very same board, on the same PC and USB port yesterday without problems. I was very happy to be able to play with it again.
I can't remember any changes to the system, what can I been doing wrong now? Hope you can help me.
