Hexadecimal:
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
can send the following commands:
ASCII:
ESC
Decimal:
27
Hexadecimal: 1B
The BASIC programs about the above example are as below:
LPRINT CHR$ (27); "B"; CHR$ (2); CHR$ (5); CHR$(8); CHR$(0); 'ESC
LPRINT CHR$(11);
LPRINT "SPRM1";
LPRINT CHR$(11);
LPRINT "SPRM2";
LPRINT CHR$(11);
LPRINT "SPRM3"
The print result of the above program is as following:
VT
Format:
ASCII:
Decimal:
Hexadecimal:
Explanation:
Feed paper to the next vertical tab position which is set by ESC B
command.
Notice: if there is no vertical tab value setting, or the current position equals or is
beyond the last vertical tab position, VT command is to feed paper one line only
(same to LF command).
1B
42
B
STX
ENQ
66
2
42
02
Carry out Vertical Tab Value
VT
11
0B
21
n1 n2 n3...00
nd
th
th
line, 5
line, 8
BS
NUL
5
8
0
05
08
00
'print character string
line in one page, you
B command
'VT command
'VT command
'print character string
'VT command
'print character string
Need help?
Do you have a question about the SP-RMD11A and is the answer not in the manual?