|
Post by jimk123 on Sept 16, 2022 16:49:07 GMT
I just bought a Botletics SIM7000 LTE CAT-M1/NB-IoT + GPS Shield Kit, installed the library Botletics_SIMCom_Library_v1.1.0 and was running the arduino LTE_demo code. Everything seems to work ok but I noticed when I send a SMS it says failed, but I do receive the message on my phone. Was wondering why the code thinks it failed ?
09:08:36.378 -> FONA> s
09:08:42.942 -> Send to #1xxxxxxxxxx
09:08:51.967 -> Type out one-line message (140 char): jim
09:08:54.570 -> ---> AT+CMGF=1
09:08:54.617 -> <--- OK
09:08:54.617 -> ---> AT+CMGS="1xxxxxxxxx"
09:08:55.185 -> <--- >
09:08:55.185 -> ---> jim
09:08:55.513 -> Failed
|
|