Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Send/Receive SmS With GsmModem
Forum Updated to NodeBB v4.3 + New Features

Send/Receive SmS With GsmModem

Scheduled Pinned Locked Moved Solved General and Desktop
qt5sms
2 Posts 3 Posters 1.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M4RZB4NiM Offline
    M4RZB4NiM Offline
    M4RZB4Ni
    wrote on last edited by
    #1

    Hi
    I Want To Programming an Application With Qt That User Can
    Send And Receive Sms With Gsm Modems
    i Searched in the google for this and some sites Wrote a passage about

    QModemServicePlugin Class

    But i cant Find a Link in that sites or google For Access the Class

    Does anyone have information here that can help me do?

    Thanks
    M4RZB4Ni

    kshegunovK 1 Reply Last reply
    0
    • M4RZB4NiM M4RZB4Ni

      Hi
      I Want To Programming an Application With Qt That User Can
      Send And Receive Sms With Gsm Modems
      i Searched in the google for this and some sites Wrote a passage about

      QModemServicePlugin Class

      But i cant Find a Link in that sites or google For Access the Class

      Does anyone have information here that can help me do?

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      @M4RZB4Ni
      Hi,
      From what I see here it probably died with Qt 4. I have such code, but it's proprietary, so I can't share, sorry. You can implement it yourself though.

      You'd need the QtSerialPort module to communicate with the device and implement a limited subset of the AT communication protocol. After configuring the port and the modem, you basically issue +CMGS to send a message. While you can retrieve the SMS messages on the modem with +CMGL.

      Kind regards.

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved