Appendix A Programming Guide
A-15
A-3.3 Cursor Positioning Commands
CURSOR POSITIONING
COMMANDS
Description
ESC & a # C Horizontal Position in Columns
ESC * p # X Horizontal Position in PCL Units
ESC & a # H Horizontal Position in Decimal points
ESC & a # R Vertical Position in Rows
ESC * p # Y Vertical Position in PCL Units
ESC & a # V Vertical Position in Decimal points
ESC = Half Line Feed
ESC & k # G Line Termination
ESC & f # S Push / Pop Cursor Position
ESC & k # G
Line Termination
# = 0 : CR = CR, LF = LF, FF = FF
# = 1 : CR = CR+LF, LF = LF, FF = FF
# = 2 : CR = CR, LF = CR+LF, FF = CR+FF
# = 3 : CR = CR+LF, LF = CR+LF,
FF = CR+FF
ESC & f # S
Push / Pop Cursor Position
# = 0 : Push (Store)
# = 0 : Pop (Recall)
ESC & s # C
End-Of- Line Wrap
# = 0 : Enable
# = 1 : Disable
CR (hex 0D) Carriage Return
SP (hex 20) Space
BS (hex 08) Backspace
HT (hex 09) Horizontal Tab
LF (hex 0A) Line Feed
FF (hex 0C) Form Feed