Genovation, Inc.
32
MiniTermPro
Example: 1.00 second delay and approximately 2cps repeat rate.
Prefix
Command Type Typematic Delay/Rate
ASCII:
@
T
~
Dec:
64
84
126
Hex:
40h
54h
7Eh
NOTE:
The key macro must be set for auto-repeat for this setting to have any
effect. Long macros will not repeat until the previous macro is finished.
Character pacing can also affect the rate at which characters are emitted by the
keypad. This operation is only valid in True Terminal mode.
‘B’ – 42h – Beep <duration>
Turns the beeper on for the specified amount of time. The provided parameter
(0-255) is multiplied by 4ms. Therefore a value of 125 will give a 0.5 second
beep.
Example: Beep for 200ms (50 x 4).
Prefix
Command Type
Duration
ASCII:
@
B
2
Dec:
64
66
50
Hex:
40h
42h
32h
‘L’ – 4Ch – LED Control
If one or both of the LEDs are configured for Host Control, then this command
controls whether an LED is off (0), on (1) or flashing (2):
0
0
0
0
Grn LED
b1
Grn LED
b0
Red LED
b1
Red LED
b0
Example: Flash the green LED (2 decimal = 10 binary) and turn the red LED on
(1 decimal = 01 binary). Parameter to transmit then equals 0000 1001.
Prefix
Command Type
Param
ASCII:
@
L
Tab
Dec:
64
76
9
Hex:
40h
4Ch
09h