User-defined Characters

Note: See Chapter 5 for sample programs and full information on this topic.

E S C &

 

 

Define User-defined Characters

Format:

ESC

&

NUL

d1

d2 .

.

.

dn

ASCII code:

Decimal:

27

38

0

d1

d2 .

.

.

dn

Hexadecimal:

1B

26

00

 

d1 d2

.

.

. dn

Comments:

This command allows characters to be redefined in the currently selected mode.

ESC:

 

 

 

Copy ROM into RAM

Format:

ESC

:

NUL NUL NUL

ASCII code:

Decimal:

27

58

0

0

0

Hexadecimal:

1B

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:

ESC

%

n

ASCII code:

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