Epson TM-T88 Information Manual page 19

Hide thumbs Also See for TM-T88:
Table of Contents

Advertisement

ESC & y c1 c2 [x1 d1 ... d(y × x1)] ... [xk d1 ... d(y × xk)] defines user-defined characters from character
code c1 to c2. y and x are the configuration of a user-defined character. y specifies the number of
bytes in the vertical direction. x specifies the number of dots in the horizontal direction. Character
codes from the alphanumeric characters (20H (decimal 32) to 7EH (decimal 126)) can be defined by c1
and c2. Data (d) specifies a bit printed to 1 and not printed to 0. As the default, user-defined
characters are not defined and the internal character set is printed. Once the user-defined characters
have been defined, they are available until ESC ?, ESC @, or GS
characters are redefined; the power is turned off; or the printer is reset. When this command is
executed, the downloaded bit image is canceled.
ESC ? n cancels the user-defined characters defined for the character code n. After the user-defined
characters are canceled, the internal character set is printed.
Program Example
y=3
PRINT #1, CHR$(&H1B);"&";CHR$(y);"AC";
x=9: PRINT #1, CHR$(x);
FOR i=1 TO y*x
READ d: PRINT #1, CHR$(d);
NEXT i
x=11: PRINT #1, CHR$(x);
FOR i=1 TO y*x
READ d: PRINT #1, CHR$(d);
NEXT i
x=12: PRINT #1, CHR$(x);
FOR i=1 TO y*x
READ d: PRINT #1, CHR$(d);
NEXT i
PRINT #1, CHR$(&H1B);"%";CHR$(0); ←
PRINT #1, "A B C D E"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"%";CHR$(1); ←
PRINT #1, "A B C D E"; CHR$(&HA):
PRINT #1, CHR$(&H1B);"?";"A"; ←
PRINT #1, "A B C D E"; CHR$(&HA);
DATA &H00,&H20,&H00,&H00,&HF8,&H00,&H03,&HFE
DATA &H00,&H0F,&HFF,&H80,&H3F,&HFF,&HE0,&H0F
DATA &HFF,&H80,&H03,&HFE,&H00,&H00,&Hf8,&H00
DATA &H00,&H20,&H00
DATA &H00,&H20,&H00,&H00,$HF8,&H00,&H03,&H8E
DATA &H00,&H0E,&H03,&H80,&H38,&H00,&HE0,&HE0
DATA &H00,&H38,&H38,&H00,&HE0,&H0E,&H03,&H80
DATA &H03,&H8E,&H00,&H00,&HF8,&H00,&H00,&H20
DATA &H00
1-10 Command Descriptions
Defines the
user-defined
characters as
"A", "B", and "C"
Select the internal character set
Select the user-defined
character set
Cancel the user-defined character
is executed; the user-defined
Program Example (continued)
DATA &H00,&H30,&H00,&H00,&HF0,&H00,&H03,&HF0
DATA &H00,&H0F,&H3F,&HF8,&H3C,&H3F,&HF8,&HF0
DATA &H00,&H00,&HF0,&H00,&H00,&H3C,&H3F,&HF8
DATA &H0F,&H3F,&HF8,&H03,&HF0,&H00,&H00,&HF0
DATA &H00,&H00,&H30,&H00
Print Sample
A B C D E
Characters from internal character set
♦ ◊ ⇑
D E
Characters from user-defined character set
◊ ⇑
A
D E
Characters from user-defined character set
(cancel one character)
Rev. A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t88pTm-t85Tm-t85p

Table of Contents