|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Sending SMS through mobilephoneI want to write a program that will be able to send sms through my
mobile phone. I have my mobilephone connected to my PC using the USB port. Please hints, links, advise ... wil be well appreciated. Thankx *** Sent via Developersdex http://www.developersdex.com *** I have a small script that will send SMS to Alltel phones directly
from the PC, no cell phone has to be connect. I'm afraid it's not in VB, but in ooRexx using Rexx Sockets. There were several steps required to develop this little script, but it has come in real handy in our office. We use it notify us via cell text message IF our telephone service goes down. Most all cell companies have a webbased means of sending text messages. You could use ActiveX/OLE to automate IE and send your message that way OR you could put a packet sniffer on your system and determine only the necessary parts to send without going through the webpage. NOTE: this will probably be different for all cell service providers. Lee On Thu, 12 May 2005 02:54:48 -0700, BeePee <anonym***@devdex.com> wrote: Show quote >I want to write a program that will be able to send sms through my >mobile phone. I have my mobilephone connected to my PC using the USB >port. >Please hints, links, advise ... wil be well appreciated. >Thankx > > >*** Sent via Developersdex http://www.developersdex.com *** |
|||||||||||||||||||||||