Matrix Orbital GLK12232-25-SM Legacy User Manual
Page 21
21
In this mode, when a key is held down, the key code is transmitted immediately and no other codes will
be sent until the key is released. On the release of the key, the key release code transmitted will be a
value equal to the key down code plus 20 hex. For example, the key code associated with key 'P' (0x50)
is pressed, the release code is 'p' (0x70).
In RS-232 polled mode (see 5.5.4 below) or via the I²C interface, the key down / key up codes are
used; however, the user should be careful of timing details. If the poll rate is slower than the simulated
auto – repeat it is possible that polling for a key up code will be delayed long enough for an unwanted
key repeat to be generated (see Figure 5-2).
unwanted auto-repeat
after key-up.
Polls
Key down
Key up
auto-repeat clock
valid key stroke
(before key up)
Figure 5-2 Poll timing
5.5.2 Auto repeat mode off (254 96)
This command turns off auto repeat mode.
5.5.3 Auto transmit keypresses on (254 65)
In this mode, all keypresses are sent immediately to the host system without the use of poll keypad
command. This is the default mode on power up.
5.5.4 Auto transmit keypresses off (254 79)
In this mode, up to 10 keypresses are buffered until the unit is polled by the host system via the poll keypad
command. Issuing this command places the unit in polled mode.
5.5.5 Clear key buffer (254 69)
This command clears any unread keypresses. In a menuing application, if the user presses a key which
changes the menu context, any following key presses may be inaccurate and can be cleared out of the buffer
between menu changes to prevent jumping around the menu tree. It may also be used to, in effect, reset the
keypad in case the host
application resets for whatever reason.
5.5.6 Poll keypad (254 38)
This command returns any unbuffered keypresses via the RS - 232 interface. The host system must be set up
to receive the key codes. When the GLK12232-25-SM receives this command it will immediately return
any unbuffered keypresses which may have not been read already. If there is more than one keypress
buffered, then the high order bit (MSB) of this returned keycode will be set (1). If this is the only buffered
keypress, then the MSB will be reset (0). If there are no buffered keypresses, then the returned code will be
0x00. Please note to make use of this command the “Auto Transmit Keypress” mode should be off.