hi guys
i am now using serial begin to count down from 15 to zero
is there any wy to clear the serial com after each number?
hi guys
i am now using serial begin to count down from 15 to zero
is there any wy to clear the serial com after each number?
What's the serial com for you? The buffer of the serial interface? The display of the serial monitor in the IDE? If the later is meant, google (or search in this forum) for ANSI escape codes.
serial monitor
The following thread is in German but the code shows you the possibilities of ANSI sequences. But you cannot use the Serial Monitor of the IDE, you have to use a full fledged serial terminal program. GtkTerm is an example for Linux, putty for Windows, iTerm for Mac.