SPRT SP-RMD11A User Manual page 29

Mini thermal printer
Table of Contents

Advertisement

Hexadecimal:
Explanation:
After inputting this command, the characters, graphics and Chinese characters are
printed at n times of normal width and height, n=1~8.
Remark: n=1~8, the other value of n will be invalid.
FOR I=1 TO 3
LPRINT CHR$ (27); CHR$ (87); CHR$ (I);
LPRINT "SPRM";
NEXT I
The print result is as following:
ESC -
Format: ASCII:
Decimal:
Hexadecimal:
Explanation:
When the lowest dot n=1, select underline print; when the lowest dot n=0, cancel
underline print.
All characters including spaces will be printed out with underline after selecting
underline print command, unless cancel the underline print command. This command is
also valid for Chinese characters.
Remark: Only the lowest dot of n is valid. Default n=0.
The BASIC programs for observing the effect of this command are as below:
LPRINT CHR$ (27); CHR$ (57); CHR$ (2); ' Enlarge the width and height twice
LPRINT "SPRM";
LPRINT CHR$ (27); CHR$ (45); CHR$ (1); ' Select underline print
LPRINT "SPRM";
LPRINT CHR$ (27); CHR$ (45); CHR$ (0); ' Cancel underline print
1B
57
Select/cancel Underline Print
ESC
-
n
27
45
n
1B
2D
n
' SPRM print with underline
27
n
' from 1 to 3 times
'ESC W command
'Print character string

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SP-RMD11A and is the answer not in the manual?

Table of Contents