Genovation, Inc.
34
MiniTermPro
‘C’ – 43h – Clear LCD
Clears the LCD display and returns the cursor to the home position (position 1).
There are no parameters for this command.
Example:
Prefix
Command Type
ASCII:
@
C
Dec:
64
67
Hex:
40h
43h
‘P’ – 50h – Set LCD Cursor Position
Moves the cursor to the COLUMN provided. For example, with the 1 x 16 LCD
the valid column numbers are 1 through 16. For a 2 x 16 LCD, use 1 through 32.
Example: Set the cursor to the “home”, position (1). This command is similar to
the Clear LCD command except in this case the cursor moves home without
disturbing the LCD contents.
Prefix
Command Type
Column
ASCII:
@
P
^A
Dec:
64
80
1
Hex:
40h
50h
01h
‘M’ – 4Dh – Mask User Input (Line Edit mode only)
If the MiniTerm is operating in Line Edit mode it will still respond to prompts and
other commands from the host. The PIN-masking feature (user input appears as
* star characters on the LCD) is enabled/dispabled using this command. The
least significant bit of the parameter byte sets the mask state (0 = off, 1 = on), so
any odd value turns PIN-masking on, while any even value turns it off.
Example: Turn PIN-masking on.
Prefix Command Type
Param
ASCII:
@
M
^A
Dec:
64
77
1
Hex:
40h
4Dh
01h
The default masking value is set by the value from the Keypad Properties panel.
If the MiniTerm has been downloaded to. The factory default setting is OFF.