22
After inputting this command, the characters, graphics and Chinese characters are
printed at n times of normal width, n=1
~
8. Default n=1 when the dots are 24, while
default n=2 when the dots are 16. These are normal printing width.
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$ (85);CHR$ (I); ’ESC U command
LPRINT “SPRM”;
’Print character string
NEXTI
’CR command
The print result is as following:
ESC V
Enlarge Height
Format: ASCII:
ESC
V
n
Decimal:
27
86
n
Hexadecimal:
1B 56
n
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
’ from 1 to 3 times
LPRINT CHR$ (27); CHR$ (86); CHR$ (I); ’ESC V command
LPRINT “SPRM”;
’Print character string
NEXT I
The print result is as following:
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...