Open
Description
My new MKR NB 1500 cannot send SMS.
I use the library's "SendSMS" example.
Additional context
Receiving SMS works fine using the "ReceiveSMS" example.
If an SMS has previously been received from number, then sending an SMS to that number works.
I tested this by adding the following code to the "ReceiveSMS" example:
sms.beginSMS(senderNumber);
sms.print(txtMsg);
sms.endSMS();
It seems that the MKR NB 1500 remembers the path or so to send an SMS if it previously has received one from the sender.