Brother HL-1260E Printer User Manual


 
USER’S GUIDE
Appendix–72
When ISBN (EAN) is selected with the parameter “t130” or “T130”:
Same rules apply as for “t5” or “T5”
When ISBN (UPC-E) is selected with the parameter “t131” or “T131”:
Same rules apply as for “t6” or “T6”
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 rules apply as for “t12” or “T12”, “t13” or “T13”, or “t14” or
“T14”.
Box Drawing
ESC i … E (or e)
“E” or “e” is a terminator.
Line Block Drawing
ESC i … V (or v)
“V” or “v” is a terminator.
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.
[Example Program Listings]
WIDTH "LPT1:",255
'CODE 39
LPRINT CHR$(27);"it0r1s0o0x00y00bCODE39?\";
'Interleaved 2 of 5
LPRINT CHR$(27);"it1r1s0o0x00y20b123456?\";
'FIM
LPRINT CHR$(27);"it3r1o0x00y40bA\";
'Post Net
LPRINT CHR$(27);"it4r1o0x00y60b1234567890?\";
'EAN-8
LPRINT CHR$(27);"it5r1o0x00y70b1234567?\";