Difference between revisions of "CodeChart:HP 2627A/ESC"

From Terminals
Jump to: navigation, search
m (ampersand)
m (character sets)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{|
 
{|
| valign="top" |
+
| valign="top" align="right" |
 
{{CodeChart
 
{{CodeChart
 
| title=Received
 
| title=Received
| amp={{SUBPAGENAME}}/Ampersand
+
| amp=/Ampersand
 +
| closeparen=#closeparen
 +
| asterisk=/Asterisk
 
| zero=#zero
 
| zero=#zero
 
| one=#one
 
| one=#one
Line 71: Line 73:
 
| title=Transmitted
 
| title=Transmitted
 
}}
 
}}
 +
|-
 +
| valign="top" align="right" |
 +
{| class="wikitable"
 +
|+ ESC Control Sequences
 +
{{CodeDescriptionHeader}}
 +
{{CodeDescriptionRow|)|closeparen|Select alternate character set|[[#charset|''charset'']]}}
 +
{{CodeDescriptionRow|0|zero|Copy memory to destination(s)}}
 +
{{CodeDescriptionRow|1|one|Set tab}}
 +
{{CodeDescriptionRow|2|two|Clear tab}}
 +
{{CodeDescriptionRow|3|three|Clear all tabs}}
 +
{{CodeDescriptionRow|4|four|Set left margin}}
 +
{{CodeDescriptionRow|5|five|Set right margin}}
 +
{{CodeDescriptionRow|9|nine|Clear all margins}}
 +
{{CodeDescriptionRow|@|at|Delay one second}}
 +
{{CodeDescriptionRow|A|a|Cursor up}}
 +
{{CodeDescriptionRow|B|b|Cursor down}}
 +
{{CodeDescriptionRow|C|c|Cursor left}}
 +
{{CodeDescriptionRow|D|d|Cursor right}}
 +
{{CodeDescriptionRow|E|e|Hard reset (power on reset)}}
 +
{{CodeDescriptionRow|F|f|Cursor home down}}
 +
{{CodeDescriptionRow|G|g|Move cursor to left margin}}
 +
{{CodeDescriptionRow|H|h|Cursor home up}}
 +
{{CodeDescriptionRow|I|i|Horizontal tab}}
 +
{{CodeDescriptionRow|J|j|Clear display from cursor to end of memory}}
 +
{{CodeDescriptionRow|K|k|Clear line from cursor to end of line}}
 +
{{CodeDescriptionRow|L|l|Insert line}}
 +
{{CodeDescriptionRow|M|m|Delete line}}
 +
{{CodeDescriptionRow|P|p|Delete character}}
 +
{{CodeDescriptionRow|Q|q|Start character insert mode}}
 +
{{CodeDescriptionRow|R|r|End character insert mode}}
 +
{{CodeDescriptionRow|S|s|Roll up}}
 +
{{CodeDescriptionRow|T|t|Roll down}}
 +
{{CodeDescriptionRow|U|u|Next page}}
 +
{{CodeDescriptionRow|V|v|Previous page}}
 +
{{CodeDescriptionRow|W|w|Format mode on}}
 +
{{CodeDescriptionRow|X|x|Format mode off}}
 +
{{CodeDescriptionRow|Y|y|Display Functions mode on}}
 +
{{CodeDescriptionRow|Z|z|Display Functions mode off}}
 +
{{CodeDescriptionRow|[|openbracket|Start unprotected field}}
 +
{{CodeDescriptionRow|]|closebracket|End unprotected field}}
 +
{{CodeDescriptionRow|^|caret|Primary terminal status request}}
 +
{{CodeDescriptionRow|`|backquote|Sense cursor position (relative)}}
 +
{{CodeDescriptionRow|a|lowera|Sense cursor position (absolute)}}
 +
{{CodeDescriptionRow|b|lowerb|Unlock keyboard}}
 +
{{CodeDescriptionRow|c|lowerc|Lock keyboard}}
 +
{{CodeDescriptionRow|d|lowerd|Transmit a block of text to computer}}
 +
{{CodeDescriptionRow|f|lowerf|Modem disconnect}}
 +
{{CodeDescriptionRow|g|lowerg|Soft reset}}
 +
{{CodeDescriptionRow|h|lowerh|Cursor home up}}
 +
{{CodeDescriptionRow|i|loweri|Backtab}}
 +
{{CodeDescriptionRow|j|lowerj|Enable User Softkey Definition menu}}
 +
{{CodeDescriptionRow|k|lowerk|Disable User Softkey Definition menu}}
 +
{{CodeDescriptionRow|l|lowerl|Begin Memory Lock mode}}
 +
{{CodeDescriptionRow|m|lowerm|End Memory Lock mode}}
 +
{{CodeDescriptionRow|p|lowerp|Default definition for user definable function key f1}}
 +
{{CodeDescriptionRow|q|lowerq|Default definition for user definable function key f2}}
 +
{{CodeDescriptionRow|r|lowerr|Default definition for user definable function key f3}}
 +
{{CodeDescriptionRow|s|lowers|Default definition for user definable function key f4}}
 +
{{CodeDescriptionRow|t|lowert|Default definition for user definable function key f5}}
 +
{{CodeDescriptionRow|u|loweru|Default definition for user definable function key f6}}
 +
{{CodeDescriptionRow|v|lowerv|Default definition for user definable function key f7}}
 +
{{CodeDescriptionRow|w|lowerw|Default definition for user definable function key f8}}
 +
{{CodeDescriptionRow|z|lowerz|Initiate terminal self test}}
 +
{{CodeDescriptionRow|~|tilde|Secondary terminal status request}}
 +
|}
 +
{| class="wikitable"
 +
|+ id="charset" | ESC ) Character Sets
 +
{{ValueDescriptionHeader}}
 +
{{ValueDescriptionRow|@|Base set}}
 +
{{ValueDescriptionRow|A|Base set in 7-bit mode}}
 +
{{ValueDescriptionRow|B|Line drawing set}}
 +
|}
 +
|}

Latest revision as of 17:08, 25 January 2014

Subpages of ESC

Received
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
Transmitted
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
ESC Control Sequences
Prefix Description Parameters
) Select alternate character set charset
0 Copy memory to destination(s) none
1 Set tab none
2 Clear tab none
3 Clear all tabs none
4 Set left margin none
5 Set right margin none
9 Clear all margins none
@ Delay one second none
A Cursor up none
B Cursor down none
C Cursor left none
D Cursor right none
E Hard reset (power on reset) none
F Cursor home down none
G Move cursor to left margin none
H Cursor home up none
I Horizontal tab none
J Clear display from cursor to end of memory none
K Clear line from cursor to end of line none
L Insert line none
M Delete line none
P Delete character none
Q Start character insert mode none
R End character insert mode none
S Roll up none
T Roll down none
U Next page none
V Previous page none
W Format mode on none
X Format mode off none
Y Display Functions mode on none
Z Display Functions mode off none
[ Start unprotected field none
] End unprotected field none
^ Primary terminal status request none
` Sense cursor position (relative) none
a Sense cursor position (absolute) none
b Unlock keyboard none
c Lock keyboard none
d Transmit a block of text to computer none
f Modem disconnect none
g Soft reset none
h Cursor home up none
i Backtab none
j Enable User Softkey Definition menu none
k Disable User Softkey Definition menu none
l Begin Memory Lock mode none
m End Memory Lock mode none
p Default definition for user definable function key f1 none
q Default definition for user definable function key f2 none
r Default definition for user definable function key f3 none
s Default definition for user definable function key f4 none
t Default definition for user definable function key f5 none
u Default definition for user definable function key f6 none
v Default definition for user definable function key f7 none
w Default definition for user definable function key f8 none
z Initiate terminal self test none
~ Secondary terminal status request none
ESC ) Character Sets
Value Description
@ Base set
A Base set in 7-bit mode
B Line drawing set