Seiko TM-L60 Specifications Page 80

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 79
2-2 Application Rev. A
Program Example
PRINT #1, CHR$(&H1B);"@";
Initializes the printer
NO$="00001" : GOSUB start
NO$="00002" : GOSUB start
END
start:
PRINT #1, CHR$(&H1B);"a";CHR$(1);
Selects center print position
PRINT #1, CHR$(&H1B);"!";CHR$(40);
Selects character print mode
(emphasized + double-height + double-width)
PRINT #1, "EPSON";
PRINT #1, CHR$(&H1B);"!";CHR$(8);
Cancels doub le-wid th
PRINT #1, "Rental Video"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"!";CHR$(0);
Cancels emphasized
PRINT #1, CHR$(&H1D);"H";CHR$(2);
Selects printing position for HRI characters
PRINT #1, CHR$(&H1D);"f";CHR$(1);
Selects HRI characters
PRINT #1, CHR$(&H1D);"h";CHR$(35);Sets bar code height
PRINT #1, CHR$(&H1D);"k";CHR$(4);"";NO$;"*";CHR$(0);
PRINT #1, CHR$(&H1B);"J";CHR$(5);
PRINT #1, CHR$(&H1B);"-";CHR$(2);
Sets underline width to 2 dots
PRINT #1, "NAME ";
PRINT #1, CHR$(&H1B);"J";CHR$(70);
PRINT #1, CHR$(&H1B);"-";CHR$(0);
Cancels previous character print mode
PRINT #1, CHR$(&H1B);"a";CHR$(2);
Selects right print position
PRINT #1, CHR$(&H1B);"!";CHR$(1);
Selects font B (9 x 24)
PRINT #1, "1996.4.10";
PRINT #1, CHR$(&H1D);CHR$(HC);
Prints and feeds the label print starting position
V$=INPUT$(1)
Ready to in put ( waitin g to input )
RETURN
Prints message A
Prints bar code
Prints mess age B
Prints the d ate a nd
feeds the label to
the print starting
position
Page view 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 97 98

Comments to this Manuals

No comments