Intermec 5055 Reference Guide

Page of 216
Configuration Command Reference
7-13
7
Code 39 (continued)
To enable Code 39 with mixed-full ASCII:
Enable Code 39; mixed-full ASCII
*$+CB112*
*$+CB112*
PSK
 Example:
im_command (“$+CB110”,7);
will enable Code 39 non-full ASCII.
Note:
For compatibility with other Intermec products, the second digit must be included. Even
though it is ignored, it must be 0 or 1. All digits must be in the valid ranges shown;
otherwise, the command is invalid and has no effect.
Code 128
Purpose:
Enables or disables decoding of Code 128 symbology. Code 128 is a very high density
alphanumeric symbology that supports the extended ASCII character set. It is a variable
length, continuous code that uses multiple element widths.
Syntax:
CHdata
Acceptable values for data are:
0
Disabled
1
Standard Code 128
Default:
Standard Code 128
Scan:
One of these bar codes:
Disable Code 128
Enable Standard Code 128
*$+CH0*
*$+CH1*
*$+CH0*
*$+CH1*
Notes:
If you configure Standard Code 128, the 5055 will not decode Function Code 1
characters in the first position of a bar code label. Any subsequent Function Code 1
characters are translated to the ASCII GS control character as a separator for variable
length fields.
UCC/EAN function code 1 extensions are not supported.
PSK
 Example:
im_command (“$+CH1”,5);
will enable standard Code 128.