8 -10
96622 Issue 4.0 Jan 0
PRINT MESSAGE DATA
The text to be printed is sent as ASCII characters ranging in value from 20 to 7f
hex. Interspersed within the text can be attribute characters which define the
start of special fields or define which character font to print. The special
attribute characters are listed in the table below. Notice in the table that some
special fields require the attribute character be present at both the start and end
of the field. The following examples illustrates how to create a message string;
To print the following in standard 9x7 font:
EXPIRES 10/93
the following hexadecimal codes would be sent:
09H
45H
58H
50H
49H
52H
45H
53H
14H
31H
30H
2FH
16H
39H
33H
09H
^
E
X
P
I
R
E
S
^
1
0
/
^
9
3
^
To print the following in alternate font 7x5:
SN# 000
the following hexadecimal codes would be sent:
IEH
53H
4EH
23H
20H
18H
30H
30H
30H
18H
lEH
^
S
N
#
^
0
0
0
^
^