12
EA KIT129-6
ESC
F
n1 n2
n3
Set font
Sets the font with the number
n1
(1=4x6 uppercase letters only !). In addition, an
enlargement factor (1..8 times) is set for the width (
n2
) and height (
n3
) separately.
Example:
$1B
$46 $02
$03
$04
The 6x8 with 3 times the width and 4 times the height is set with immediate effect.
In the adjacent figure, the character 'E' is shown in the 6x8 font and with various
enlargement factors.
ESC
F
T
n1
Set terminal font
Sets the font with the number
n1
for terminal operation. The font for the terminal is always used without zoom
and in REPLACE mode.
Example:
$1B
$46 $54
$03
The 6x8 font is set as the terminal font with immediate effect.
ESC
G
x1 y1
x2 y2
Draw straight line
A straight line is drawn from
x1,y1
to
x2,y2
taking into account the graphics mode set
'V' (set/delete/inverse).
Example:
$1B
$47 $03
$14
$28
$06
A straight line is drawn from 3,20 to 50,6.
ESC
H
x1 y1
x2 y2
Create hard copy of display contents
Requests the area from the upper left corner (
x1,y1
) to the lower right corner (
x2,y2
). The graphics chip then
immediately sends the width and height of the image section followed by the image data. See the upload image
command ('U') for the structure of the image data.
Example:
$1B
$48 $00
$00
$1F
$0F
The upper left part of the screen (32 x 16 pixels) is sent via RS-232.
ESC
J
n1
Switch beep on/off manually
Switches the tone off (
n1
=0), on for an undefined period (
n1
=1) or on for n1/10 seconds (
n1
=2..255).
Example: $1B
$4A $0A
The tone sounds for 1 second after this command.
ESC
K
A
add
Assign address
Assigns an address to the EA KIT129 (
add
=0..254). The best place for this command is in the power-on macro.
Example: $1B
$4B $41
$01
The EA KIT129 is assigned the address $01 with immediate effect.
ESC
K
S/Dadd
(De)select KIT129
Selects (
S
) or deselects (
D
) the EA KIT129 with the address
add
(0..254); the address 255=$FF is a master
address for all EA KIT129 units.
Example: $1B
$4B $44
$01
All commands for the EA KIT129 with the address $01 are ignored with immediate effect.