hi all, Hot to convert pdu to ascii?

Recommended Answers

All 3 Replies

If by pdu you mean protocol data unit(what i get when I google "pdu"), then thats a protocol not a character set. If you mean ETSI GSM 03.38(some character set i get when I google "pdu to ascii") then here is a list of pdu characters to their corresponding unicode characters. Then it is a simple matter to convert from unicode to ascii. Remember... google is your friend.

in this source you find simple coder/decoder of PDU/ASCII
download this component named (aljanna component)
http://aljanna.info/delphi_sms_codec_pdu_ascii_converter.htm
install it in Delphi 6 or 7 or above
transfort your data from ASCII to PDU by the component
then send the SMS by your mobile,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.