When I run my code I get this in the output:
Anyone know what this is or how I can stop it?
That's not coming from your program. What happens next?
Does your program get uploaded, does it run, does it do what the code you wrote says?
Can you upload and run a simple sketch like Examples/01.Basic/Blink?
Post text, not picutres, please.
a7
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 am not sure why, I think it might be because I have the wrong board selected, but here is my device manager
And someone said I have a pro micro board, but I don't see that as an option
This message is not an error, and it is discussed here
https://forum.arduino.cc/t/connecting-to-programmer-message/854491
You can select proMicro or Leonardo as the board, as they are both 32U4 devices.
If you go into File>Preferences you can turn on the "Show Verbose Output" during upload you should be able to see the program load complete.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.