How to set 'ok' in stk parsing using at-command?

695 Views Asked by At

In the stk menu I got something like this:

+STIN: 1
AT+STGI=1
+STGI: 1," Press ok to complete transaction",1

This is the end of a transaction, I just need to press the ok button to complete it.

What at-command am I supposed to use here?

2

There are 2 best solutions below

2
On BEST ANSWER

There's should be only 3 command in STK, which is +STIN, +STGI, +STGR, it should be same with if STK require response such as 1,2,3,etc, so you may try with AT+STGR=1,1

0
On

You can use AT^STGR? to view possible answers (tested with Huawei Modems)