Beckmann Egle MT 40x2 Manual - Page 14

Browse online or download pdf Manual for Control Unit Beckmann Egle MT 40x2. Beckmann Egle MT 40x2 20 pages.

MT 20x2/40x2
Keyboard
ESC & u Byte0 ..... Byte31
The original keycodes are replaced in sequence with the 32 bytes following the "u".
The keycodes, liked the fixed texts, are permanently stored in EEPROM.
Example:
PRINT #1,CHR$(27);"&u";
TEXT$ = "abcdefghijklmnopqrstuvwxyz,.;:?"
L = LEN(TEXT$)
FOR I=1 TO L
NEXT I
error:
end:
END
Default settings
Key
1 - 8
9 - 16
17 - 24
25 - 32
Please note:
The baud rate and code map settings remain in memory even if in the even of power failure. These
settings can only be changed by using the Escape sequences detailed above.
ESC & P n
This command sets the keyboard operation mode:
n=0
Polling mode: the code of the last pressed key is only sent when requested and
only when this command has executed. If no key was pressed since the last query,
MiniTerminal outputs the code 255 / FF
n=1
keycode is sent automatically when key is pressed, even if the key is kept pressed.
n=2 ..7
Autorepeat mode: the keycode is sent as long as the key is pressed, ending when
it is released. Various speeds can be set based on n:
2 : very quick to 7: approx. 2-second frequency
On power on, Autorepeat mode, level 2, is activated.
Example:
PRINT #1,CHR$(27);"&P0";
PRINT #1,CHR$(27);"&P5";
Copyright BECKMANN+EGLE GmbH, all rights reserved.
PRINT #1,MID$(TEXT$,I,1);
R$ = INPUT$(1,#1)
IF R$ <> MID$(TEXT$,I,1) THEN GOTO error
PRINT "Error while saving"
Keycode (hexadecimal)
00h – 07h
10h – 17h
20h – 27h
30h – 37h
Keyboard in Polling mode and request last keycode
Keyboard in Autorepeat mode with approx. 1 second delay
between keycode transmit
Change keyboard layout
Set keyboard operation mode (from V1.6)
Page 14
' new keycode
' Error while saving
Internet: www.bue.de