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
19 years agoTried, but it doesn´t work.
Since Hyperterminal comes with Windows (...), and is suggested also by Altera docs to start playing with UART, if someone has a workaround to obtain the carriage return would be very appreciated. Thanks --- Quote Start --- originally posted by smcnutt@Sep 20 2004, 09:29 PM if you're using hyperterminal ... ugghh! ;-) try:
file->properties, settings tab, ascii setup button:
check "append line feeds to incoming line ends" box.
--scott
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=1675)
--- quote end ---
--- Quote End ---