Skip to content

LSG-Microcontroller-Security/PortableAlarm

Repository files navigation

- when set sms in text mode: 

mySim900->ATCommand("AT+CPMS=\"SM\"");
delay(500);
mySim900->ATCommand("AT+CMGF=1");
delay(500);
mySim900->ATCommand("AT+CMGD=1,4");
delay(1000);

use delay time after commands,becouse there are situations when sms don't comes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published