PDUSpy (A good tool to deal with GSM SMS PDU)
Posted by Daniel - 12,259 Views
PDUSpy is a tool to playing around with the PDU string mostly found in the GSM SMS. It can read SMS message from your GSM modem or cellphone. The interface is quite technical that is why it’s not so easy to understand. You can adjust most settings available in an SMS message structure with this tool.
On the first tabsheet, you may enter a PDU to analyze by your own, or you may import a PDU from the clipboard. If you click on ‘decode’ the PDU will be decoded, and the result will be displayed on the ‘Decode’ tab sheet. You must tell PDUspy if the message is inbound or outbound, and wether you have a GSM07.05-compatible PDU or a ETS-compatible PDU.
If your mobile phone is able to communicate with PDUspy (it needs to support AT+CMEE, AT+CMGF=0, AT+CPMS and AT+CMGL), you may as well read all messages from the phone, using the settings you made at the ‘automatic mode’ box. Be sure only to configure a SM memory which is supported by your phone, otherwise you may get a error message. Selecting ‘Archive (AR)’ will use the message archive on your local disk and will not access the phone.
you can go to this useful link: nobbi.com/pduspy.htm to get a complete overview on how to use it. If you need the code implementation about how to read SMS from your cellphone you can read the article here.
You can download PDUspy here (191 KB)
The following posts are programmatically considered as related to the current post by YARPP Plugin:
Hi, my name is Daniel Nugraha, a single male live on an island called Java, Indonesia. This is the place for me to share my interest in computer programming.
-
Get my Full Feed Here
Popular Entries
- Passing arguments to your VB.NET console application
- Microsoft Excel Import External Data Problem: When Microsoft Query doesn’t recognize some of your parameters
- Resize Image or Crop Image with Joe Lencioni’s Smart Image Resizer, WordPress Setup
- How to Get User Input and allowing more than 256 characters to be entered on .NET Console Application
- ASCII To PDU Converter (Convert ASCII to PDU and vice versa)
- ConsoleProgressBar - Simple Progress Bar Function for your VB.Net Console Application
- An example: Using CPort Delphi Component to read data from your cellphone
- Runtime-Form-Creation. Automatically creating child forms in a Delphi MDI application with a component array
- CPort Component (Serial port interface component for Delphi)
- SmartImageResizer Plugin, WordPress plugin based on Joe Lencioni’s Smart Image Resizer













