Code: Without using Library files: void setup() { - TopicsExpress



          

Code: Without using Library files: void setup() { Serial.begin(2400); //Baud rate of the GSM/GPRS Module Serial.print(\r); delay(1000); Serial.print(AT+CMGF=1\r); delay(1000); Serial.print(AT+CMGS=\+91944xxxxxx8\\r); //Number to which you want to send the sms delay(1000); Serial.print(Test SMS -Jay\r); //The text of the message to be sent delay(1000); Serial.write(0x1A); delay(1000); } void loop() { }
Posted on: Sat, 12 Jul 2014 09:44:39 +0000

Trending Topics



Recently Viewed Topics




© 2015