Quote:
|
Originally Posted by Jeff McCune
I'm using minicom in unix to read back the data from printf... How the heck do I get a new line so I can get a scrolling set of values rather than just a single line that always overwrites itself? I've tried all permutations of \r and \n together. Do I need to set my terminal to something specific, vt100 or ansi or something?
|
This probably won't help: I wanted to achieve the same thing (single, overwriting line) using the IFI loader's Terminal window. I tried \r, but it had the same result as \n.
I glanced at printf_lib.c and saw some stuff about \r, so there's hope. Have a look at printf_lib.c
-Norm