Control Code Replacement Examples
ConfigurationTranslationExample Con-

Example Con-

Translated Data
Datatrol Characterfiguration

 

 

 

 

 

 

 

Ignore (drop)

The control character is discarded from

ESCape

Ignore (drop)

0x1B in the bar code is dis-

the bar code data, prefix and suffix

carded.

 

 

 

 

 

 

 

 

Printable text

Text is substituted for Control Character.

Start of TeXt

STX

0x02 in a bar code is con-

verted to the text STX.

 

 

 

 

 

 

 

 

 

Hat-encoded

The hat-encoded text is translated to the

Carriage Return

^M

Value 0x0d in a bar code is

text

equivalent hex value.

converted to the value 0x0d.

 

 

 

 

 

 

 

Escaped hat-

The hat-encoding to pass through to the

Horizontal Tab

\^I

Value 0x09 in a bar code is

encoded text

application.

converted to the text ^I.

 

 

 

 

 

 

 

Hex-encoded

The hex-encoded text is translated to the

Carriage Return

0x0A

Value 0x0D in a bar code is

text

equivalent hex value.

 

 

converted to a value 0x0A.

Escaped hex-

The hex-encoding to pass through to the

Vertical Tab

\0x0A or 0\x0A

Value 0x0C is a bar code is

encoded text

application.

converted to text 0x0A

 

 

 

 

 

See also Hat Encoding

4-129