User-defined Characters
Note: See Chapter 5 for sample programs and full information on this
topic.
ESC &
Define User-defined Characters
Format:
ASCII code:
ESC & NUL d1 d2 . . .
d n
Decimal:
27 38
0 d1 d2
. . .
d
n
Hexadecimal:
1B 26 00 d1 d2 . . .
d
n
Comments:
This command allows characters to be redefined in the currently
selected mode.
ESC :
Copy ROM into RAM
Format:
ASCII code:
ESC :
N U L N U L N U L
Decimal:
27 58 0 0 0
Hexadecimal:
1 B
3A 00 00 00
Comments:
This code copies the characters in the ROM into RAM so that
specific characters can be redefined.
ESC %
Select User-defined Set
Format:
ASCII
code:
ESC
%
n
Decimal:
27 37
n
Hexadecimal:
1B 25
n
Comments:
ESC & is required to define the character set. The following values
can be used for n:
0: Selects the normal set.
1: Selects the user-defined set.
Command Summary
A.31