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?
|
I used the settings 152000 baud (or something like that) and CRLF line returns successfully with my terminal, but I don't use minicom specifically.