26
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:
ESC W
Enlarge Width and Height
Format: ASCII::
ESC
W
n
Decimal:
27
87
n
Содержание SP-RMD11A
Страница 20: ...18...
Страница 43: ...41 n 2 Off line status n 3 Error status n 4 paper feeding status...
Страница 51: ...49 Characters Set 2...
Страница 52: ...50...