Delimiters and Vertical Bar Codes
If you rotate a bar code 90
the sample shows. The symbol dimensions that used to be horizontal are shortened to 120/144 of what they used
to be; this includes the quiet zones.
100 LPRINT CHR$(27);"[4;9;1}";
110 LPRINT CHR$(27);"[3g";
120 'set horizontal tabs at 1/2-inch intervals
130 LPRINT CHR$(27);"[360;720;1080;1440;1800;2160u"
140 LPRINT CHR$(27);"[0;9;1;;;;;;2}";
150 FOR K = 1 TO 6
160 LPRINT CHR$(9);"T";
170 NEXT K
180 LPRINT
190 LPRINT CHR$(27);"[3t";
200 LPRINT "1234";CHR$(9);"5678";
210 LPRINT CHR$(27);"[0t"
220 LPRINT CHR$(27);"[3t";
230 LPRINT "2345";CHR$(9);"6789";
240 LPRINT CHR$(27);"[0t"
Figure 3-6 Vertical Bar Code Symbols
7265 Programmer's Manual
Copyright © 2004 TallyGenicom
o
o
or 270
, then space imposed by delimiters is not rotated, but is applied horizontally, as
'3 of 9
'clear all h_tabs
'show where the tabs are
'turn on bar code
'turn off bar code
'turn on bar code
'turn off bar code
T
T
T
T
T
T
46
Chapter 3 ANSI Bar Codes
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?