I am looking to display a series of variables via serial, but due to the nature of the terminals data just gets overlappe and it is impossible to organize.
So the question is, how can i print the data and clear the window again? This way the window would just be refreshed with new data that I could organize as I would do on an LCD.
I fixed and wrote a lot of business apps that ran on ANSI terminals and emulators, 1980 up to 1993.
The usual screen clear was Form Feed, ASCII 12, np (new page), '\f'.
Generally you have cursor control and sometimes scrolling.