Brother HL-Series Technical Reference Manual page 265

Hide thumbs Also See for HL-Series:
Table of Contents

Advertisement

Revision C 16/01/96
When EAN 128 set A, set B or set C is selected with the parameter "t132" or "T132,"
"t133" or "T133" or "t134" or "T134" respectively:
Same relues apply as for "t12" or "T12," "t13" or "T13", or "t14" or "T14."
(13) Box Drawing
ESC i ... E (or e)
"E" or "e" is a terminator.
(14) Line Block Drawing
ESC i ... V (or v)
"V" or "v" is a terminator.
(15) Expanded Character Data Start
n = "l" or "L"
Data that follows "l" or "L" is read in as expanded character data (or labeling data).
Expanded character data must end with the " \ " code (5CH), which also terminates this
command. To print the '\' character, you must input '\\'.
E
P
XAMPLE
ROGRAM
10 ' Barcode
20 WIDTH "LPT1:", 255
30 ' CODE 39
40 LPRINT CHR$(27); "it0r1s0x00y00b123456\";
50 'INTER LEAVED
60 LPRINT CHR$(27); "it1r1s0x70y00b123456\";
70 ' EAN-13
80 LPRINT CHR$(27); "it5r1s0x00y020b123456789012?\";
90 LPRINT CHR$(27); "it5r1s0x70y020b123456789012?+12345\";
100 ' UPC-A
110 LPRINT CHR$(27); "it5r1s0x00y050b12345678901?\";
120 LPRINT CHR$(27); "it5r1s0x70y050b12345678901?+12345\";
130 ' EAN-8
140 LPRINT CHR$(27); "it5r1s0x00y080b1234567?\";
150 LPRINT CHR$(27); "it5r1s0x00y080b1234567?+12345\";
160 ' UPC-E
170 LPRINT CHR$(27); "it6r1s0x00y110b007834000091\";
180 LPRINT CHR$(27); "it6r1s0x70y110b007834000091+12344\";
190 ' CODABAR
195 LPRINT CHR$(27); "it9r1s0x00y140bA123456A\";
210 ' POST NET
220 LPRINT CHR$(27); "it4r1x95y140b1234567?\";
230 ' FIM
240 LPRINT CHR$(27); "iT3R1x70Y140BA\";
250 ' ISBN
260 LPRINT CHR$(27); "it130r1s0x00y170b123456789012?+12345\";
270 LPRINT CHR$(27); "it130r1s0x70y170b12345678901?+12345\";
L
ISTINGS
Chapter 7 "Bar Codes Control" - 7

Advertisement

Table of Contents
loading

Table of Contents