You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kaspar Schleiser edited this page Feb 25, 2016
·
2 revisions
Background
When printing something using stdio (e.g., printf("Hello World!\n");, RIOT sends a line feed character (0xA) as '\n' (newline).
Some terminals need more, for example, a carriage return and a line feed character (0xD, 0xA).
See https://en.wikipedia.org/wiki/Newline for background.
This page tries to collect needed settings for common terminal programs that will make them correctly display newlines.