Nokia 6090 AT Command Set 21
AT+CIND?
Request current status of indicators.
Response:
+CIND: 1,0,0
OK
Explanation:
message indicator is ON
call indicator is OFF
smsfull indicator is OFF
+CKPD Keypad Control
Execution command emulates ME keypad by giving each keystroke as a character in
a string <key>. <time> * 0.1 seconds is the time to stroke each key and <pause> *
0.1 seconds is the length of pause between two strokes.
The +CKPD command can be only executed, if the <keyp> value of the +CMEC
command is 2. See also +CMEC command, page 26.
Important note: This feature is available in SW version 5.300 or later.
Syntax:
AT+CKPD=<keys>[,<time>
[,<pause>]]
Default option is [,1,1].
AT+CKPD=?
OK
Parameters:
<keys>: string of characters representing keys as listed in the following table
<key>:
* or \2A
star (*)
# or \23
hash (number sign)
0 or \30
key 0
1 or \31
key 1
2 or \32
key 2
3 or \33
key 3
4 or \34
key 4
5 or \35
key 5
6 or \36
key 6
7 or \37
key 7
8 or \38
key 8
9 or \39
key 9
C, c, \43 or \63
clear display (C / CLR)
D, d, \44 or \64
volume down
E, e, \45 or \65
connection end
M, m, \4D or \6D
menu (MENU)
S, s, \53 or \73
connection start (SEND)
U, u, \55 or \75
volume up
V, v, \56 or \76
down arrow
\5B
soft key 1 (also MENU key)
\5D
soft key 2 (also CLR key)
\5E
up arrow
For some <key> parameter, you can also used their HEX values. This values must
be indicated with a “\”.
In example.: ”c” -> “\63”
“C” -> “\43”
The last three <key> values (soft key 1, soft key 2 and up arrow) can be only used
with their HEX values.