Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Sending SMS to any Mobile thru Visual C++ code

Sending SMS to any Mobile thru Visual C++ code

Scheduled Pinned Locked Moved C / C++ / MFC
c++hardwarebusinesslearning
5 Posts 3 Posters 0 Views 1 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.
  • J Offline
    J Offline
    Junnybol
    wrote on last edited by
    #1

    I'm into new assignment of sending SMS to mobile phones, I'm just a beginner to this, so please advice me in this regard or send a Visual C++ code to do this and the hardware requirements in detail. my name is junnybol, and i'm from curacao

    R J 2 Replies Last reply
    0
    • J Junnybol

      I'm into new assignment of sending SMS to mobile phones, I'm just a beginner to this, so please advice me in this regard or send a Visual C++ code to do this and the hardware requirements in detail. my name is junnybol, and i'm from curacao

      R Offline
      R Offline
      Robert A T Kaldy
      wrote on last edited by
      #2

      Unfortunately, all free C/C++ libraries for mobile communications, that I know, are designed only for particular type and connection. So I'd like to know: 1. What type of mobile do you have (Siemens, Nokia...?) 2. How do you connect to the mobile (serial line, USB, Bluetooth?) Robert-Antonio

      J 1 Reply Last reply
      0
      • J Junnybol

        I'm into new assignment of sending SMS to mobile phones, I'm just a beginner to this, so please advice me in this regard or send a Visual C++ code to do this and the hardware requirements in detail. my name is junnybol, and i'm from curacao

        J Offline
        J Offline
        Joaquin M Lopez Munoz
        wrote on last edited by
        #3

        SMS sending is done via AT commands specified in the GSM 07.05 norm (google for that). Implementing this yourself is not terribly difficult, but it'll take you some time. Googling for "GSM 07.05 source code" yields several results, among them Tutanhamon's article Send SMS via RS232 or SMS Gateway, in C# [^]. Although it is in C#, I guess it won't be hard to translate the interesting stuff to C++. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo Want a Boost forum in Code Project? Vote here[^]!

        1 Reply Last reply
        0
        • R Robert A T Kaldy

          Unfortunately, all free C/C++ libraries for mobile communications, that I know, are designed only for particular type and connection. So I'd like to know: 1. What type of mobile do you have (Siemens, Nokia...?) 2. How do you connect to the mobile (serial line, USB, Bluetooth?) Robert-Antonio

          J Offline
          J Offline
          Junnybol
          wrote on last edited by
          #4

          The sending of sms must be through a gsm modem that is connected to de com-poort. And one of the important things is that every mobile can receive a sms via my application. What i know is that u need to use AT-commands, but how in my application i don't know.:confused: X| my name is junnybol, and i'm from curacao

          R 1 Reply Last reply
          0
          • J Junnybol

            The sending of sms must be through a gsm modem that is connected to de com-poort. And one of the important things is that every mobile can receive a sms via my application. What i know is that u need to use AT-commands, but how in my application i don't know.:confused: X| my name is junnybol, and i'm from curacao

            R Offline
            R Offline
            Robert A T Kaldy
            wrote on last edited by
            #5

            Com-port => you need the serial communication library. There's plenty of free c++ serial communication libraries, try google. For detailed info about AT commands see documentation for partial type of your mobile phone. For example, look at scmxx library for communicating with Siemens mobiles. You can read many useful commands from the scmxx source code :). Good luck! Robert-Antonio "A piece of paper is an ink-lined plane. An inclined plane is slope up. A slow pup is a lazy dog. Q.E.D.: A piece of paper is a lazy dog."

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups