sdujolo
September 7, 2006, 6:26am
1
Hello I try to Subscribe to “+CMGW:” but it´s not working.
adl_atUnSoSubscribe ( "+CMGW: ", cmdSMSHandler );
If I try with code below it´s working.
adl_atUnSoSubscribe("+WIND: 4", cmdSMSHandler);
Is it not possible to subscribe to “+CMGW:”?
Regards /Jörgen
Hi Jörgen
The problem is that you “+CMGW” is not unsolicited.
it is a normal response and the “adl_atUnSoSubscribe” is only for unsolicited responses.
Best regards
Walter
sdujolo
September 7, 2006, 8:36am
3
Hello Walter and thanks for your reply. Is there any way to act on +CMGW response?
Regards /Jörgen
awneil
September 7, 2006, 9:59am
4
You subscribe to responses when you send the command…
pelimon
September 8, 2006, 6:24am
5
Hello guys !
It is good that you discuss about this, because I was trying to make an unSoSubcribe to +CME ERROR 13.
This works only in Wavecom Core Firmware Q6.55. In earlier versions it was only an illusion for me.
Can someone give me some precision, share experience ?
Thanks in advance,
regards
Stefan