Intermec CV41 Intermec Terminal Emulator (ITE) User Guide - Page 62

About UTF-8 Encoding, About RS232 Setup Options, Wild Card Characters for Answerback continued

Page 62 highlights

Chapter 2 - Configuring and Managing ITE Wild Card Characters for Answerback (continued) Use %M1, %M2, %M3, %M4, %M5, %M6 %S0, %S1, %S2, %S3, %S4, %S5, %S6, %S7, %S8, %S9, %SA To Get 1st through 6th part of MAC address. 1st through 11th position of computer serial number. For example, the Answerback string Example%S0 is 10 characters long. However, %S0 represents the first character of the serial number, effectively making the string only 8 characters long. If the computer serial number begins with a 2, then the Answerback string evaluates to Example2. About UTF-8 Encoding When you enable Do UTF8, you enable UTF-8 encoding as defined by RFC3629: If the character is between 0 and 0x7f, then nothing changes. If the character is between 0xc0 and 0xfd, then convert the character to a displayable character using the following formula where x is the first character in the string and y is the second character. (x - 0xc0) *2**6 + (y - 0x80) If the character is between 0x8000-0xffff, then the UTF8 translation is done using the following formula. 0xef 0xbb 0xbf is looked for saying that the following characters are encoded using ISO/IEC 10646 Universal Multiple-Octet Code Character Set with the UTF8 signature. Then each character is comprised of three characters x, y, and z which are converted using the following formula: (x-0xe0) * 0x1000 + (y-0x80) * 0x40 + (z-0x80) If disabled (default), then characters are translated regularly as defined by the current gl, gr character sets selected. About RS232 Setup Options For VT/ANSI emulation, you can set RS-232 serial communications options as described in the next table. RS232 Setup Options Option RS232 Baudrate RS232 Parity RS232 StopBits RS232 DataBits RS232 Flow Value 9600 (Default), 19200, 38400, 57600, or 115200 None (Default), Odd, or Even 1 (Default) or 2 8-Bit (Default) or 7-Bit None (Default), DTR, or XON/XOFF 50 Intermec Terminal Emulator (ITE) User Guide

  • 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
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220

Chapter 2 — Configuring and Managing ITE
50
Intermec Terminal Emulator (ITE) User Guide
For example, the Answerback string
Example%S0
is 10 characters long. However,
%S0
represents the first character of the serial number, effectively making the string
only 8 characters long. If the computer serial number begins with a 2, then the
Answerback string evaluates to
Example2
.
About UTF-8 Encoding
When you enable Do UTF8, you enable UTF-8 encoding as defined by RFC3629:
If the character is between 0 and 0x7f, then nothing changes.
If the character is between 0xc0 and 0xfd, then convert the character to a displayable
character using the following formula where
x
is the first character in the string and
y
is the second character.
(x - 0xc0)
*2
**6 + (y - 0x80)
If the character is between 0x8000-0xffff, then the UTF8 translation is done using
the following formula.
0xef 0xbb 0xbf
is looked for saying that the following
characters are encoded using ISO/IEC 10646 Universal Multiple-Octet Code
Character Set with the UTF8 signature.
Then each character is comprised of three characters
x
,
y
, and
z
which are converted
using the following formula:
(x-0xe0) * 0x1000 + (y-0x80) * 0x40 + (z-0x80)
If disabled (default), then characters are translated regularly as defined by the
current gl, gr character sets selected.
About RS232 Setup Options
For VT/ANSI emulation, you can set RS-232 serial communications options as
described in the next table.
%M1, %M2, %M3, %M4, %M5, %M6
1st through 6th part of MAC address.
%S0, %S1, %S2, %S3, %S4, %S5, %S6,
%S7, %S8, %S9, %SA
1st through 11th position of computer serial
number.
RS232 Setup Options
Option
Value
RS232 Baudrate
9600 (Default), 19200, 38400, 57600, or 115200
RS232 Parity
None (Default), Odd, or Even
RS232 StopBits
1 (Default) or 2
RS232 DataBits
8-Bit (Default) or 7-Bit
RS232 Flow
None (Default), DTR, or XON/XOFF
Wild Card Characters for Answerback (continued)
Use
To Get