Programming632
Download a Language (continued)
Example The following sample program illustrates Downloading a Language.
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 example, 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 character set that
causes the substituted character to print (Uppercase A/Alpha).
{224}is
the (decimal) symbol point in the Character Library (page 94) representing
the
substituted character selected (Lowercase Alpha).
{66} is the (decimal) address code for the second character in the current character set
that
causes the substituted character to print (Uppercase B/Beta).
{225}is
the (decimal) symbol point in the Character Library representing the substituted
character
selected (Lowercase Beta).