Is it feasible to send text messages ?

Discussion to talk about software related topics only.
Post Reply
seulater
Posts: 445
Joined: Fri Apr 25, 2008 5:26 am

Is it feasible to send text messages ?

Post by seulater »

I am wondering if there is an alarm condition can we send out a text message to a phone ?
User avatar
tod
Posts: 587
Joined: Sat Apr 26, 2008 8:27 am
Location: Southern California
Contact:

Re: Is it feasible to send text messages ?

Post by tod »

I send phone text msgs via email all the time, so it's just as feasible as sending an email.
v8dave
Posts: 333
Joined: Thu Dec 31, 2009 8:31 pm

Re: Is it feasible to send text messages ?

Post by v8dave »

If you use a GSM modem then you can send SMS messages easily without the need to be connected to the internet. All you need is a serial RS232 port.

If you use text mode your code is easy to develop but you are limited to about 140 or so characters. With PDU mode you get the full 160 characters but this will require more work on the development side.

Dave...
User avatar
Forrest
Posts: 283
Joined: Wed Apr 23, 2008 10:05 am

Re: Is it feasible to send text messages ?

Post by Forrest »

I have used this: http://www.sparkfun.com/commerce/produc ... ts_id=7917 gprs/gps modem to send email messages with current location before in testing. It had the functionality to send sms as well, but I never used that, email sufficed for the testing I as doing.
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
Post Reply