Results 1 to 3 of 3

Thread: Sending and receiving SMS messages with a GSM modem

  1. #1
    Join Date
    Dec 2010
    Posts
    10
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Sending and receiving SMS messages with a GSM modem

    Hi,

    I have a question about sending and receiving SMS messages from a Qt application. My goal is a program that can receive and process SMS messages from a GSM modem, and send SMS messages of its own.

    I'm not clear whether this is something that can be done with the QtNetwork module, or whether it's neccesary to use QextSerialPort (or something similar) to control the modem directly with AT commands. Posts in this forum generally recommend the latter. But I'm not sure if this is current, since there was an SMS capability in Qt Extended, which I read has been discontinued, with some features carried into later versions.

    Thanks,
    Adam

  2. #2
    Join Date
    Jul 2011
    Location
    Italy
    Posts
    24
    Thanks
    2
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Sending and receiving SMS messages with a GSM modem

    Quote Originally Posted by adamb924 View Post
    control the modem directly with AT commands
    If you want to use AT command maybe this is useful:
    http://www.smssolutions.net/tutorials/gsm/sendsmsat/

  3. #3

    Default Re: Sending and receiving SMS messages with a GSM modem

    If you need a reliable program, just simply use Ozeki NG SMS gateway.

Similar Threads

  1. Replies: 3
    Last Post: 8th April 2010, 07:59
  2. QextSerialPort and modem
    By kaszewczyk in forum Newbie
    Replies: 12
    Last Post: 7th November 2009, 17:05
  3. Modem communication example
    By iaguirre in forum Qt Programming
    Replies: 4
    Last Post: 4th September 2009, 14:41
  4. Sending messages into the OS event loop
    By mati in forum Newbie
    Replies: 0
    Last Post: 28th June 2009, 19:20
  5. QUdpSocket: sending and receiving on the same socket?
    By mhoover in forum Qt Programming
    Replies: 16
    Last Post: 17th June 2009, 03:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.