20
This command doesn’t send carriage return and feed line. It won’t influence the later
feed line command.
If you need to feed paper immediately but no carriage return, can use ESC J command.
Line spacing will be enlarged automatically when using commands ESC V, ESC W and
FS W for enlarging characters.
ESC 1
Set n Dot-line Spacing
Format: ASCII:
ESC
1
n
Decimal:
27
49
n
Hexadecimal:
1B
31
n
Explanation:
The n dot-line spacing is set for future Line Feed command. n=0~255
Default setting n=3 for text printing, n=0 for bitmap printing when using ESC K
command.
The BASIC programs for observing the effect of this command are as
below:
FOR I=1 TO 11 STEP 2
LPRINT CHR$(27);CHR$(49);CHR$(I); ’ ESC 1 set line spacing
LPRINT “RMWD TEST” ’ Print character string and feed line
NEXT I
The print result of the above is as following:
4.2.2 Format Setting Commands
ESC B
Set Vertical Tab Value
Format: ASCII:
ESC
B
n1
n2
n3…NUL Decimal:
27
66
n1 n2
n3…0
Содержание 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...