LPRINT "SPRM";
NEXTI
'CR command
The print result is as following:
ESC V
Format: ASCII:
Decimal:
Hexadecimal:
Explanation:
After inputting this command, the characters, graphics and Chinese characters are
printed at n times of normal height, n=1 ~ 8. Default n=1 when the dots are 24, while
default n=2 when the dots are 16. This command should be sent out at the beginning of
one line.
Remark: n=1~8, the other value of n will be invalid.
The BASIC programs for observing the enlarging effect of this command are as below:
FOR I=1 TO 3
LPRINT CHR$ (27); CHR$ (86); CHR$ (I);
LPRINT "SPRM";
NEXT I
The print result is as following:
ESC W
Format: ASCII::
Decimal:
'Print character string
ESC
V
n
27
86
n
1B
56
n
ESC
W
27
87
Enlarge Height
' from 1 to 3 times
'ESC V command
'Print character string
Enlarge Width and Height
n
n
26
Need help?
Do you have a question about the SP-RMD11A and is the answer not in the manual?