22
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”; ’
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 LPRINT “SPRM”; ’
SPRM print with up-line LPRINT CHR$ (27); CHR$ (43);CHR$ (0);
’ Cancel up-line
print LPRINT “SPRM”;
The print result is as following:
Summary of Contents for SP-RMD8
Page 9: ...6 Picture 2 5 ...
Page 45: ...42 ...