Programming Codes
T480
Programmer’s Guide
Page
130
Rev A
100-14362
UPC E Composite
UPC E Composite uses a standard zero suppressed 11 digit UPC E code with
composite data and optional Addenda data.
Function
UPC E Composite
ASCII
[ESC] b B {information} [NUL]
Hexadecimal
1BH 62H 42H {information} [NUL]
Decimal
<27> <98> <66>{information} [NUL]
[ESC] b @ [01]12345678901234[11]100909[30]123456[NUL]
[ESC] b <66>01210000345[NUL]
The same as above with a EAN 5 Addenda
[ESC] b <66>012156[NUL]
Figure 50 UPC E Composite Example
EANX Composite
EANX will process EAN 8, EAN 13 or EAN 14 based on the length of the linear data
entered.
Function
EANx Composite
ASCII
[ESC] b C {information} [NUL]
Hexadecimal
1BH 62H 43H {information} [NUL]
Decimal
<27> <98> <67>{information} [NUL]
[ESC] b @ [01]12345678901234[11]100909[30]123456[NUL]
[ESC] b <67> 12345678901[NUL]
The same as above with a EAN 5 Addenda
[ESC] b <67> 123412345[NUL]
Figure 51 EAN-13 Composite Example