Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: Using SMS Messaging To+From Cellular
| Subject: | Re: Using SMS Messaging To+From Cellular |
| Posted by: | "Johnnie Norsworthy" (jln2..@verizon.net) |
| Date: | Tue, 25 Sep 2007 10:49:00 |
"yannis" <none@noware.non> wrote in message
news:mn.ccaa7d79aef25fa5.0@noware.non...
> You do not need any internet connection from the Cellular phone.
> You need to setup a 4 number service phone-number for your service which
> will receive any SMSies and forward them to your email address.
> From the cellular you just send an SMS to an other Cellular.
>
> The internet connection is needed on your site (ADSL or other) to connect
> to their service and send SMSies to any cellular phone you like.
>
> SMSies are send and received through the GSM network the gateway makes
> sure that the received SMSies reach an email address (which you can pul in
> intervals to find new messages) and that you can send an SMS with out the
> need of specialized hardware.
>
> If this is to expensive, which I do not think so, then you can by to
> cellular phones (or one for your site) and connect them to your computer
> through a COM / USB port and use them to send and receive SMSies with
> nothing else required expect the cost for a mobile phone account and the
> cost of the message it self.
Thanks for the details. I understand that the "base" will not need to be a
cell phone. The mobile will be a laptop attached to a cell phone (or similar
hardware) to send/receive messages.
What hardware is needed on the mobile side? Does it depend on the cellular
provider - is that the primary factor? For what type of hardware should I
ask available providers? An of course if there an API that Delphi can use to
send in real-time and be notified when a message is received in real-time?
I know it is dependent on the provider, but with this setup what is the
general cost per message sent/received by the mobile device? I will be
transmitting basically small changed records as plain text.
I appreciate your help with this very much. SMS messaging seems perfect for
this application.
-Johnnie