ASCII To PDU Converter (Convert ASCII to PDU and vice versa)
Posted by Daniel - 37,307 Views
PDUCONV is a C source code package designed to convert the ISO-8859-1 ASCII string into a PDU-coded array as described in ETSI GSM 03.38 and ETSI GSM 03.40 and vice versa.
These functions was released to the public domain in 2003 by Mats Engstrom, Nerdlabs Consulting. Contains two callable function: ascii_to_pdu and pdu_to_ascii. From the names I guess you know what each function does.
If you would like the Delphi version of SMS-PDU encoder/decoder, you may consider the SMSCODEC - my own version of SMS processor packed as a Delphi component.
Know nothing about Delphi or C, but comfortable with Visual Basic? You can try the Visual Basic version of PDU Converter module.
Available download
Related Resources
- Using CPort Delphi Component to read data from your cellphone
- SMS and the PDU format
- Using VB.NET to Encode SMS and EMS
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













