Datamax 7A300007 Rev. 2 Printer User Manual


 
19
Expected Result (not to scale):
Example: The following escape commands encode the data “12345678901” in UPC-A type. Due to space limitation CR LF are
not shown
Escape Sequence:
<ESC>z’6’ <BEL> <VT> <SOH> <NUL> <NUL> <SOH> <SYN> ‘1’ ‘2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ‘9’ ‘0’ ‘1’
Hexadecimal :
1b 5a 36 7 0b 1 0 0 1 16 31 32 33 34 35 36 37 38 39 30 31
Decimal:
27 90 54 7 11 1 0 0 1 22 49 50 51 52 53 54 55 56 57 48 49
Expected Result (not to scale):
Example: The following escape commands encode the data “1234500006” in UPC-E type. Due to space limitation CR LF are not
shown
Escape Sequence:
<ESC>z’6’ <BS> <LF> <SOH> <NUL> <NUL> <SOH> <SYN> ‘1’ ‘2’ ‘3’ ‘4’ ‘5’ ‘0’ ‘0’ ‘0’ ‘0’ ‘6’
Hexadecimal :
1b 5a 36 8 0a 1 0 0 1 16 31 32 33 34 35 30 30 30 30 36
Decimal:
27 90 54 8 10 1 0 0 1 22 49 50 51 52 53 48 48 48 48 54
Expected Result (not to scale):
Example: The following escape commands encode the data “123456789012” in EAN-13 type. Due to space limitation CR LF are
not shown
Escape Sequence:
<ESC>z’6’ <HT> <FF> <SOH> <NUL> <NUL> <SOH> <SYN> ‘1’ ‘2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ‘9’ ‘0’ ‘1’ ‘2’
Hexadecimal :
1b 5a 36 9 0c 1 0 0 1 16 31 32 33 34 35 36 37 38 39 30 31 32