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
Format: ASCII:
Decimal:
Hexadecimal:
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
Format: ASCII:
n3...NUL Decimal:
n3...0
ESC
1
n
27
49
n
1B
31
n
ESC
B
27
20
Set n Dot-line Spacing
Set Vertical Tab Value
n1
n2
66
n1
n2
Explanation:
Need help?
Do you have a question about the SP-RMD11A and is the answer not in the manual?