HOW-TO: Serial.print() to cpecific row & collu

Thank you for that info !

I found that I also needed

  Serial.print("\e[2J");

in the setup() routine to clear the screen, otherwise I had some garbage in there.

1 Like