When I send a text message via "AT+CMGS" I get a response from the console "+CMGS: [x]", X is a number that seems to increment with each message I send. Is there a command to set this number back to "0"?
I would like to do something like:
AT+CMGS="<+1xxxxxxxxxx>"
This is a text message.
CTRL-Z
---->Insert command to reset x in "+CMGS: [x]"
UPDATE 1:
To summarize, I would like know how to reset the reference number in the information response to "AT+CMGS" OR disable the information response all together (only for AT+CMGS, I still need the information responses from other commands later in the program.)