944,221 Members | Top Members by Rank

Ad:
Jan 31st, 2006
-1

sms through pc

Expand Post »
is any body suggest how i will send sms from pc if i have a gsm modem in my pc.
Similar Threads
jto
Reputation Points: 13
Solved Threads: 0
Junior Poster in Training
jto is offline Offline
51 posts
since Oct 2005
Feb 7th, 2006
0

Re: sms through pc

Hi

SMS modems (and some mobile phones) connect to the COM port on the PC and support 'AT' commands. These are simple text strings that form a standard 'language' that modems support. To make your VB program work you need to do three things:

Use the mscomm control to enable VB to talk to your COM port
Write an 'engine' that generates AT commands, configures the modem, processes replies, handles errors etc
Write a GUI interface

It's possible to do but quite a lot of work to get right.

Rgds
AlanC
Reputation Points: 13
Solved Threads: 1
Light Poster
AlanC is offline Offline
31 posts
since Jul 2005
Nov 22nd, 2006
0

Re: sms through pc

For testing purpose, you can first use Windows Hyperterminal to "talk" to your mobile device via COM or modem interface using a "data cable". Check out this tutorial on using Hypeterminal - http://www.visualgsm.com/tutorial06.htm

Also, will you only be sending your SMS in ascii? If you need to send in unicode, you would need to use PDU to encode your messages. Another way is to download some of the available free or open source SMS senders and connect via API, e.g. http://www.kannel.org, http://www.visualgsm.com.
Last edited by joshua__lim; Nov 22nd, 2006 at 12:36 am.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
joshua__lim is offline Offline
16 posts
since Sep 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: So many errors!
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Can images be auto-resized while using the WebBrowser control in VB5





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC