Appendix
115
A
When ISBN (UPC-E) is selected with the parameter ‘t131’ or ‘T131’:
The 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’
The same rules apply as for ‘t12’ or ‘T12’, ‘t13’ or ‘T13’, or ‘t14’ or ‘T14’.
Box drawing A
ESC i ... E (or e)
‘E’ or ‘e’ is a terminator.
Line block drawing A
ESC i ... V (or v)
‘V’ or ‘v’ is a terminator.
Expanded character data start A
n = ‘l’ or ‘L’
Data that follows ‘l’ or ‘L’ is read as expanded character dat a (or labeling data). Expan ded character data must
end with the ‘ \ ’ code (5CH), which also ends this command.
Example Program Listings A
WIDTH "LPT1:",255
'CODE 39
LPRINT CHR$(27);"it0r1s0 o0x00y00bCODE39?\";
'Interleaved 2 of 5
LPRINT CHR$(27);"it1r1s0 o0x00y20b123456?\";
'FIM
LPRINT CHR$(27);"it3r1o0 x00y40bA\";
'Post Net
LPRINT CHR$(27);"it4r1o0 x00y60b1234567890?\";
'EAN-8
LPRINT CHR$(27);"it5r1o0 x00y70b1234567?\";
'UPC-A
LPRINT CHR$(27);"it5r1o0 x50y70b12345678901?\";
'EAN-13
LPRINT CHR$(27);"it5r1o0 x100y70b123456789012?\";
'UPC-E
LPRINT CHR$(27);"it6r1o0 x150y70b0123456?\";