29
in the original position.
C. horizontal scroll display mode: cursor fixed.
8.
CR The cursor moves to the leftmost position of the current row
ACSII CODE FORMAT
:
CR
Decimal system format
:
[013]
Hexadecimal format
:
[0DH]
Note: the cursor moves to the leftmost position of the current row. The
cursor is not visible by default, but does exist. You can turn on / off the cursor
by using the US C n command.
。
9.
US CR
The cursor moves to the rightmost position of the current row
ACSII CODE FORMAT
:
US CR
Decimal system format
:
[031][013]
Hexadecimal format
:
[1FH][0DH]
Note: cursor moves to the rightmost position of the current row. The
cursor is not visible by default, but does exist. You can turn on / off the cursor
by using the US C n command.
。
10.
HOM
The top left position of the cursor
ACSII CODE FORMAT
:
HOM
Decimal system format
:
[011]