Star Micronics SB-15 Printer User Manual


 
This doesn’t confuse SD- 10/l 5---it advances the paper to the next
tab position which happens to be the first tab position on the
next page. That’s nice, isn’t it?
n A one-shot vertical tab command
There’s a one-time vertical tab command that works just like
the one-time horizontal tab command. It is < ESC > “a”
CHR$(n), and it causes the paper to advance n lines. It doesn’t
change the settings of the vertical tabs.
Table 7-3
Vertical tab commands
Function
Mode Control code
Advance paper to next tab
STAR CHR$( 11)
DOSitiOll
IBM
CHR$(ll)
< ESC > ‘Y CHR$(nl)
Advance paper n lines
STAR < ESC > “a” CHR$[n)
IBM
< ESC > “a” CHR$(n)
Note:If your computer does not support lowercase characters, use
CHR$(97) for “a.”
SUMMARY
Control code
Function
CHR$(9)
Horizontal tab
< ESC > “D” nl n2 n3 . ..CHR!$(O) Set horizontal tabs
< ESC > “b” n One-time horizontal tab of yt
spaces
-
< ESC > “M” n
Set left margin (for STAR
mode)
-=c ESC > “1” n Set left margin (for IBM
mode)
-=I ESC > “Q” n Set right margin
CHR$( 11)
Vertical tab
< ESC > “I”’ nl n2 n3 . ..CHR$(O)
Set vertical tabs (for STAR
mode)
< ESC > “B” nl n2 n3 . ..CHR$(O) Set vertical tabs (for IBM
mode)
< ESC > “a” n
One-time vertical tab of n lines
-
66