Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
You are viewing an older revision! See the latest version
Escape Sequenzen
Escape-Sequenzen sind:
- \n NL (newline) – Cursor geht zum Anfang der nächsten Zeile
- \a ALARM oder BEL (bell) – akustisches Warnsignal
- \b BS (backspace) – setzt Cursor um eine Position nach links
- \r CR (carriage return) – Cursor springt zum Anfang der aktuellen Zeile
- \t HT (horizontal tab) – Zeilenvorschub zur nächsten Tabulatorposition (meistens acht Leerzeichen)
- \" " wird ausgegeben
- zwei Back slash \ wird ausgegeben