Forum Discussion
Altera_Forum
Honored Contributor
21 years agouart LF LF/CR conversion
How can I enable LF to LF/CR conversion for the UART used as stdio ?
Altera_Forum
Honored Contributor
21 years agoI simply replace \n with \r\n in the printf's. Its not elegant but it works.