4-14 Programmer’s Manual
Code39
Description
Sets the scanner configuration values for Code39 bar code.
Syntax
public bool Enable;
public bool Trioptic;
public bool XlatetoCode32;
public bool Code32Prefix;
public bool FixedLength;
public int Length1;
public int Length2;
public bool VerifyCD;
public bool XmitCD;
public bool FullASCII;
Field Description
Enable
Enables/disables the ability to scan Code 39 bar
codes. Default: TRUE
Trioptic
Enables/disables the ability to scan Trioptic Code 39
bar codes. Do not enable Trioptic and FullASCII at
the same time. Default: FALSE
XlatetoCode32
Enables/disables the ability to convert Code 39 bar
codes to Code 32 bar codes. You must enable Enable
when enabling this parameter. Default: FALSE
Code32Prefix
Enables/disables the ability to add “A” as a prefix to
all Code 32 bar codes. You must enable
xlatetoCode32 when enabling this parameter.
Default: FALSE
FixedLength
If FixedLength is TRUE, lengths 1 and 2 are fixed; if
FixedLength is FALSE, length 1 is the minimum and
length 2 is the maximum. Default: FALSE
VerifyCD
Enables/disables the ability to check the integrity of
Code 39 bar codes. When this parameter is enabled,
only Code 39 symbols with a modulo 43 check digit
are decoded. Default: FALSE