IBM HL-5240 Printer User Manual


 
A. Appendix
118
'Code 128 set B
LPRINT CHR$(27);"it13r1o0x00y140bCODE128B12345?\";
'Code 128 set C
LPRINT CHR$(27);"it14r1o0x00y160b";CHR$(1);CHR$(2);"?\";
'ISBN(EAN)
LPRINTCHR$(27);"it130r1o0x00y180b123456789012?+12345\";
'EAN 128 set A
LPRINT CHR$(27);"it132r1o0x00y210b1234567890?\";
LPRINT CHR$(12)
END