Here is a VBScript that you can use to verify your algorithm.
http://www.planet-source-c
Imran
Main Topics
Browse All TopicsHi,
I am developing a server application of communications for a service of Management of Fleets by means of integrated modules GSM/GPRS and GPS.
For the communication by GSM with the mobile equipment we are using a modem GT47 of Sony-Ericsson.
The problem that I have is that I need aid to be able to obtain the data of the SMS that receives the modem GT47, that is connected through port COM1 the server.
I am using a developed API here in Spain, but a function does not exist to collect the data in Text format, but that only exists the possibility of doing it in PDU format.
The server is being developed in C++, and very would be thanked for if they indicated the algorithm to me necessary to code and decode messages of PDU format to Text format.
Thank you very much, and I wait for anxious your answer.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here is a VBScript that you can use to verify your algorithm.
http://www.planet-source-c
Imran
PDU SPY is a free of charge tool to read SMS in PDU mode from SIM card, but for coding of PDU SMS as well. It works all popular mobile phones and it is tested with the GSM module listed on http://www.gsm-modem.de/pc
See also http://www.experts-exchang
Regards
Meff
Business Accounts
Answer for Membership
by: imarshadPosted on 2005-05-16 at 13:32:54ID: 14013908
Hi ,
/sms/ m/sms/pdu- text/
Interestingly this was the first assignment that was given to me when I started my professional career some 4 years back. I was given this page where the algo is explained and I needed to code it in C.... Well here is the link for you and you can make your own Class for Parsing this data. It is really simple and it took me roughly 2 days to complete it when I was fresh out of University.....
http://www.dreamfabric.com
and this page which carries almost the same example....
http://www.gsmfavorites.co
Imran