Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Anyone have algorithm decode PDU code

Status
Not open for further replies.

J_expoler2

Member level 4
Member level 4
Joined
May 10, 2003
Messages
77
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
619
pdu code

Hi!
i'm looking for soft ware or algorithm to decode SMS from GSM now i raed data form successful but i can't convert to ascii code anyone can help me!
thank
 

decode pdu

Hi

I have all the infomation you need, I just need to get something together for you. I decode 7bit/8bit pdu's. Being developing a lot of applications for PC software gateways and developing a new PIC based one over the next few weeks.
 

pdu decode

You can analyze the algorithm from the source code, a good sample which can convert PDU-->Text and vice versa is "PDU2Text" developed with PASCAL language.

You can get it from :

**broken link removed**

It's nice, I developed my own C++ version from that source code, easy to understand. Especially if you have some ETSI docs on SMS.
 

pdu algorithm

Look here:
**broken link removed**

I have posted all you need there ...

best regards
 

pdu decoding

Hi,

Or you can use a real GSM modem like the Siemens TC35 GSM terminal and work with the text SMS mode(plain ascii characters) instead the PDU mode and skip the PDU decoding part.


Regards.
 

pdu convert

Hi,

TC35 GSM modules from Siemens suport text mode and will make the design much easier. The price is expensive, more than $100 per unit.

Or, you can chose hp that support the text mode of SMS. Some hp from NOKIA support text mode, but you must implement FBUS or MBUS to connect wiht serial port.

My sugestion, gain all the infos and calculate the most optimal option which is suit with your goal.


best regards.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top