Hello,
I have a problem. I don't know if it is a bug. I updated the Phone library to the new v2.20. Since I updated, I have some SMS not sent immediately and even not sent. Like if the SMS were stored in the queue.
I have checked my code and tried with the simplest :
Have you got this trouble before ? Any idea to fix it ?
Thanks a lot
I have a problem. I don't know if it is a bug. I updated the Phone library to the new v2.20. Since I updated, I have some SMS not sent immediately and even not sent. Like if the SMS were stored in the queue.
I have checked my code and tried with the simplest :
Sub Process_Globals
Dim Sms As PhoneSms
End Sub
Sub Activity_Create(FirstTime As Boolean)
Dim x As Int
For x=1 To 5
Sms.Send2("THE PHONE NUMBER","TEST "&x,false,false)
Next
Activity.Finish
End Sub
Have you got this trouble before ? Any idea to fix it ?
Thanks a lot