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 agoIf you're using Hyperterminal ... ugghh! ;-) Try:
File->properties, Settings tab, ASCII setup button: check "Append line feeds to incoming line ends" box. --Scott