Difference between revisions of "CodeChart:Honeywell BCRU211G"

From Terminals
Jump to: navigation, search
(Create basic code chart)
 
m (Drop ignored control characters)
 
Line 4: Line 4:
 
{{CodeChart | title=Received
 
{{CodeChart | title=Received
 
| nul=#nul
 
| nul=#nul
| stx=#stx
 
| soh=#soh
 
| etx=#etx
 
| eot=#eot
 
| enq=#enq
 
| ack=#ack
 
 
| bel=#bel
 
| bel=#bel
 
| bs=#bs
 
| bs=#bs
Line 17: Line 11:
 
| ff=#ff
 
| ff=#ff
 
| cr=#cr
 
| cr=#cr
| so=#so
 
| si=#si
 
| dle=#dle
 
| dc1=#dc1
 
| dc2=#dc2
 
| dc3=#dc3
 
| dc4=#dc4
 
| naq=#naq
 
| syn=#syn
 
| etb=#etb
 
| can=#can
 
| em=#em
 
| sub=#sub
 
 
| esc=/ESC
 
| esc=/ESC
| is4=#is4
 
| is3=#is3
 
| is2=#is2
 
| is1=#is1
 
 
}}
 
}}
 
| style="width: 2ex;" |
 
| style="width: 2ex;" |
Line 48: Line 25:
 
{{CodeDescriptionHeader}}
 
{{CodeDescriptionHeader}}
 
{{CodeDescriptionRow|NUL|nul|Null}}
 
{{CodeDescriptionRow|NUL|nul|Null}}
{{CodeDescriptionRow|STX|stx|Start of Text}}
 
{{CodeDescriptionRow|SOH|soh|Start of Heading}}
 
{{CodeDescriptionRow|ETX|etx|End of Text}}
 
{{CodeDescriptionRow|EOT|eot|End of Transmission}}
 
{{CodeDescriptionRow|ENQ|enq|Enquiry}}
 
{{CodeDescriptionRow|ACK|ack|Acknowledge}}
 
 
{{CodeDescriptionRow|BEL|bel|Bell}}
 
{{CodeDescriptionRow|BEL|bel|Bell}}
 
{{CodeDescriptionRow|BS|bs|Back Space}}
 
{{CodeDescriptionRow|BS|bs|Back Space}}
Line 61: Line 32:
 
{{CodeDescriptionRow|FF|ff|Form Feed}}
 
{{CodeDescriptionRow|FF|ff|Form Feed}}
 
{{CodeDescriptionRow|CR|cr|Carriage Return}}
 
{{CodeDescriptionRow|CR|cr|Carriage Return}}
{{CodeDescriptionRow|SO|so|Shift-Out}}
 
{{CodeDescriptionRow|SI|si|Shift-In}}
 
{{CodeDescriptionRow|DLE|dle|Data Link Escape}}
 
{{CodeDescriptionRow|DC1|dc1|Device Control One}}
 
{{CodeDescriptionRow|DC2|dc2|Device Control Two}}
 
{{CodeDescriptionRow|DC3|dc3|Device Control Three}}
 
{{CodeDescriptionRow|DC4|dc4|Device Control Four}}
 
{{CodeDescriptionRow|NAQ|naq|Negative Acknowledge}}
 
{{CodeDescriptionRow|SYN|syn|Synchronous Idle}}
 
{{CodeDescriptionRow|ETB|etb|End of Transmission Block}}
 
{{CodeDescriptionRow|CAN|can|Cancel}}
 
{{CodeDescriptionRow|EM|em|End of Medium}}
 
{{CodeDescriptionRow|SUB|sub|Substitute}}
 
{{CodeDescriptionRow|IS4|is4|Information Separator Four}}
 
{{CodeDescriptionRow|IS3|is3|Information Separator Three}}
 
{{CodeDescriptionRow|IS2|is2|Information Separator Two}}
 
{{CodeDescriptionRow|IS1|is1|Information Separator One}}
 
 
|}
 
|}
 
|}
 
|}
  
 
[[Category:Code Chart]]
 
[[Category:Code Chart]]

Latest revision as of 03:17, 8 October 2024

Subpages of Honeywell BCRU211G

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
NUL Null none
BEL Bell none
BS Back Space none
HT Character Tabulation none
LF Line Feed none
VT Line Tabulation none
FF Form Feed none
CR Carriage Return none