Epson U590P Information Manual page 21

Hide thumbs Also See for U590P:
Table of Contents

Advertisement

CONFIDENTIAL
ESC t n
[Name]
[Format]
[Range]
ESC t n selects a page n from the character code table as follows. The alphanumeric characters (20H
(decimal 32) to 7FH (decimal 127)) are the same for each page. The extended characters (80H
(decimal 128) to FFH (decimal 255)) are different for each page. The default setting is page 0 (n=0).
For page 255, font A and font B support different characters.
n
Character Code Table
0
Page 0 [PC437 (U.S.A. , Standard Europe)]
1
Page 1 [Katakana]
2
Page 2 [PC850 (Multilingual)]
3
Page 3 [PC860 (Portuguese)]
4
Page 4 [PC863 (Canadian-French)]
5
Page 5 [PC865 (Nordic)]
255
Page 255
PRINT #1, CHR$(&H1D);"P";CHR$(150);CHR$(144);
PRINT #1, CHR$(&H1D);"W";CHR$(248);CHR$(1);
PRINT #1, CHR$(&H1B);"t";CHR$(0); ←
GOSUB printing
PRINT #1, CHR$(&H1B);"t";CHR$(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
1-14 Command Descriptions
Select character code table
ASCII
ESC
Hex
1B
Decimal
27
0 ≤ n ≤ 5 , n = 255
Font A: Space
Font B: Special Characters
Program Example
Select page 0
Select page 1
t
n
74
n
116
n
Print Sample
Rev. A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-u590

Table of Contents