C O N F I D E N T I A L
Paper roll
Usable application programs and tips
Ver. 4.0
p. 966
Programming 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
(emph double- double-width)
PRINT #1, "EPSON";
PRINT #1, CHR$(&H1B);"!";CHR$(8);
←
Cancels double-width
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, "Jan. 10, 1998";
PRINT #1, CHR$(&H1D);CHR$(HC);
←
Prints and feeds the label to the print starting
position
W$=INPUT$(1)
←
Ready to input (waiting to input)
RETURN
Prints “NAME”
Prints bar code
Prints a
Prints the date
label title
and feeds the
label to the
print starting
position
Содержание ESC/POS TM-L60II
Страница 33: ...C O N F I D E N T I A L Paper roll Character code tables Ver 4 0 p 970 Page 1 Katakana more more ...
Страница 34: ...C O N F I D E N T I A L Paper roll Character code tables Ver 4 0 p 971 Page 2 PC850 Multilingual more more ...
Страница 35: ...C O N F I D E N T I A L Paper roll Character code tables Ver 4 0 p 972 Page 3 PC860 Portuguese more more ...
Страница 36: ...C O N F I D E N T I A L Paper roll Character code tables Ver 4 0 p 973 Page 4 PC863 Canadian French more more ...
Страница 37: ...C O N F I D E N T I A L Paper roll Character code tables Ver 4 0 p 974 Page 5 PC865 Nordic more more ...
Страница 204: ...C O N F I D E N T I A L Paper roll Paper sensor commands ESC c 3 Ver 4 0 p 1141 TM U300A B Bits 1 and 3 are undefined ...
Страница 321: ...C O N F I D E N T I A L Paper roll Bar code commands GS h Ver 4 0 p 1258 TM T88II One dot corresponds to 1 180 inch ...
Страница 322: ...C O N F I D E N T I A L Paper roll Bar code commands GS h Ver 4 0 p 1259 TM L60II One dot corresponds to 1 180 inch ...