> Im pretty new mobile development, I'm attempting to write an
> application work base on SMS, that I found I can do this by
[quoted text clipped - 7 lines]
> some practical code examples demonstrating the access and
> usage of the information retained on a SIM card.
Just in case you're not aware of this, most Siemens phones that
support "AT" commands over a serial connection (cable, IrDA, or
Bluetooth) implement a Siemens-specific command, "AT^SSTK",
which lets you run STK (SIM Toolkit) TLV (Tag, Length, Value)
commands over the serial connection. This might be a useful
introduction for you. Personally, this has been my only
programming exposure to STK, and I use it to gather
netmonitoring information.
I take it you've got a copy of GSM 11.14 (STK specification).
You can read a Siemens phone's STK Profile with "AT^SSTK=?",
getting a response like "^SSTK:
7FFFFFFF7F0F00DF7F00001F2300000003". From there, it's a matter
of constructing GSM 11.14 TLV commands conforming to this
profile, and interpreting the results.
The Siemens documentation mentions the "AT^SSTK" command without
really telling you how to use it. Basically, you enter a
command like
AT^SSTK=99
where "99" is the length (or a larger number) of the TLV command
you're running. Then you wait for the ">" prompt, and enter
the TLV command itself terminated with <ctrl-Z>, eg
D009810301260082028381
You'll receive a response like:
^SSTK: 810301260082028281830100930705F51010301401
If nothing else, the above examples might serve as an
introduction to TLV syntax. I can work through them with you
if you need to do that.
John
hotpepper@gmail.com - 27 Apr 2005 13:27 GMT
Dear John,
Thank you for your kind reply,
May I have your email address to ask you more about STK? My email is:
htpepper AT gmail DOT com
Thank you again, and waiting for your response
Davar
> > Im pretty new mobile development, I'm attempting to write an
> > application work base on SMS, that I found I can do this by
[quoted text clipped - 45 lines]
>
> John
Sim Toolkit development has definitelty become easy now after SIM card
vendors have agreed on having an Interoperable STK. So, there are
Interoperable guidelines also do develop STKs. Its no longer
proprietary.
The best approach is to download 11.14 and GSM 03.19 Technical
Specifications from etsi.org and then try it on your own.
Hope this helps!
Cheers
rl89 - 25 Aug 2005 07:56 GMT
im developing an application that would run through the menu list fro
the SIM (i assume that the list was through the SIM applicatio
toolkit)..
can i go through that using AT commands? can i access those program
through AT commands?
im am using nokia 30 gsm modem...
tnx
my email add is : dean_rl89@yahoo.co
--
rl89