Quote:
Originally Posted by cprogrammer
I need to know how to clear the termianl window screen from within MPLAB. ex. printf("blahblahblah\r\n") instead of \r\n i need something to clear the screen, if there is nothing like this please tell me a method of doing this.
|
Get a good terminal emulator, like
TeraTerm, and then
Google "terminal escape sequence" for the character strings that can be sent to the terminal emulator to create pretty cool user interfaces.
-Kevin