Brother HL-Series Technical Reference Manual page 248

Hide thumbs Also See for HL-Series:
Table of Contents

Advertisement

Revision C 16/01/96
Set horizontal tabs
EscD<n1><n2><n3>...NUL
<1Bh><44h>n1n2n3...<00h>
Ÿ
This command enables you to set up to 28 horizontal tab stops using the current character
pitch.
Ÿ
The tab stops should be set in ascending order.
Ÿ
Esc D 0 clears all horizontal tab settings.
Ÿ
Esc R restores the default settings, which are at every eighth column, starting at the ninth
column.
Ÿ
You can move the print position to the tab stops using the HT control code.
LPRINT CHR$(27); CHR$(68); CHR$(10); CHR$(20); CHR$(0); 'Set tab
stops at columns 10 and 20.
Set vertical tabs
EscB<n1><n2><n3> ...NUL
<1Bh><42h>n1n2n3...<00h>
Ÿ
This command enables you to set up to 64 vertical tab stops using the line feed pitch.
Ÿ
The tab stops should be set in ascending order.
Ÿ
Esc B 0 and Esc R both clear all vertical tab settings.
Ÿ
You can move the print position to the tab stops using the VT control code.
LPRINT CHR$(27); CHR$(66); CHR$(12); CHR$(24); CHR$(0); 'Set tab
stops at lines 12 and 24.
Horizontal tab
HT
Ÿ
The HT control code (ASCII 9) moves the current print position one tab stop to the right.
Ÿ
The command is ignored if there are no tab stops to the right of the current print position or if
the next tab stop is beyond the right margin.
LPRINT CHR$(9);
Vertical tab
VT
Ÿ
The VT control code (ASCII 11) moves the current print position one vertical tab stop down
the page.
Ÿ
If there are no tab stops below the current print position a line feed is performed.
Ÿ
If no tab stops have been set a line feed is performed.
LPRINT CHR$(9);
(27)(68)n1n2n3...(00)
(27)(66)n1n2n3...(00)
(09)
<09h>
(11)
<0Bh>
Chapter 6 " IBM Proprinter XL " - 12

Advertisement

Table of Contents
loading

Table of Contents