My favorites | Sign in
Project Logo
                
Feeds:
People details
Project owners:
  rabbitnyc

SSoftware2Mobile

An Arduino libary to allow SMS and emailing via mobile phone

| Full Size image

This library implements the Software serial Arduino library to establish a serial connection to a Mobile phone. The methods methods hides the AT+ commands from the user allowing messages to be sent by passing the method on a phone number or email and the message.

-Gustav

"Sserial2Mobile AT vonroth c-=-=-o-=-=-=m"


e.g.

SSerial2Mobile phone = SSerial2Mobile(2,3);

phone.sendTxt("+15555550125","Lib SMS Test1");
phone.sendEmail("sserial2mobile@example.com", "Lib email test1");








Hosted by Google Code