18
Hexadecimal format
:
[1BH][5BH][52H]
Note: cursor moves to the rightmost position of the current row. The cursor
is not visible in the default status, but it does exist; use the "ESC _ n"
command to open/close the cursor.
17.
ESC l x y
The cursor moves to the specified location
ACSII Code format
:
ESC l x y
Decimal system format
:
[027][108] x y 1<=x<=20
,
1<=y<=2
Hexadecimal format
:
[1BH][6CH]x y 01H<=x<=14H
,
01H<=y<=02H
Note: cursor moves to the specified line y, column x position. The cursor is
not visible in the default status, but it does exist; use the "ESC _ n" command
to open/close the cursor.
18.
ESC @
Display initialization status
ACSII Code format
:
ESC @
Decimal system format
:
[027][064]
Hexadecimal format
:
[1BH][40H]
Note: display initialization, display mode to display the cursor mode, covered
with dark, bright brightness, clear screen characters, the cursor to the top line
to the left.
19.
CLR
Clears all characters on the screen