SMS send failure with Python
paste mode; Ctrl-C to cancel, Ctrl-D to finish
1=== import network
2=== c = network.Cellular()
3=== c.isconnected()
4=== c.sms_send(“phone number”, “test”)
True
Traceback (most recent call last):
File “”, line 4, in
OSError: [Errno 7005] EIO
Have anyone resolve this Error?