Switch to desktop version  
Modem ready - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: BASIC Script (https://techforum.ewon.biz/forum-52.html)
+--- Thread: Modem ready (/thread-1125.html)



Modem ready - hjl - 11-12-2019

I have made an Ewon basic script doing a SENDSMS after an alarm.  If the alarm fires too early no SMS is sendt,  and  in the log:
 23520 Modem not yet ready
Can I test on Modem ready?
Can Get an "ON-event" when I can sendt SMS?
What if we lose GSM-connection, can it be trigged?


RE: Modem ready - simon - 12-12-2019

Hi,

You can use the script commands :

SETSYS INF, "LOAD"
A$ = GETSYS INF, "ModemInitStepTxt"
//A$ will be = to "037/038 Modem initialization completed"

Simon