Print Bar Code - CognitiveTPG A776 ColorPOS Programming Manual

Two-color thermal/impact hybrid printer
Hide thumbs Also See for A776 ColorPOS:
Table of Contents

Advertisement

Print bar code

First Variation
ASCII
GS k m d1...dk NUL GS k m n d1...dn
Hexadecimal
1D 6B m d1...dk 00
Decimal
29 107 m d1 dk 0
(0 = End of command)
Selects the bar code type and prints a bar code for the ASCII characters entered. If the width of the bar code exceeds
one line, the bar code is not printed.
There are two variations to this command. The first variation uses a NUL character to terminate the string; the second
uses a length byte at the beginning of the string.
The check digit is calculated for UPC and JAN (EAN) codes if it is not sent from the host computer.
Six-character zero-suppressed UPC-E tags are generated from full 11 or 12 characters sent from the host computer
according to standard UPC-E rules. Start/stop characters are added for code 39 if they are not included.
Rotated barcodes set with small modules (select bar code width command 1D 77 n , with n = 1 or 2) and PDF 417
barcodes in any orientation are printed at low speed, for better readability.
Exceptions
The command is only valid at the beginning of a line.
Illegal data cancels the command.
Values:
First variation: String terminated with NUL character. Length k is not specified in command string; it depends on the
bar code being printed.
m
Bar code
0
UPC-A
1
UPC-E
2
JAN13 (EAN)
3
JAN8 (EAN)
4
Code 39
5
Interleaved 2 of 5
6
Codabar
10
PDF 417
Continued . . .
A776-PG00001 D 07/13
Second Variation
1D 6B m n d1...dn
29 107 m n d1...dn
d1...dk
48-57 (decimal)
30-39 (ASCII numerals)
48–57
30-39
48–57
30-39
48–57
30-39
48–57, 65–90 (decimal), 32, 36, 37,
43, 45, 46, 47 (decimal)
d1 = dk = 42 (start/stop code is supplied by printer if necessary)
30-39 (ASCII numerals), 41-5A (ASCII alphabet)
20, 24, 25, 2B, 2D, 2E, 2F (ASCII special characters)
d1=dk=2A (start/stop code is supplied by printer if necessary)
48–57
30-39
65–68, start code 48–57, 36, 43, 45, 46, 47, 58
41-44, start code 30-39, 24, 2B, 2D, 2E, 2F, 3A
1–255
01-FF
Chapter 5: Programming commands
length
Fixed length: 11,12
Fixed length: 11, 12
Fixed length: 12, 13
Fixed length: 7, 8
Variable length
Variable length (even number)
Variable length
Variable length, maximum 1000 characters
A776 (B780) Programming Guide
97

Advertisement

Table of Contents
loading

Table of Contents