I can't get my Arduino micro to work, when I try to program it, my Arduino IDE output panel says, "Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports the following devices:
Device code: 0x44"
I don't get what's happening.
Then someone more familiar with the Pro Micro will have to help you, as I don't recognize the error process. I don't even see it in the pick list in the IDE, but this is a plain-vanilla install, so the problem may be at my end.
Good luck!
It's not necessarily an error. The fact that it is displayed in red is probably putting you on the wrong foot..
In IDE 1.x, the bar about the output window will show if an upload succeeded or not; in IDE 2.x, pay attention to the popup and check the notification at the right bottom.
I know it's not working because when I try to upload anything it just shows "Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports the following devices:
Device code: 0x44" and the micro board runs it's program from the factory.
I only have IDE 1.x available; this is a "censored" image of a verbose output of a successful upload and I suspect that the text in the output windows is what you see.
Please enable verbose output during upload and disable verbose output during compilation under file/preferences. Perform an upload of blink and post the output here (please use code tags).
This is the full verbose output from the above screenshot
Forcing reset using 1200bps open/close on port /dev/ttyACM1
PORTS {/dev/ttyACM0, /dev/ttyACM1, /dev/ttyUSB0, } / {/dev/ttyACM0, /dev/ttyUSB0, } => {}
PORTS {/dev/ttyACM0, /dev/ttyUSB0, } / {/dev/ttyACM0, /dev/ttyACM1, /dev/ttyUSB0, } => {/dev/ttyACM1, }
Found upload port: /dev/ttyACM1
/home/wim/Downloads/1_arduino_ide_1.x/arduino-1.8.19/portable/packages/arduino/tools/avrdude/6.3.0-arduino17/bin/avrdude -C/home/wim/Downloads/1_arduino_ide_1.x/arduino-1.8.19/portable/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf -v -patmega32u4 -cavr109 -P/dev/ttyACM1 -b57600 -D -Uflash:w:/tmp/arduino_build_449371/Blink.ino.hex:i
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/home/wim/Downloads/1_arduino_ide_1.x/arduino-1.8.19/portable/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf"
User configuration file is "/home/wim/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyACM1
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: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports the following devices:
Device code: 0x44
avrdude: devcode selected: 0x44
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: reading input file "/tmp/arduino_build_449371/Blink.ino.hex"
avrdude: writing flash (3958 bytes):
Writing | ################################################## | 100% 0.30s
avrdude: 3958 bytes of flash written
avrdude: verifying flash memory against /tmp/arduino_build_449371/Blink.ino.hex:
avrdude: load data flash data from input file /tmp/arduino_build_449371/Blink.ino.hex:
avrdude: input file /tmp/arduino_build_449371/Blink.ino.hex contains 3958 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.03s
avrdude: verifying ...
avrdude: 3958 bytes of flash verified
avrdude done. Thank you.
In IDE 2.x Forcing reset using 1200bps open/close on port /dev/ttyACM1 will be slightly different with no indication of the port detection after that.
Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports the following devices:
Device code: 0x44
avrdude: devcode selected: 0x44
avrdude: AVR device initialized and ready to accept instructions
That looks OK to me. I suggest that you enable Verify code after upload in file/preferences as well. The will perform a read back and verify of the programmed code. It will give (on success), the below part that was in my earlier output.
Yes, you should It just make it easier to read and easier to copy. Also the forum software handles it as is. If you look at the output that you provided, it had blocks mixed with normal text because the forum software treats e.g. indentations and e.g. < in a special way.
Code tags are three backticks (``` ) on their own line at the beginning and end of a code block.
You can influence the colour scheme a bit by selecting a language in with the opening code tag. The forum just uses plain ``` and assumes that it's C++ (```cpp) but you can use e.g. ```java if you want to present a piece of java code and you can use ```text for serial monitor output and the compile / upload output (that's what I did) so there is no colouring applied.