Forum Discussion
Altera_Forum
Honored Contributor
21 years agoprintf("Hello World \n\r")
To get nios2 to print a line and start a new at left boarder I find it necessary to do printf(" Hello world \n\r"); \n alone only advances the line. \r gives the carriage return. In the ...
Altera_Forum
Honored Contributor
21 years agoHyperterminal is a pretty old and generic program so it was created assuming the same format as linux (back in the old days even on an intel machine you had to do LF and CR when outputting).
Don't worry about the \r being in there, windows won't mind (it'll either ignore it or do it twice but you'll still be at the right spot).