Link to home
Start Free TrialLog in
Avatar of iana1uk
iana1uk

asked on

Delphi Functions to Convert SMS to PDU and PDU to SMS

Hi All,

I require two delphi functions ( I am using Delphi 6 ).

1) Pass phone number and text (as strings) to TextoPDU function. Function to return completed PDU and Length (for passing via serial port to GSM Modem, this bit I have already implemented)

2) Pass PDU to PDUtoText function and return string(s).

I understand that there are a couple of existing routines out there, but have tried them both, (Barna Szternak's Text2pdu) etc and cannot seem to get them to work.

It is also important to get the length of the PDU back from the function as this is necessary.

thanks in Advance,

Ian.
Avatar of shantanu-biswas
shantanu-biswas

Hi,

Well, I havent found any good one till date, however, If the final objective is to send and receive SMS then have a look at:

http://www.logixmobile.com/products/mcore/

Saves "re-inventing" of the wheel!

Shantanu
Avatar of iana1uk

ASKER

Hi, Thanks for the above suggestion, but this won't work because we need to be able to adjust the coding for a specific purpose. Sorry.

We have now managed to code our own function "in-house" so we have requested that this question be closed.

thanks.
ASKER CERTIFIED SOLUTION
Avatar of GhostMod
GhostMod
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial