Quote Originally Posted by skimask View Post
It's not shown in the PBP manual, but the basic ASCII character set has things like 'backspace', 'forward space', 'newline', etc. in it.
Do a search and I'm sure you'll find a million hits with ASCII tables and with values and explanations (i.e. 10 = next line, 13 = carriage return, 32 = space, etc).
And using various variations of SEROUT/SEROUT2/HSEROUT, etc., you can easily format a serial output to your liking.
Thank you for answer now I will have much cleaner debug output