Programmatically access STK application without using handset

后端 未结 4 784
余生分开走
余生分开走 2021-01-02 07:52

I would like to programmatically access an STK (SIM Application Toolkit) application without using my handset. GSM modem and/or handset is attached to my PC via USB and/or R

4条回答
  •  爱一瞬间的悲伤
    2021-01-02 08:24

    This can be done by using AT commands like AT+STGI & AT+STGR. AT+STGI is used to open the SIM menu & AT+STGR to select the menu. This can also be done prorammatically using Serial Port Interface to GSM Modem.

提交回复
热议问题