View previous topic :: View next topic |
Author |
Message |
anbu23 Guest
|
Posted: Thu Aug 23, 2007 11:54 am Post subject: help regarding RUN AT COMMAND in sim.toolkit |
|
|
Hi forum.
I am currently working on implementing a java card applet. I wish to run an
AT Command from the from a java sim card. I am using import sim.toolkit.* so my
question is - is there any method available in sim.toolkit or sim.access
which allows me to run the standard AT Commands? if so then is it possible
to get a sample code on how this is implemented? if its not possible then is there any other alternative way to run this
command?
I could find a sim.toolkit.toolkitconstant public static final byte
PRO_CMD_RUN_AT_COMMAND with is a interface toolkit constant with value 0x34.
I could not find any more information regarding this, so could you please
guide me on where to look at. I have gone through several 3gPP technical
specifications without any success.
Thanks in advance for your help.
Anbu |
|
Back to top |
|
 |
pz Guest
|
Posted: Fri Aug 24, 2007 7:18 am Post subject: |
|
|
I'm sorry we cannot help with JavaCard. On Turbo you could use stk_cmd() to implement RUN_AT_COMMAND, easy, has been done before. There are examples how to do it in our devel doc. The only problem is lack of phones supporting this command. |
|
Back to top |
|
 |
|