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. How to get SMS notification from mobile connected to a PC by data cable

How to get SMS notification from mobile connected to a PC by data cable

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
9 Posts 3 Posters 11 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.
  • M Offline
    M Offline
    Md Ali Naser Khan
    wrote on last edited by
    #1

    I want to automate my mobile (Samsung SGH-X660)connected to my PC by a data cable. I want to get the sms to my PC that my mobile receive. How it is possible?

    S T 2 Replies Last reply
    0
    • M Md Ali Naser Khan

      I want to automate my mobile (Samsung SGH-X660)connected to my PC by a data cable. I want to get the sms to my PC that my mobile receive. How it is possible?

      S Offline
      S Offline
      SandipG
      wrote on last edited by
      #2

      Check this AT Commands[^]. Use hyperterminal to test these AT Commands. I hope it helps.

      Regards, Sandip.

      T 1 Reply Last reply
      0
      • M Md Ali Naser Khan

        I want to automate my mobile (Samsung SGH-X660)connected to my PC by a data cable. I want to get the sms to my PC that my mobile receive. How it is possible?

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #3

        search for Samsung sdk, it will easier to do then using AT COMMAND!

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
        Never mind - my own stupidity is the source of every "problem" - Mixture

        cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

        1 Reply Last reply
        0
        • S SandipG

          Check this AT Commands[^]. Use hyperterminal to test these AT Commands. I hope it helps.

          Regards, Sandip.

          T Offline
          T Offline
          ThatsAlok
          wrote on last edited by
          #4

          SandipG wrote:

          Check this AT Commands[^]. Use hyperterminal to test these AT Commands

          AT command is usefull only when you have list AT command set for hardware. also, AT command is hardware dependent! and i doubt samsung will share it at command set with public!

          "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
          Never mind - my own stupidity is the source of every "problem" - Mixture

          cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

          S 1 Reply Last reply
          0
          • T ThatsAlok

            SandipG wrote:

            Check this AT Commands[^]. Use hyperterminal to test these AT Commands

            AT command is usefull only when you have list AT command set for hardware. also, AT command is hardware dependent! and i doubt samsung will share it at command set with public!

            "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
            Never mind - my own stupidity is the source of every "problem" - Mixture

            cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

            S Offline
            S Offline
            SandipG
            wrote on last edited by
            #5

            ThatsAlok i doubt samsung will share it at command set with public!

            I worked with Nokia handset and Nokia shares the At Commands set.

            ThatsAlok AT command is usefull only when you have list AT command set for hardware. also, AT command is hardware dependent!

            Yes. But i think common AT Commands would be same. If you monitor PC Suite softwares those come with mobiles i have seen them communicating using AT commands.

            Regards, Sandip.

            T 1 Reply Last reply
            0
            • S SandipG

              ThatsAlok i doubt samsung will share it at command set with public!

              I worked with Nokia handset and Nokia shares the At Commands set.

              ThatsAlok AT command is usefull only when you have list AT command set for hardware. also, AT command is hardware dependent!

              Yes. But i think common AT Commands would be same. If you monitor PC Suite softwares those come with mobiles i have seen them communicating using AT commands.

              Regards, Sandip.

              T Offline
              T Offline
              ThatsAlok
              wrote on last edited by
              #6

              SandipG wrote:

              I worked with Nokia handset and Nokia shares the At Commands set.

              I have worked with AVL Hardware ( Pollution Meter, Oil Meter etc) and horiba Hardware. they provide you manual of AT command for programmaticaly controling there hardware and no two command is similiar except turning on and off command.

              SandipG wrote:

              Yes. But i think common AT Commands would be same. If you monitor PC Suite softwares those come with mobiles i have seen them communicating using AT commands.

              Thats i need to look into! can you tell me where to look for nokia!

              "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
              Never mind - my own stupidity is the source of every "problem" - Mixture

              cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

              S 1 Reply Last reply
              0
              • T ThatsAlok

                SandipG wrote:

                I worked with Nokia handset and Nokia shares the At Commands set.

                I have worked with AVL Hardware ( Pollution Meter, Oil Meter etc) and horiba Hardware. they provide you manual of AT command for programmaticaly controling there hardware and no two command is similiar except turning on and off command.

                SandipG wrote:

                Yes. But i think common AT Commands would be same. If you monitor PC Suite softwares those come with mobiles i have seen them communicating using AT commands.

                Thats i need to look into! can you tell me where to look for nokia!

                "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                Never mind - my own stupidity is the source of every "problem" - Mixture

                cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

                S Offline
                S Offline
                SandipG
                wrote on last edited by
                #7

                ThatsAlok can you tell me where to look for nokia!

                For Nokia see here[^]

                Regards, Sandip.

                T 1 Reply Last reply
                0
                • S SandipG

                  ThatsAlok can you tell me where to look for nokia!

                  For Nokia see here[^]

                  Regards, Sandip.

                  T Offline
                  T Offline
                  ThatsAlok
                  wrote on last edited by
                  #8

                  Thanks dude! would add that link to my site!

                  "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                  Never mind - my own stupidity is the source of every "problem" - Mixture

                  cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

                  modified on Friday, May 22, 2009 5:38 AM

                  S 1 Reply Last reply
                  0
                  • T ThatsAlok

                    Thanks dude! would add that link to my site!

                    "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                    Never mind - my own stupidity is the source of every "problem" - Mixture

                    cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

                    modified on Friday, May 22, 2009 5:38 AM

                    S Offline
                    S Offline
                    SandipG
                    wrote on last edited by
                    #9

                    ThatsAlok Thanks dude!

                    Welcome :)

                    Regards, Sandip.

                    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