Open toupetlu opened 3 days ago
AT+CMGD only deletes the message and does not control the SMS reception. It should be caused by other settings.
You can try to send a text message to see if it can be sent normally.
When I send a text message : "TEST" for example (test realized with 2 differents emmetor phone), nothing happend in the AT serial monitor and the AT command to ask list (AT+CMGL=ALL) displays no new received message.
When sending a message using AT+CMGS, the modem does not respond with "OK"? No response at all?
The modem respond OK and i did this following example : I wrote the AT command : the message is sent and I received it on my personnal phone
AT+CMGS="336.......57"
HELLO LUDO
I re-try this evening. I resent a text SMS to my A7670e module and I got a AT response at these new message and the all other message I send yesterday (the same number of answer as the same number of sms I sent yesterday)... so, surprising
So, now you can only send but not receive text messages, right?
No, now I receive text messages (SMS) normally. (but it is surprising that I received all the text messages (I sent the day before) at the same time)
Well... surprising...
Hello
I begin with the use of A7670E R2 not GPS and I use only ATdebug example
I received SMS and the AT Monitor displayed : + SMS FULL.
So I deleted memory with the AT command : AT+CMGD=,1. Since this command, my module didn't receive message. (Phone call are still received)
How to correct this?
Thank you
Ludovic