Programming6-32
Download a Language (continued)
Example The
following sample program illustrates Downloading a L
anguage.
where: ESC V {2}E{65}E{224}E{66}E{225}E
ESC V
is the Serial Matrix Control Code Header introducing the Download a
Language
command.
{2}
is the quantity of entries (characters) in the substitution table
(in this ex
Ć
ample, the letters A and B).
{E}
is the numeric field terminator (required after
each
numeric field).
{65}is
the (decimal) address code for the first character in the current charac
Ć
ter
set that will cause the substituted character to be printed
(Uppercase
A/Alpha).
{224} is the (decimal) symbol point in the Character Library representing the
substituted
character selected (L
owercase Alpha).
{66}is
the
(decimal) address code for the second character in the current char
Ć
acter set that will cause the substituted character to be printed (UpperĆ
case
B/Beta).
{225} is the (decimal) symbol point in the Character Library representing the
substituted
character selected (L
owercase Beta).