hello,
it is better, no more error about searching a device matching Vid/Pid ,
for my, COM17 is the “normal” tty for the duino, but at reset a see temporary Com23 “loader”
I suppose that remote reset does’nt run and I have to play with reset to present Com23 at time when upload starts.
here is the error window:
Sketch uses 6,918 bytes (24%) of program storage space. Maximum is 28,672 bytes.
Global variables use 252 bytes (9%) of dynamic memory, leaving 2,308 bytes for local variables. Maximum is 2,560 bytes.
Forcing reset using 1200bps open/close on port COM17
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
PORTS {COM1, COM17, } / {COM1, COM17, } => {}
Uploading using selected port: COM17
C:\Users\adminpo\Desktop\ARDUINO\arduino-1.6.8\hardware\tools\avr/bin/avrdude -CC:\Users\adminpo\Desktop\ARDUINO\arduino-1.6.8\hardware\tools\avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -PCOM17 -b57600 -D -Uflash:w:C:\Users\adminpo\AppData\Local\Temp\builda91d45d9bb79fd254c1169ec8eadcc87.tmp/po.ino.hex:i
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is “C:\Users\adminpo\Desktop\ARDUINO\arduino-1.6.8\hardware\tools\avr/etc/avrdude.conf”
Using Port : COM17
Using Programmer : avr109
Overriding Baud Rate : 57600
AVR Part : ATmega32U4
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PA0
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
eeprom 65 20 4 0 no 1024 4 0 9000 9000 0x00 0x00
flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
Programmer Type : butterfly
Description : Atmel AppNote AVR109 Boot Loader
Connecting to programmer: .
avrdude: butterfly_recv(): programmer is not responding
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.