Intermec CV30 Intermec Terminal Emulator (ITE) Programmer's Reference Manual - Page 57

C1 and GR Codes, C0 Control Characters and Computer Action, continued

Page 57 highlights

Chapter 2 - About VT/ANSI Programming C0 Control Characters and Computer Action (continued) Mnemonic Hex Name Action SUB 1A Substitute Terminates, cancels escape or control sequence, or terminates the device control string and displays reverse question mark. ESC 1B Escape Processes as escape sequence introducer. Terminates any escape, control, or device control sequence in process. FS 1C File separator Ignored. GS 1D Group separator Ignored. RS 1E Record separator If GATM reset, record separator processed as protected field entry. US 1F Unit separator Ignored. DEL 7F Delete Ignored; it cannot be used as a fill character. C1 and GR Codes The right half of the DEC multinational character set consists of eight-bit control codes (C1 codes) and supplemental graphic characters (GR codes). C1 codes are non-display codes that perform additional functions beyond the C0 codes. C1 codes range from 80-9F hexadecimal. The supplemental graphic characters set (GR codes) range from A0 hexadecimal to FF hexadecimal. The set has alphabetic characters with accents and diacritical marks that appear in the major Western European alphabets, plus other symbols not included in the ASCII graphics set. The table also includes the corresponding decimal and hexadecimal values. Intermec Terminal Emulator (ITE) Programmer's Reference Manual 45

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184

Chapter 2 — About VT/ANSI Programming
Intermec Terminal Emulator (ITE) Programmer’s Reference Manual
45
C1 and GR Codes
The right half of the DEC multinational character set consists of eight-bit control
codes (C1 codes) and supplemental graphic characters (GR codes).
C1 codes are non-display codes that perform additional functions beyond the C0
codes. C1 codes range from 80-9F hexadecimal.
The supplemental graphic characters set (GR codes) range from A0 hexadecimal to
FF hexadecimal. The set has alphabetic characters with accents and diacritical marks
that appear in the major Western European alphabets, plus other symbols not
included in the ASCII graphics set. The table also includes the corresponding
decimal and hexadecimal values.
SUB
1A
Substitute
Terminates, cancels escape or control sequence, or
terminates the device control string and displays
reverse question mark.
ESC
1B
Escape
Processes as escape sequence introducer.
Terminates any escape, control, or device control
sequence in process.
FS
1C
File separator
Ignored.
GS
1D
Group separator
Ignored.
RS
1E
Record separator
If GATM reset, record separator processed as
protected field entry.
US
1F
Unit separator
Ignored.
DEL
7F
Delete
Ignored; it cannot be used as a fill character.
C0 Control Characters and Computer Action
(continued)
Mnemonic
Hex
Name
Action