Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| — |
ascii [2014/03/22 20:28] (aktuell) raiser angelegt |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ^DEC^Name^Char^Desc^Type^ | ||
| + | |00|NULL|<html>�</html>|Null Char|| | ||
| + | |01|SOH|<html></html>|Start of Header|CC| | ||
| + | |02|STX|<html></html>|Start of Text|CC| | ||
| + | |03|ETX|<html></html>|End of Text|CC| | ||
| + | |04|EOT|<html></html>|End of Transmission|CC| | ||
| + | |05|ENQ|<html></html>|Enquiry|CC| | ||
| + | |06|ACK|<html></html>|Acknowledge|CC| | ||
| + | |07|BEL|<html></html>|Bell|| | ||
| + | |08|BS|<html></html>|Backspace|FE| | ||
| + | |09|HT|<html>	</html>|Horizontal TAB|FE| | ||
| + | |10|LF|<html>
</html>|Line feed|FE| | ||
| + | |11|VT|<html></html>|Vertical TAB|FE| | ||
| + | |12|FF|<html></html>|Form feed|FE| | ||
| + | |13|CR|<html>
</html>|Carriage return|FE| | ||
| + | |14|SO|<html></html>|Shift out|| | ||
| + | |15|SI|<html></html>|Shift in|| | ||
| + | |16|DLE|<html></html>|Data link escape|CC| | ||
| + | |17|DC1|<html></html>|Device control 1|| | ||
| + | |18|DC1|<html></html>|Device control 2|| | ||
| + | |19|DC1|<html></html>|Device control 3|| | ||
| + | |20|DC1|<html></html>|Device control 4|| | ||
| + | |21|NAK|<html></html>|Negativ acknowledge|CC| | ||
| + | |22|SYN|<html></html>|Synchronous Idle|CC| | ||
| + | |23|ETB|<html></html>|End of Transmission Block|CC| | ||
| + | |24|CAN|<html></html>|Cancel|| | ||
| + | |25|EM|<html></html>|End of medium|| | ||
| + | |26|SUB|<html></html>|Substitute|| | ||
| + | |27|ESC|<html></html>|Escape|| | ||
| + | |28|FS|<html></html>|File Separator|IS| | ||
| + | |29|GS|<html></html>|Group Separator|IS| | ||
| + | |30|RS|<html></html>|Record Separator|IS| | ||
| + | |31|US|<html></html>|Unit Separator|IS| | ||
| + | |127|DEL|<html></html>|Delete|| | ||
| + | |||
| + | CC = Communication Control\\ | ||
| + | FE = Format Effector\\ | ||
| + | IS = Information Separator\\ | ||
| + | |||