sounds like the BAUD rate in the serial monitor is set to different value to what you have selected in void setup (which is 9600). open the serial monitor and select the BAUD drop down menu to change
liamobsolete:
sounds like the BAUD rate in the serial monitor is set to different value to what you have selected in void setup (which is 9600). open the serial monitor and select the BAUD drop down menu to change
No, it's 9600 BAUD as it is, and more, if after that I display a normal text, it displays correctly
When I try and compile his original code (exactly as it is) I get an error which states undefined reference to loop.
so it does even finish compiling on my ide
and when i run it in void loop it works... albeit as a loop
Please read the post at the start of any forum , entitled "How to use this Forum".
OR https://forum.arduino.cc/index.php?topic=712198.0
Then look down to "code problems" about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.
Are you using a board with native USB, such as a Leonardo or micro? That will cause Serial to take a noticeable amount of time to establish a connection.