POSTEK PPLE COMMAND MANUAL
16
B4. Command reference
Byte 0,1
Expressed as a hexadecimal number.
For ASCII characters, the high byte is 0x00
and the low byte is the ASCII code; For
Chinese characters use GB code
Byte 2
Character overall width; equal to the character
actual width + character gap. Value:
0x00-0xFF pixels.
Byte 3
Character actual width.
Value: 0x00-0xFF in bytes.
<Font data N>:
“Nth character” data format:
Byte 0…
Character image data. The length is byte 3*p2
Example:
Parameter
Data
Hexadecimal
Byte 2
16
10
Byte 3
14
0E
p2
16
10
FE Command: Ends form store
Description: This command is used to end a form store sequence, started by the “FS” command.
Syntax: FE<LF>
Example:
FS “FORMA”
…
FE