![SPRT SP-D10 Скачать руководство пользователя страница 27](http://html1.mh-extra.com/html/sprt/sp-d10/sp-d10_user-manual_1352025027.webp)
25
ESC V
Enlarge Height
Form: ASCII:
ESC
V
n
Decimal:
27
86
n
HEX:
1B
56
n
Explain: After inputting this command, the characters, graphics and Chinese characters
are printed at n times of normal height, n=1
~
4. Default n=1. This command should
be sent out at the beginning of one line, otherwise, only the last set is effective.
The BASIC programs for observing the enlarging effect of this command are as
below:
FOR I=1 TO 3
‘from1 to 3 times
LPRINT CHR$(27); CHR$(86); CHR$(I)
‘ESC V command
LPRIN “SPRM”
‘
Print a string
NEXT I
This process print out from dot matrix printer as below:
ESC W
Enlarge vertical and horizontal
Form: ASCII:
ESC
W
n
Decimal:
27
87
n
HEX:
1B
57
n
Explain: After inputting this command, the characters, graphics and Chinese characters
are printed at n times of normal width and height, n=1
~
4. The default n = 1.
FOR I=1 TO 3
‘from 1 to 3 times
Содержание SP-D10
Страница 41: ...39 Character set 2...
Страница 46: ...44...
Страница 51: ...49...
Страница 52: ...50...