Hi my Friends
i have a module with sim808 GSM/GPS
i can send some AT commands through Arduino serial monitor
My problem is that i dont know how to send an sms
The problem is that in order to send the sms you have to write the text and then press but this is something that the serial monitor cant see as an action
the AT commands in order to send an sms are these :
AT+CMGF=1
OK (the response from the device)
AT+CMGS="+the_mobile_number"
This is the text message. ( send the message using the - key combination)
what i am missing?
thanks in advance