Difference between revisions of "CodeChart:Tektronix 4010"

From Terminals
Jump to: navigation, search
m (description)
m (Category)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
 +
{|
 +
| valign="top" align="right" |
 
{{CodeChart
 
{{CodeChart
 +
| title=Received
 
| eot=#eot
 
| eot=#eot
 
| bel=#bel
 
| bel=#bel
Line 13: Line 17:
 
| is1=#us
 
| is1=#us
 
}}
 
}}
 +
| style="width: 2ex;" |
 +
| valign="top" |
 +
{{CodeChart
 +
| title=Transmitted
 +
}}
 +
|-
 +
| valign="top" |
 +
{| class="wikitable"
 +
|+ Control Sequences
 +
{{CodeDescriptionHeader}}
 +
{{CodeDescriptionRow|EOT|eot|End of Transmission}}
 +
{{CodeDescriptionRow|BEL|bel|Bell}}
 +
{{CodeDescriptionRow|BS|bs|Back Space}}
 +
{{CodeDescriptionRow|HT|ht|Cursor Right}}
 +
{{CodeDescriptionRow|LF|lf|Line Feed}}
 +
{{CodeDescriptionRow|VT|vt|Reverse Line Feed}}
 +
{{CodeDescriptionRow|CR|cr|Carriage Return}}
 +
{{CodeDescriptionRow|SO|so|Switch to Alternate Character Set}}
 +
{{CodeDescriptionRow|SI|si|Switch to Normal Character Set}}
 +
{{CodeDescriptionRow|IS3|gs|Switch to Graphic Mode}}
 +
{{CodeDescriptionRow|IS1|us|Switch to Alpha Mode}}
 +
|}
 +
|}
  
== Control Sequences ==
+
[[Category:Code Chart]]
 
 
{| border="1" class="wikitable sortable"
 
! style="padding: 1ex;" | Prefix
 
! style="padding: 1ex;" | Name
 
! style="padding: 1ex;" | Parameters
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|End of Transmission||eot|EOT}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Bell||bel|BEL}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Back Space||bs|BS}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Cursor Right||ht|HT}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Line Feed||lf|LF}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Reverse Line Feed||vt|VT}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Carriage Return||cr|CR}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Switch to Alternate Character Set||so|SO}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Switch to Normal Character Set||si|SI}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Switch to Graphic Mode||gs|IS3}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Switch to Alpha Mode||us|IS1}}
 
|}
 

Latest revision as of 04:05, 15 January 2014

Subpages of Tektronix 4010

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
Control Sequences
Prefix Description Parameters
EOT End of Transmission none
BEL Bell none
BS Back Space none
HT Cursor Right none
LF Line Feed none
VT Reverse Line Feed none
CR Carriage Return none
SO Switch to Alternate Character Set none
SI Switch to Normal Character Set none
IS3 Switch to Graphic Mode none
IS1 Switch to Alpha Mode none