A SERVICE OF

logo

Horizontal Spacing Commands (continued)
Function:
Horizontal tab
Format:
ASCII
<HT>
Decimal
9
Hexadecimal 09
Remarks:
This code advances the print head to the next horizontal tab
position. The default tab settings are every eight characters.
Function:
Set horizontal tabs
Format:
ASCII
Decimal
Hexadecimal
Remarks:
<ESC> ā€œDā€ n1 n2 n3 ... <NUL>
27
68 n1 n2 n3 ... 0
1B
44 n1 n2 n3 ... 00
Sets horizontal tabs at positions n1, n2, n3, etc. You can set up
to 32 horizontal tab positions. The values of n1, n2, n3, etc. can
range from 1 to 137 and must be entered in ascending order.
Function:
Set intercharacter space
Format:
ASCII
<ESC> <SP> n
Decimal
27
32 n
Hexadecimal 1B
20 n
Remarks:
Increases the space between characters by n dots (n can range
from 0 to 127).
A-8