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

C1 Control Characters and Computer Action, lowercase. The hexadecimal values for these letters are C0

Page 59 highlights

Chapter 2 - About VT/ANSI Programming Ignored and undefined codes are removed from the data stream with no action taken. Note that some letters that are normally uppercase are converted to lowercase. The hexadecimal values for these letters are C0, C1, C2, C8, CA, CB, CC, CD, CE, CF, D9, DA, and DB. C1 Control Characters and Computer Action Mnemonic IND NEL SSA ESA HTS HTJ VTS PLD PLU RI SS2 SS3 DCS PU1 PU2 STS CCH MW SPA EPA CSI ST OSC PM APC Hex Name Action 80-83 Ignored. 84 Index Moves cursor down one line in same column. If cursor is at bottom margin, display performs a scroll up. 85 Next line Moves cursor to first position on next line. If cursor is at bottom margin, display performs a scroll up. 86 Start of selected area Selects which current page characters the computer can send to the host. 87 End of selected area Ends the selected area that is sent to the host when forms are created for VT340 computer emulation. 88 Horizontal tab set Sets one horizontal tab stop at column with cursor. 89 Horizontal tab w/ justify Ignored. 8A Vertical tabulation set Ignored. 8B Partial line down Ignored. 8C Partial line up Ignored. 8D Reverse index Moves cursor up one line in same column. If cursor is at top margin, display performs a scroll down. 8E Single shift 2 Temporarily invokes G2 character set into GL for the next graphic character. G2 is designated by a select character set (SCS) sequence. 8F Single shift 3 Temporarily invokes G3 character set into GL for the next graphic character. G3 is designated by an SCS sequence. 90 Device control string Processes as opening delimiter of a device control string for device control use. 91 Private use 1 Ignored. 92 Private use 2 Ignored. 93 Set transmit state Ignored. 94 Cancel character Ignored. 95 Message waiting Ignored. 96 Start of protected area Starts the protected area in page memory that cannot be edited when forms are created from the host. 97 End of protected area Ends the protected area in page memory that cannot be edited when forms are created from the host. 98-9A Ignored. 9B Ctrl sequence introducer Processes as control sequence introducer. 9C String terminator Processes as the string closing delimiter opened by DCS and processes code as the EOL of extended command characters. 9D O/S command Ignored. 9E Privacy message Ignored. 9F App program command Processes code as the SOL of extended command characters. Intermec Terminal Emulator (ITE) Programmer's Reference Manual 47

  • 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
47
Ignored and undefined codes are removed from the data stream with no action
taken. Note that some letters that are normally uppercase are converted to
lowercase. The hexadecimal values for these letters are C0, C1, C2, C8, CA, CB, CC,
CD, CE, CF, D9, DA, and DB.
C1 Control Characters and Computer Action
Mnemonic
Hex
Name
Action
80-83
Ignored.
IND
84
Index
Moves cursor down one line in same column. If cursor is at bottom margin,
display performs a scroll up.
NEL
85
Next line
Moves cursor to first position on next line. If cursor is at bottom margin,
display performs a scroll up.
SSA
86
Start of selected area
Selects which current page characters the computer can send to the host.
ESA
87
End of selected area
Ends the selected area that is sent to the host when forms are created for
VT340 computer emulation.
HTS
88
Horizontal tab set
Sets one horizontal tab stop at column with cursor.
HTJ
89
Horizontal tab w/
justify
Ignored.
VTS
8A
Vertical tabulation set
Ignored.
PLD
8B
Partial line down
Ignored.
PLU
8C
Partial line up
Ignored.
RI
8D
Reverse index
Moves cursor up one line in same column. If cursor is at top margin, display
performs a scroll down.
SS2
8E
Single shift 2
Temporarily invokes G2 character set into GL for the next graphic character.
G2 is designated by a select character set (SCS) sequence.
SS3
8F
Single shift 3
Temporarily invokes G3 character set into GL for the next graphic character.
G3 is designated by an SCS sequence.
DCS
90
Device control string
Processes as opening delimiter of a device control string for device control
use.
PU1
91
Private use 1
Ignored.
PU2
92
Private use 2
Ignored.
STS
93
Set transmit state
Ignored.
CCH
94
Cancel character
Ignored.
MW
95
Message waiting
Ignored.
SPA
96
Start of protected area
Starts the protected area in page memory that cannot be edited when forms
are created from the host.
EPA
97
End of protected area
Ends the protected area in page memory that cannot be edited when forms
are created from the host.
98-9A
Ignored.
CSI
9B
Ctrl sequence
introducer
Processes as control sequence introducer.
ST
9C
String terminator
Processes as the string closing delimiter opened by DCS and processes code
as the EOL of extended command characters.
OSC
9D
O/S command
Ignored.
PM
9E
Privacy message
Ignored.
APC
9F
App program
command
Processes code as the SOL of extended command characters.