Serial.println() with Arduino IDE 2.1.0

Hello,

i am a bit unsatified with the Arduini IDE 2.1.0! Some Serial.print("..."); Statements outbut rubish into the Serial-Window. Plase look into the pikture and the Serial Window. It shows some juts rubish. Does somone can give me a tip to avoid it?

With best Regards, Reinhold

Please follow the advice given in the link below when posting code, in particular the section entitled 'Posting code and common code problems'

Use code tags (the < CODE/ > icon above the compose window) to make it easier to read and copy for examination

Please post your full sketch

int LEDs[] {23,22,1,3,21,19,18,5};

Pins 1 and 3 are used by Serial, use some other pins.

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