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

C0 Control Characters and Computer Action

Page 56 highlights

Chapter 2 - About VT/ANSI Programming The next table lists the actions taken by the computer when a C0 code is received. C0 Control Characters and Computer Action Mnemonic Hex NUL 00 SOH 01 STX 02 ETX 03 EOT 04 ENQ 05 ACK 06 BEL 07 BS 08 HT 09 LF 0A VT 0B FF 0C CR 0D SO (LS1) 0E SI (LS0) 0F DLE 10 DC1 (XON) 11 DC2 12 DC3 (XOFF) 13 DC4 14 NAK 15 SYN 16 ETB 17 CAN 18 EM 19 Name Action Null Ignored. Start of heading Ignored. Start of text Ignored. End of text Ignored. End of transmission Ignored. Enquiry Generates Answerback message. Set number of characters in the message (0-30) through the computer firmware. If the computer is operating in ANSI mode, it ignores this character. Acknowledge Ignored. Bell Generates bell tone if bell is enabled. Backspace Moves cursor one column to the left, unless it is in Column 1. Horizontal tab Moves cursor to predetermined tab stop or to right margin. Line feed Causes LF or new line operation, based on LNM received code. Vertical tab Processes as LF (line feed). Form feed Processes as LF (line feed). Carriage return Moves cursor to Column 1 of the current row. Shift out (Lock Invokes G1 character set into GL. shift G1) Shift in (Lock shift G0) Invokes G0 character set into GL. Data link escape Ignored. Device control 1 Clears DC3 if XOFF support is enabled, which causes the computer to continue sending characters (keyboard unlocks). Device control 2 Ignored. Device control 3 If XOFF support is enabled, causes the computer to stop sending characters until it receives a DC1 control character. Device control 4 Ignored. Negative Ignored. acknowledgment Synchronous table Ignored. End transmission Ignored. block Cancel Terminates and cancels any sequence in progress. End of medium Ignored. 44 Intermec Terminal Emulator (ITE) Programmer's Reference Manual

  • 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
44
Intermec Terminal Emulator (ITE) Programmer’s Reference Manual
The next table lists the actions taken by the computer when a C0 code is received.
C0 Control Characters and Computer Action
Mnemonic
Hex
Name
Action
NUL
00
Null
Ignored.
SOH
01
Start of heading
Ignored.
STX
02
Start of text
Ignored.
ETX
03
End of text
Ignored.
EOT
04
End of
transmission
Ignored.
ENQ
05
Enquiry
Generates Answerback message. Set number of
characters in the message (0-30) through the
computer firmware. If the computer is operating
in ANSI mode, it ignores this character.
ACK
06
Acknowledge
Ignored.
BEL
07
Bell
Generates bell tone if bell is enabled.
BS
08
Backspace
Moves cursor one column to the left, unless it is in
Column 1.
HT
09
Horizontal tab
Moves cursor to predetermined tab stop or to
right margin.
LF
0A
Line feed
Causes LF or new line operation, based on LNM
received code.
VT
0B
Vertical tab
Processes as LF (line feed).
FF
0C
Form feed
Processes as LF (line feed).
CR
0D
Carriage return
Moves cursor to Column 1 of the current row.
SO (LS1)
0E
Shift out (Lock
shift G1)
Invokes G1 character set into GL.
SI (LS0)
0F
Shift in (Lock
shift G0)
Invokes G0 character set into GL.
DLE
10
Data link escape
Ignored.
DC1
(XON
)
11
Device control 1
Clears DC3 if XOFF support is enabled, which
causes the computer to continue sending
characters (keyboard unlocks).
DC2
12
Device control 2
Ignored.
DC3
(XOFF
)
13
Device control 3
If XOFF support is enabled, causes the computer
to stop sending characters until it receives a DC1
control character.
DC4
14
Device control 4
Ignored.
NAK
15
Negative
acknowledgment
Ignored.
SYN
16
Synchronous
table
Ignored.
ETB
17
End transmission
block
Ignored.
CAN
18
Cancel
Terminates and cancels any sequence in progress.
EM
19
End of medium
Ignored.