24
LPRINT
CHR$ (&H7C); CHR$ (&H44); CHR$ (&H44); CHR$ (&HFF);
LPRINT
CHR$ (&H44); CHR$ (&H44); CHR$ (&H7C); CHR$ (&H0);
LPRINT
CHR$ (&H41); CHR$ (&H62); CHR$ (&H54); CHR$ (&HC8);
LPRINT
CHR$ (&H54); CHR$ (&H62); CHR$ (&H41);
LPRINT
CHR$(10);
CHR$ (&H13);
‘enter to print
text
The print result is as following:
ESC ’
Print Curve I
Format: ASCII
:
ESC ‘
mL mH n1L
n1H
n2L n2H……nIL nIH CR
Decimal:
27 39
mL mH n1L
n1H n2L n2H……nIL nIh 13
Hexadecimal:
1B
27 mL
mH n1L
n1H
n2L
n2H……nIL nIh
OD
Explanation:
This command is used to print curve along the paper-feeding direction. The value of m
is the number of cruves to be printed, m=0~255.
There are m dots of curve in one horizontal line. n1L n1H n2L n2H
……
nIL nIH
presents the positions of these m curves. The numbers of nIL or nIH should equal to m.
Each dot should be within the largest dots numbers of printer. The last CR (“enter”) is
used to print out this dot line. The whole m curves are printed out through each dot line
by n1L n1H n2L n2H
……
nIL nIH data.
Remark: The dot whose position is beyond the paper width won’t be printed out. This
command is valid no matter there is OD or not.
ESC ,
Print Curve II ( supplement dots automatically to be full curve)
Format: ASCII
:
ESC
, m n1L
n1H n2L n2H
……
nIL nIH CR
Decimal:
27
44
m n1L
n1H n2L n2H
……
nIL nIh 13
Hexadecimal: 1B
2C
m n1L
n1H n2L n2H
……
nIL nIh OD
Explanation:
The using explanation is same as the command for Printing Curve I.
FS P
Print Pre-saved Bitmap
[Format]
ASCII:
FS
P
n
Decimal:
28
80
n
Hex:
1C
50
n
Explanation:
0≤ n ≤2, this command is used to print the monochrome bitmap which is pre-saved in the
Flash memory of printer. The bitmap in Flash memory can be created and wrote into printer
through Setting Tool in PC. The largest width of bitmap is 384dots and the largest height is
1365dots. (The bitmap can’t be over 64km.) “n” is the number of bitmap.
Remark: If the number of bitmap isn’t defined, this command is invalid.
The bitmap must be monochrome.
This command won’t be affected by printing mode (underline, character size or
reverse white printing).
If the width of printed bitmap is beyond one line, the beyond part won’t be printed