User’s Manual
44
ZEKA LP
Font
n
Name of n-th font.
Every list member ends with
<CR><LF>.
The second command extracts the contents of certain font. The data is sent in
following format:
n
1
n
2
p
1
p
2
p
3
a
1
b
1
c
1
…a
n
b
n
c
n
where:
n
1
High part of total bytes in the font.
n
2
High part of total bytes in the font.
Total number is (
n
1
*256+n
2
).
p
1
:
One byte – number of characters in the font.
p
2
:
One byte – font rotation. Always 00h (not rotated).
p
3
:
One byte – font height in dots.
a
j
:
One byte - ASCII code of
j
-th character.
b
j
:
One byte – space to next character in dots.
c
j
:
One byte – width of
j
-th character in 8 dots per unit.
D
j
:
Data for
j
-th character (
p
3
* c
j
) bytes, ordered row by row, left to
right
7.9.6. SERIAL PORT SETTINGS
format:
Yp1,p2,p3,p4
p1
baud rate
115
–
115200 bps
56
–
56700 bps
19
–
19200 bps
96
–
9600 bps
p2
Parity (ignored)
О = odd
Е = even
Н = always active
p3
Data bits (ignored)
1 = seven data bits
2 = eight data bits (always active)
p4
Stop Bits (ignored)
1 = One stop bit (always active)
2 = Two stop bits