![SPRT SP-RMD8 User Manual Download Page 19](http://html1.mh-extra.com/html/sprt/sp-rmd8/sp-rmd8_user-manual_1352055019.webp)
16
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
Hexadecimal:
1B
42
n1 n2 n3…00
Explanation:
The vertical tab positions are entered as n1, n2 and so on. Character NUL is added at the
end to indicate that the command is over.
VT command is to carry out vertical tab and the paper is fed to the next vertical position. All
input vertical tab positions can be deleted by using this command in ESC B NUL format.
Example: set three vertical tab values at 2
nd
line, 5
th
line, 8
th
line in one page, you can
send the following commands:
ASCII:
ESC
B
STX
ENQ
BS
NUL
Decimal:
27
66
2
5
8
0
Hexadecimal: 1B
42
02
05
08
00
The BASIC programs about the above example are as below:
LPRINT CHR$ (27); “B”; CHR$ (2); CHR$ (5);
CHR$(8); CHR$(0);
‘
ESC
B command
LPRINT CHR$(11);
‘VT command
LPRINT “SPRM1”;
‘print character string
Summary of Contents for SP-RMD8
Page 9: ...6 Picture 2 5 ...
Page 45: ...42 ...