Code 39 extended (3 of 9 extended)

<< Click to Display Table of Contents >>

Navigation:  Programming Techniques > Barcodes (1D) >

Code 39 extended (3 of 9 extended)

Previous pageReturn to chapter overviewNext page

ProgrammersManual_img13

BCT_CODE39EXT

 

Field of Application

Code 3 of 9 extended is a universal barcode with many applications in the industry.

It uses the same coding as Code 39, but allows the usage of all 127 characters of the ASCII character set by coding the characters not available in Code 39 into special control codes.

The advantage of the barcode is its huge character set. The disadvantage is the small information-density as well as the low tolerance.

 

Charset / Number of Characters

The charset comprises all 127 ASCII characters.

The number of characters is not limited. However the code is not very dense and needs much space.

 

Checkdigit

The use of a checkdigit is optional. The barcode library can generate it automatically.

 

Characteristics

The Code 3 of 9 extended is out-of-date. If possible we recommend to use Code128 instead, which is also capable to represent all 127 characters of the ASCII character set.

The aspect ratio between thin and thick modules can be adjusted using the properties BarcodeThinBar and BarcodeThickBar. To adjust for example a ratio of 1 : 2,5 set BarcodeThinBar = 2 and BarcodeThickBar = 5.