Error up loading

Why am I constantly getting the following error message?
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

Hi @bakerpj. The color might give the impression that these messages are intended to communicate some sort of a problem has occurred, but it is not so in this case.

The developers of the 3rd party tool Arduino IDE uses for uploading made an unusual decision to print even the tool's purely informational output to the "standard error" stream (AKA "stderr") instead of the more common practice of printing it on the "standard output" (AKA "stdout") stream. Because it is usually associated with errors or warnings, Arduino IDE colors all output received from the stderr stream red (at least when the default IDE theme is selected).

So don't be mislead by the color of the text during the upload (though you should pay attention to red text printed while compiling because the color is significant in that case). As long as you don't see an "An error occurred while uploading the sketch" message on the notification bar of Arduino IDE, all is well with the upload.

This is specific to IDE 2.x (IDE 1.x does not suffer from this) and hence your topic has been moved to the IDE 2.x category.

Thank you, that's very helpful.

Peter

You are welcome. I'm glad if I was able to be of assistance.

Regards, Per

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.