HP PCL/PJL reference (PCL 5 Printer Language) - Technical Reference Manual Part II

24-12 Programming Hints EN
Troubleshooting Commands
End-of-Line Wrap
The End-of-Line Wrap command defines the action that occurs when
a line of text reaches the right margin.
E
C
& s # C
# =0 - Enables End-of-Line Wrap
1 - Disables End-of-Line Wrap
When end-of-line wrap is enabled, a character or space that moves
the cursor to the right of the right margin executes a CR-LF (prior to
the printing of the character or space).
When end-of-line wrap is disabled, a character or space that would
move the cursor to the right of the right margin may be clipped (refer
to Chapter 2). When a character is clipped, the cursor is set to the
right margin.
The primary use of this command is with display functions mode.
The factory default is end-of-line wrap disabled.
Example
To enable end-of-line wrap mode, send:
E
C
&s0C
Display Functions Mode
The Display Functions Mode command allows all escape sequences
and control codes to be printed instead of being executed.
E
C
Y - Enables Display Functions Mode
E
C
Z - Disables Display Functions Mode