hi thanasis,
thx before for upgrading the smslib function,
especially for the SendCustomAtCommand(String atcommand) function in
serial modem gateway,
i already try it n it runs ok, but i have a question about how should
i put the code
when i want to send PIN code in STK menu the code looks like this when
i try in
hyperterminal:
at+Stgi=3
+STGI: 0,0,4,6,0,"Input PIN:"
OK
at+Stgr=3,1 <----- Stop Working in this state in my code
> 111111
OK
it runs well until the PIN statement (FYI: i try in hyperterminal it
runs well),
but it runs error when i want to input the PIN in my code, i give u
my code:
......
gateway.sendCustomATCommand("AT+STGI=3\r");
gateway.sendCustomATCommand("AT+STGR=3,1\r"); <------Stop Working
in this state
gateway.sendCustomATCommand("111111^26");
.....
please, help me. Thanks.
Regards,
Hendra
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---