SSoftware2Mobile
An Arduino libary to allow SMS and emailing via mobile phone
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");