Reading sms from simcard which is present in GSM MODEM using perl modules

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shyam raj sunka
    New Member
    • Feb 2012
    • 11

    Reading sms from simcard which is present in GSM MODEM using perl modules

    how to read the sms from simcard which is present in the GSM MODEM and sending the that sms as an email to the outlook express user email-id..? plz note that no Internet is used in this application
    i am very new to perl.. and doing my academic major project on this (SMS to Email conversion) so plz kindly help me...
  • chorny
    Recognized Expert New Member
    • Jan 2008
    • 80

    #2
    Your English is not clear. So start with writing simple algorithm of what are you trying to do. Flowchart may also be useful.

    Comment

    • shyam raj sunka
      New Member
      • Feb 2012
      • 11

      #3
      its all about reading a sms from gsm modem..

      Comment

      • chorny
        Recognized Expert New Member
        • Jan 2008
        • 80

        #4
        Did you try Device::Gsm?

        Comment

        • shyam raj sunka
          New Member
          • Feb 2012
          • 11

          #5
          ya... but its coming error message as " can't locate Device/Modem.pm..."

          Comment

          • chorny
            Recognized Expert New Member
            • Jan 2008
            • 80

            #6
            Reinstall Device::Gsm - it was installed incorrectly (Device::Modem should be installed as a dependency).

            Comment

            • shyam raj sunka
              New Member
              • Feb 2012
              • 11

              #7
              ok thank u i vl try it now...

              Comment

              Working...