24
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”;
’ SPRM print with underline
LPRINT CHR$ (27); CHR$ (45); CHR$ (0); ’ Cancel underline print
LPRINT “SPRM”;
The print result is as following:
ESC +
Select/prohibit Up-line Print
Format: ASCII:
ESC
+
n
Decimal:
27
43
n
Hexadecimal:
1B 2B
n
Explanation:
When the lowest dot n=1, select up-line print; when the lowest dot n=0, prohibit up-line
print.
All characters including spaces will be printed out with up-line after selecting up-line
print, unless prohibit the up-line 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$ (43);CHR$ (1); ’ Select up-line print
Summary of Contents for SP-RMD12
Page 39: ...37 n 2 Off line status n 3 Error status n 4 paper feeding status...
Page 47: ...45 Characters Set 2...
Page 48: ...46...