DESIREDLINE SPACING
1/8inch
7f72inch
1/6inch
incrementsof 1/216inch
incrementsof 1/72inch
COMMAND EXPLANATION
<ESC>O (zero) <ESC> 1 (one)
<ESC>2 (the default)
<ESC>3 n (in whichn is the numberof inc~ments, maximum255)
<ESC>A n (in whichn is the numberof increments,maximum85)
5.4MOVINGTHE PRINTPOSITION
5.4.1Space
Theeasiestcommandfor movingthe print positionto the right acrossthe pageisjust the spacecontrolcode,the samecharactersentby the spacebar on a keyboard:
<Sl%
The actualdefinitionof a space(whichcan also be thoughtof as the width of a print column)is set by the pitch.
5.4.2 Backspacecommands
When you send the printer a backspacecontrol code it moves the print positionleft one space(or, with proportionalspacing,the widthof the last characterprinted).
cBS>
The backspacecodelets youprintdirectlyoverthelast characterprinted;it does not deletethat character.This lets you create symbolsnot ordinarily available,such as b witha stroke/ throughit to representa blankspace:E.
Do not backspace right after changing any font attributes,lest the first character in the new font print in the wrong spot. And don’t confuse backspacingwith the <DEL>control code (describedlater), which does erase the last characterfrom memory.
99