Epson TM-J2000 Specifications Page 122

  • Download
  • Add to my manuals
  • Print
  • Page
    / 761
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 121
CONFIDENTIAL
Paper roll Character commands ESC t
Ver. 10.05 p. 122
[Notes]
The characters of each page are the same for alphanumeric parts (ASCII code: Hexadecimal = 20H to 7FH /
Decimal = 32 to 127 20H to 7FH), and different for the escape character parts (ASCII code: Hexadecimal =
80H to FFH / Decimal = 128 to 255 80H to FFH).
The selected character code table is valid until ESC @ is executed, the printer is reset, or the power is
turned off.
[Model-dependent variations] TM-J2000/J2100, TM-T90, TM-T88IV, TM-T70, TM-L90, TM-P60, TM-U230,
TM-U220.
17 Page 17 [PC866 (Cyrillic #2)]
18 Page 18 [PC852 (Latin 2)]
19 Page 19 [PC858 (Euro)]
254 Page 254
255 Page 255
Program Example for all printers Print Sample
PRINT #1, CHR$(&H1B);"t";CHR$(0); Select page 0
GOSUB printing
PRINT #1, CHR$(&H1B);"t";CHR$(1); Select page 1
GOSUB printing
END
printing:
FOR i=&H20 TO &H7F
PRINT #1, CHR$(i);
NEXT i
PRINT #1, CHR$(&HA);
FOR i=&H80 TO &HFF
PRINT #1, CHR$(i);
NEXT i
PRINT #1, CHR$(&HA);
RETURN
n Character code table
Page 0
Page 1
Page view 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 760 761

Comments to this Manuals

No comments