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. PC apllication to send SMS with SIM CARD + GSM/GPRS modem
Forum Updated to NodeBB v4.3 + New Features

PC apllication to send SMS with SIM CARD + GSM/GPRS modem

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 2.0k Views 3 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.
  • Ayoub_JobA Offline
    Ayoub_JobA Offline
    Ayoub_Job
    wrote on last edited by
    #1

    Hi every body ..
    i want to make an application to send **sms with my PC **.. i use for that a **sim card **+ a GSM/GPRS modem (USB) for sending and receiving and other operations ...
    i learned all about this .. i even learned the AT commands .. what i need is what **Qt libraries or plugins ** i have to use.. and how to use it ..
    yours and thanks

    K 1 Reply Last reply
    0
    • Ayoub_JobA Ayoub_Job

      Hi every body ..
      i want to make an application to send **sms with my PC **.. i use for that a **sim card **+ a GSM/GPRS modem (USB) for sending and receiving and other operations ...
      i learned all about this .. i even learned the AT commands .. what i need is what **Qt libraries or plugins ** i have to use.. and how to use it ..
      yours and thanks

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @Ayoub_Job
      You could use QSerialPort for communication with your modem since it is USB. Here is the examples page for QSerialPort

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • Ayoub_JobA Offline
        Ayoub_JobA Offline
        Ayoub_Job
        wrote on last edited by
        #3

        what about AT commands?

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          that would be something like
          m_serialPort->write(QByteArray("AT..\r\n"));

          1 Reply Last reply
          0
          • Ayoub_JobA Offline
            Ayoub_JobA Offline
            Ayoub_Job
            wrote on last edited by
            #5

            i know that ... what i am looking for is a library ,API or a olugin that deals with AT commands and sim cards

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              Q139
              wrote on last edited by
              #6

              Did you find this library?

              1 Reply Last reply
              0

              • Login

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