Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3844816
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T16:08:53+00:00 2026-05-19T16:08:53+00:00

I Use GSM Communication Library (GSMComm) for send and receive SMS with GSM modem.

  • 0

I Use GSM Communication Library (GSMComm) for send and receive SMS with GSM modem. How Can I Send Sms With Delivery Report? How Can I get Status of Send Messages?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T16:08:54+00:00Added an answer on May 19, 2026 at 4:08 pm

    you first read all messages from the SIM (since status report msg is sent as sms back to your SIM from the provider you use).
    Iterate through these msgs and filter out the status msgs.
    You must have saved the id of the sent sms from your mobile
    data.Status.ToString()
    :

    GsmCommMain comm = new GsmCommMain(port, baundRate, timeout);
    //.... Other code may goes here
    // Read all SMS messages from the storage
        DecodedShortMessage[] messages = comm.ReadMessages(PhoneMessageStatus.All, 
        PhoneStorageType.Sim );// Or PhoneStorageType.Phone
        foreach (DecodedShortMessage message in messages)
            {
              if (((SmsPdu)message.Data) is SmsStatusReportPdu)
              {
                    //HERE WE'LL GET THE STATUS REPORT
                    SmsStatusReportPdu data = (SmsStatusReportPdu)message.Data;
                    //Recipient: data.RecipientAddress
                    //Status: data.Status.ToString()
                    //Timestamp: data.DischargeTime.ToString()
                    //Message ref (ID of the sent sms from the mobile): data.MessageReference.ToString()
    
    
          }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have list view that I use to display SMS from my GSM modem.
I'm using Kannel as an SMS gateway to send and receive SMS messages. I
I need to implement a simple application to send short notify messages on gsm
Is it possible to use an Android mobile device as a GSM modem? I
What class can we use to send a text message? I tried this on
In our project presently we are sending and receiving SMS messages using GSM system(mean,
We are looking for hardware having functionality of usual GSM-modem to automate the USSD/SMS
I have a USB GSM device which I use for Internet connection as well
Suppose i have the following Moose package: package GSM::Cell; use Moose; has 'ID' =>
I started involving in creating a PPP connection between my embedded device(GSM modem) and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.