
15
WPD-220 VF User’s Manual
Command (cont.)
Hex. Format
[0Ah]
Description
Move the cursor down one line . When the cursor reaches
the lower line, this command will operate differently
depending on the display mode.
1.Overwrite mode:The cursor is moved to the same
column on the upper line.
2. Vertical scroll mode:The characters displayed on the
lower line are scrolled to the upper line and the lower
line is cleared.The cursor will remain at the same
position.
3.Horizontal scroll mode:The cursor will remain
stationary.
ESC [ H
/Move cursor to home position/
HOM
/Move cursor to home position/
ASCII Format
ESC [ H
Dec. Format
[027][091][072]
Hex. Format
[1Bh][5Bh][48h]
ASCII Format
HOM
Dec. Format
[011]
Hex. Format
[0Bh]
Description
The cursor will move to the left-end position of the
upper line.
ESC [ L
/Move cursor to left-most position/
CR
/Move cursor to left-most position/
ASCII Format
ESC [ L
Dec. Format
[027][091][076]
Hex. Format
[1Bh][5Bh][4Ch]
ASCII Format
CR
Dec Format
[013]
Hex. Format
[0Dh]
Description
The cursor will be moved to the left-end position of the
current line.