automatic sending of sms using GSM modem
#1

please provide the whole concept of communication of how to send an sms automatically using GSM modem
Reply
#2
How To Send and Receive SMS using GSM Modem
Introduction:
sending and receiving messages(SMS) is done using an application called the SMS client. It listens for incoming messages to arrive, processes the message if it's in a valid format.The sms will be variously processed depending on the application. The topics given here are:
A) Communication Port Settings
B) Receive Incoming Message
C)Send Messages
D)Read All Messages (Sent by the users)
E) Delete Messages (One or All)

GSMComm Library(visual C++) is used here for Sending and Receiving SMS. The harware required is a GSM modem or phone for sending an SMS.

Using the code
1) Communication Port Settings: CommSetting class is used for storing comm port settings. Comm is an object of type GsmCommMain which is required for sending and receiving messages.Comm port, Baud rate and time out for our comm object of type GsmCommMain have to be specified. The EnterNewSettings() does validation, returns true if valid, and will invoke SetData(port,baud,timeout) for comm setting.

2) Receive Incoming Message :
events for GSMComm object comm here are:
PhoneConnected
This event is invoked when you try to open the Comm port.
MessageReceived
This event is invoked when a message arrives at the GSM phone.

3) Send Message
SMS can be sent by entering the destination phone number and text message. GSMComm object comm has a SendMessage method which will be used for sending SMS .

4) Read All Messages :
Just click on "Read All Messages" button and The message details such as sender, date-time, text message will be displayed on the Data Grid. The method ShowMessage is used for displaying the read message.

5) Delete Messages (One or All)
We can delete a single message by specifying the message index number and all messages can be deleted using delete all.

The full details can be found at:
http://codeprojectKB/cs/SMS.aspx

and some interesting variants of the project can be found at:
http://scamperssteve/sms/samples.htm
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: gsm sms, sending multiple emailspython send email, sms sending application using swing, gsm modem ppt quick view, er diagram for sms sending project, sms chattin using rf, sms sending using lpc 2148,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  source code for task scheduling using genetic algorithm using java 2 8,696 11-04-2017, 08:31 PM
Last Post: Guest
  automatic timetable generator source code vb 1 7,774 07-04-2017, 12:31 PM
Last Post: jaseela123d
Music automatic differential unit locking system report pdf 4 1,510 15-02-2017, 12:02 PM
Last Post: jaseela123d
  automatic wiper using 555 timer ppt 2 1,115 08-02-2017, 10:18 PM
Last Post: Ansel janson
  automatic chocolate vending machine in embedded system case study 1 1,237 13-08-2016, 12:29 PM
Last Post: jaseela123d
  source code in c for automatic irrigation system using 8051 2 988 03-08-2016, 10:53 AM
Last Post: seminar report asees
  address of sending photos for rupayan amar ujala 2 551 23-07-2016, 03:24 PM
Last Post: dhanabhagya
  automatic toll collection system using rfid viva questions 2 945 23-07-2016, 10:10 AM
Last Post: jaseela123d
  multiuser sms based wireless noticeboard ppt 2 718 22-07-2016, 04:06 PM
Last Post: dhanabhagya
  automatic streetlight on off with sms controlling and failure detection with indication 2 746 22-07-2016, 02:52 PM
Last Post: jaseela123d

Forum Jump: