Open (ModuleSerialGsm_Sms.cpp) in the src folder of ModuleSerial-master of arduino library folder and add:
if (!core->writeCommand("AT+CSMP=17,167,0,0", "OK", 2000))
return GSM_FAIL;
Ds should be included in d next line after the function of >ModuleSerialGsm::registerOnNetwork();<
Because SIM808evb3.2 can't send readable sms on mobile,. Pls update it.
Open (ModuleSerialGsm_Sms.cpp) in the src folder of ModuleSerial-master of arduino library folder and add:
if (!core->writeCommand("AT+CSMP=17,167,0,0", "OK", 2000))
return GSM_FAIL;
Ds should be included in d next line after the function of >ModuleSerialGsm::registerOnNetwork();<
Because SIM808evb3.2 can't send readable sms on mobile,. Pls update it.