Forum Discussion

HLana's avatar
HLana
Icon for New Contributor rankNew Contributor
7 years ago

printf in Nios to stdout (altera_avalon_uart) sends "\ n" (LF) without translating to CR LF

Hello our system is a Nios (with uCOS) in a CycloneV using an altera_avalon_uart as stdout. In other embedded systems the "\n" in a printf is often replaced with CR+LF. In some systems it is possibl...