
13
WPD-220 VF User’s Manual
Command (cont.)
ESC [ D
/Move cursor left/
BS
/Move cursor left/
ASCII Format
ESC [ D
Dec. Format
[027][091][068]
Hex. Format
[1Bh][5Bh][44h]
ASCII Format
BS
Dec. Format
[008]
Hex. Format
[08h]
Description
If the current cursor is at the left-end position, this
command will operate differently depending on the
display mode.
1.Overwrite mode:When the cursor reaches the
left-end of the lower line, it will continue to the right-end
of the upper line, overwriting previous characters.
When it reaches the left end of the upper line, it will
continue to the right-end of the lower line.
2. Vertical scroll mode:When the cursor reaches the
left-end of the lower line, the lower line will scroll up
and replace the previous upper line. The lower line
will be cleared and the cursor will continue to the right
end of the lower line.
3.Horizontal scroll mode:The cursor will remain
stationary.
ESC [ C
/Move cursor right/
HT
/Move cursor right/
ASCII Format
ESC [ C
Dec. Format
[027][091][067]
Hex. Format
[1Bh][5Bh][43h]
ASCII Format
HT
Dec. Format
[009]
Hex. Format
[09h]
Description
Move the cursor to the right. When the cursor reaches the
right-end, this command will operate differently depending
on the display mode.