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.
Last edited by skimask; - 29th May 2007 at 06:15.
Bookmarks