|
|
| (20 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| | [[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]] | | [[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]] |
| | | | |
| − | {| border="1" style="text-align: center;" | + | {| |
| − | ! style="width: 3em;" | !! style="width: 3em;" | 0 !! style="width: 3em;" | 1
| + | | valign="top" | |
| − | ! style="width: 3em;" | 2 !! style="width: 3em;" | 3 !! style="width: 3em;" | 4
| + | {{CodeChart |
| − | ! style="width: 3em;" | 5 !! style="width: 3em;" | 6 !! style="width: 3em;" | 7
| + | | title=Received |
| | + | | zero=#aux-send |
| | + | | a=#cursor-up |
| | + | | b=#cursor-down |
| | + | | c=#cursor-right |
| | + | | d=#cursor-left |
| | + | | e=#clear-screen |
| | + | | f=#cursor-address |
| | + | | h=#cursor-home |
| | + | | i=#page-send |
| | + | | j=#eos |
| | + | | k=#eol |
| | + | | p=#delete-char |
| | + | | q=#insert-on |
| | + | | r=#insert-off |
| | + | | w=#format-on |
| | + | | x=#format-off |
| | + | | lowerb=#keyboard-enable |
| | + | | lowerc=#keyboard-disable |
| | + | | loweri=#line-send |
| | + | | lowerl=#start-blink |
| | + | | lowerm=#end-blink |
| | + | | openbracket=#start-unprotected |
| | + | | closebracket=#end-unprotected |
| | + | }} |
| | + | | style="width: 2ex;" | |
| | + | | valign="top" | |
| | + | {{CodeChart |
| | + | | title=Transmitted |
| | + | | lowerp=#f1 |
| | + | | lowerq=#f2 |
| | + | | lowerr=#f3 |
| | + | | lowers=#f4 |
| | + | | lowert=#f5 |
| | + | | loweru=#f6 |
| | + | | lowerv=#f7 |
| | + | | lowerw=#f8 |
| | + | | lowerx=#f9 |
| | + | | lowery=#f10 |
| | + | | lowerz=#f11 |
| | + | | openbrace=#f12 |
| | + | | pipe=#f13 |
| | + | | closebrace=#f14 |
| | + | | tilde=#f15 |
| | + | | del=#f16 |
| | + | }} |
| | |- | | |- |
| − | ! 0
| + | | valign="top" | |
| − | | NUL || DLE || SP || style="background-color: khaki;" | [[#aux-send|'''0''']] || @ || style="background-color: khaki;" | [[#delete-char|'''P''']] || ` || p
| + | {| class="wikitable" |
| − | |- | + | |+ ESC Sequences |
| − | ! 1
| + | {{CodeDescriptionHeader}} |
| − | | SOH || DC1 || ! || 1 || style="background-color: khaki;" | [[#cursor-up|'''A''']] || style="background-color: khaki;" | [[#insert-on|'''Q''']] || a || q | + | {{CodeDescriptionRow|0|aux-send|Auxiliary Page Send}} |
| − | |- | + | {{CodeDescriptionRow|A|cursor-up|Cursor Up}} |
| − | ! 2
| + | {{CodeDescriptionRow|B|cursor-down|Cursor Down}} |
| − | | STX || DC2 || " || 2 || style="background-color: khaki;" | [[#cursor-down|'''B''']] || style="background-color: khaki;" | [[#insert-off|'''R''']] || style="background-color: khaki;" | [[#keyboard-enable|'''b''']] || r
| + | {{CodeDescriptionRow|C|cursor-right|Cursor Right}} |
| − | |- | + | {{CodeDescriptionRow|D|cursor-left|Cursor Left}} |
| − | ! 3
| + | {{CodeDescriptionRow|E|clear-screen|Clear Screen}} |
| − | | ETX || DC3 || # || 3 || style="background-color: khaki;" | [[#cursor-right|'''C''']] || S || style="background-color: khaki;" | [[#keyboard-disable|'''c''']] || s
| + | {{CodeDescriptionRow|F|cursor-address|Cursor Position Absolute|''line'' ''column''}} |
| − | |- | + | {{CodeDescriptionRow|H|cursor-home|Cursor Home}} |
| − | ! 4
| + | {{CodeDescriptionRow|I|page-send|Page Send}} |
| − | | EOT || DC4 || $ || 4 || style="background-color: khaki;" | [[#cursor-left|'''D''']] || T || d || t
| + | {{CodeDescriptionRow|J|eos|Clear to End of Screen}} |
| − | |- | + | {{CodeDescriptionRow|K|eol|Clear to End of Line}} |
| − | ! 5
| + | {{CodeDescriptionRow|P|delete-char|Delete Character}} |
| − | | ENQ || NAQ || % || 5 || style="background-color: khaki;" | [[#clear-screen|'''E''']] || U || e || u
| + | {{CodeDescriptionRow|Q|insert-on|Insert Mode On}} |
| − | |- | + | {{CodeDescriptionRow|R|insert-off|Insert Mode Off}} |
| − | ! 6
| + | {{CodeDescriptionRow|W|format-on|Format Mode On}} |
| − | | ACK || SYN || & || 6 || style="background-color: khaki;" | [[#cursor-address|'''F''']] || V || f || v | + | {{CodeDescriptionRow|X|format-off|Format Mode Off}} |
| − | |- | + | {{CodeDescriptionRow|[|start-unprotected|Start Unprotected Field}} |
| − | ! 7
| + | {{CodeDescriptionRow|]|end-unprotected|End Unprotected Field}} |
| − | | BEL || ETB || ' || 7 || G || style="background-color: khaki;" | [[#format-on|'''W''']] || g || w | + | {{CodeDescriptionRow|b|keyboard-enable|Keyboard Enable}} |
| − | |- | + | {{CodeDescriptionRow|c|keyboard-disable|Keyboard Disable}} |
| − | ! 8
| + | {{CodeDescriptionRow|i|line-send|Line Send}} |
| − | | BS || CAN || ( || 8 || style="background-color: khaki;" | [[#home|'''H''']] || style="background-color: khaki;" | [[#format-off|'''X''']] || h || x | + | {{CodeDescriptionRow|l|start-blink|Start Blink}} |
| − | |- | + | {{CodeDescriptionRow|m|end-blink|End Blink}} |
| − | ! 9
| + | |} |
| − | | HT || EM || ) || 9 || style="background-color: khaki;" | [[#page-send|'''I''']] || Y || style="background-color: khaki;" | [[#line-send|'''i''']] || y | + | | |
| − | |- | + | | valign="top" | |
| − | ! 10
| + | {| class="wikitable" |
| − | | LF || SUB || * || : || style="background-color: khaki;" | [[#eos|'''J''']] || Z || j || z | + | |+ ESC Sequences |
| − | |- | + | {{CodeDescriptionHeader}} |
| − | ! 11
| + | {{CodeDescriptionRow|p|f1|F1 Key †}} |
| − | | VT || ESC || + || ; || style="background-color: khaki;" | [[#eol|'''K''']] || style="background-color: khaki;" | [[#start-unprotected|'''[''']] || k || { | + | {{CodeDescriptionRow|q|f2|F2 Key †}} |
| − | |- | + | {{CodeDescriptionRow|r|f3|F3 Key †}} |
| − | ! 12
| + | {{CodeDescriptionRow|s|f4|F4 Key †}} |
| − | | FF || IS4 || , || < || L || \ || style="background-color: khaki;" | [[#start-blink|'''l''']] || <nowiki>|</nowiki> | + | {{CodeDescriptionRow|t|f5|F5 Key †}} |
| − | |- | + | {{CodeDescriptionRow|u|f6|F6 Key †}} |
| − | ! 13
| + | {{CodeDescriptionRow|v|f7|F7 Key †}} |
| − | | CR || IS3 || - || = || M || style="background-color: khaki;" | [[#end-unprotected|''']''']] || style="background-color: khaki;" | [[#end-blink|'''m''']] || } | + | {{CodeDescriptionRow|w|f8|F8 Key †}} |
| − | |- | + | {{CodeDescriptionRow|x|f9|F9 Key †}} |
| − | ! 14
| + | {{CodeDescriptionRow|y|f10|F10 Key †}} |
| − | | SO || IS2 || . || > || N || ^ || n || ~
| + | {{CodeDescriptionRow|z|f11|F11 Key †}} |
| − | |- | + | {{CodeDescriptionRow|<nowiki>{</nowiki>|f12|F12 Key †}} |
| − | ! 15
| + | {{CodeDescriptionRow|<nowiki>|</nowiki>|f13|F13 Key †}} |
| − | | SI || IS1 || / || ? || O || _ || o || DEL | + | {{CodeDescriptionRow|<nowiki>}</nowiki>|f14|F14 Key †}} |
| | + | {{CodeDescriptionRow|~|f15|F15 Key †}} |
| | + | {{CodeDescriptionRow|DEL|f16|F16 Key †}} |
| | |} | | |} |
| | | | |
| − | | + | † '''Note:''' Function keys transmit STX ESC ''Fn'' ETX sequences. |
| − | == ESC Sequences ==
| |
| − | | |
| − | {| style="text-align: center;" border="1"
| |
| − | ! style="padding: 1ex;" | Prefix !! style="padding: 1ex;" | Name !! style="padding: 1ex;" | Parameters
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="aux-send">0</span>
| |
| − | | style="padding: 1ex;" | Auxiliary Page Send
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="cursor-up">A</span>
| |
| − | | style="padding: 1ex;" | Cursor Up
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="cursor-down">B</span>
| |
| − | | style="padding: 1ex;" | Cursor Down
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="cursor-right">C</span>
| |
| − | | style="padding: 1ex;" | Cursor Right
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="cursor-left">D</span>
| |
| − | | style="padding: 1ex;" | Cursor Left
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="clear-screen">E</span>
| |
| − | | style="padding: 1ex;" | Clear Screen
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="cursor-address">F</span>
| |
| − | | style="padding: 1ex;" | Cursor Position Absolute
| |
| − | | ''row'' ''column''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="home">H</span>
| |
| − | | style="padding: 1ex;" | Cursor Home
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="page-send">I</span>
| |
| − | | style="padding: 1ex;" | Page Send
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="eos">J</span>
| |
| − | | style="padding: 1ex;" | Clear to End of Screen
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="eol">K</span>
| |
| − | | style="padding: 1ex;" | Clear to End of Line
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="delete-char">P</span>
| |
| − | | style="padding: 1ex;" | Delete Character
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="insert-on">Q</span>
| |
| − | | style="padding: 1ex;" | Insert Mode On
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="insert-off">R</span>
| |
| − | | style="padding: 1ex;" | Insert Mode Off
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="format-on">W</span>
| |
| − | | style="padding: 1ex;" | Format Mode On
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="format-off">X</span>
| |
| − | | style="padding: 1ex;" | Format Mode Off
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="start-unprotected">[</span>
| |
| − | | style="padding: 1ex;" | Start Unprotected Field
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="end-unprotected">]</span>
| |
| − | | style="padding: 1ex;" | End Unprotected Field
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="keyboard-enable">b</span>
| |
| − | | style="padding: 1ex;" | Keyboard Enable
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="keyboard-disable">c</span>
| |
| − | | style="padding: 1ex;" | Keyboard Disable
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="line-send">i</span>
| |
| − | | style="padding: 1ex;" | Line Send
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="start-blink">l</span>
| |
| − | | style="padding: 1ex;" | Start Blink
| |
| − | | ''none''
| |
| − | |-
| |
| − | ! style="padding: 1ex;" | <span id="end-blink">m</span>
| |
| − | | style="padding: 1ex;" | End Blink
| |
| − | | ''none''
| |
| | |} | | |} |