Re: Pdu Converter [Help] Programming Software Development by EAnder … protocol data unit(what i get when I google "pdu"), then thats a protocol not a character set. If….38(some character set i get when I google "pdu to ascii") then here is a [URL="http…://www.smsitaly.com/Download/ETSI_GSM_03.38.pdf"]list of pdu characters to their corresponding unicode characters[/URL]. Then it is… Re: pdu to text converting Programming Software Development by stephen84s … decoding or you could switch to TEXT mode instead of PDU mode. Look [URL="http://www.developershome.com/sms/smsIntro… your problem domain is that instead of the title "pdu to text converting", this thread should have had the… Re: Pdu Converter [Help] Programming Software Development by Gururaj_B Hi, Please try this online PDU converters. [url]http://stud.usv.ro/~amurariu/SMS%20and%20PDU%20format.htm[/url] [url]http://twit88.com/home/utility/sms-pdu-encode-decode[/url] // They are not very efficient in conversion but worth trying as they need no installation... Thx Re: Pdu Converter [Help] Programming Software Development by bruno__8 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, Re: PDU vs outlet strip? Hardware and Software by thrillride01 … question after the ups is installed, why would I use PDU's at $200 a piece from there instead of just… my racks. Is this guy blowing smoke or are the PDU's really that much better? Is he just trying to… pdu to text converting Programming Software Development by dmddinesh i want to know how to convert pdu mode sms to text usivg java. pls anyone help me. thnks. Re: pdu to text converting Programming Software Development by peter_budo Can you explain "pdu mode sms"? Re: pdu to text converting Programming Software Development by dmddinesh you can see that is pdu mode to go :[url]http://www.dreamfabric.com/sms/[/url] pls give me how to convert this data to test in java Pdu Converter [Help] Programming Software Development by d34dflowers hi all, Hot to convert pdu to ascii? PDU vs outlet strip? Hardware and Software by thrillride01 … circuit and I was told that I should invest in PDU units. So whats the dif, and with my currant setup… Re: PDU vs outlet strip? Hardware and Software by rubberman … expensive (thyristors, etc). My guess is that your consultant's PDU is more likely a thyristor type of device, hence more… SMS PDU code with Unicode Text & Long SMS Programming Mobile Development by samuel_1991 … got a question on how to convert SMS PDU code in a VB.NET application. All I…need is just a function to convert a given PDU code. Well, I have googled for it,… an issue: If I use a String to PDU convertor (Eg: [URL="http://www.codeproject.…I]" So I wonder how to implement the PDU convertor in Unicode Concatentated SMS messages? (As I… Program to convert PDU string to ASCII Programming Software Development by champnim Can anybody please give me a link for a program to convert a PDU string to ASCII? Thanks in advance. Re: Program to convert PDU string to ASCII Programming Software Development by Nick Evan [URL="http://www.codeproject.com/KB/IP/PDUDecoder.aspx"]link for a program to convert a PDU string to ASCII[/URL] It's in vb.net, but it pretty straightforward, so converting it won't really be a problem. Come back if you encounter difficulties. Re: Program to convert PDU string to ASCII Programming Software Development by champnim … program. The basic problem is as follows: I have a PDU string of the form "E8329BFD4697D9EC37". Now I have… parsing SMPP deliver_sm PDU with optional parameters Programming Web Development by orxanx … received delivery (delivery_sm) too. But not parsed optional parameters delivery_sm PDU. I have attache, php script which I receive delivery reports… Re: pdu to text converting Programming Software Development by peter_budo Never seen anything like that. Your best bet is to follow explanation in the article Re: pdu to text converting Programming Software Development by stephen84s Well honestly just like Peter I am not clear with what you require ? Tell me your exact motive, what is this a part of ? What is your end objective ? Are you trying send / receive SMSes via GSM Modem ??? I need to know that before I know what to recommend or whether I can recommend anything? Re: pdu to text converting Programming Software Development by dmddinesh i am doing a project sms base database managmen system using java. i want to know how to read that sms using java. this is my college final year project. this is sale markating project.using sms customer can order gods. i used predefind sms format to do this. normal mobite phone i use for this connecting pc.(as a serial port ) Re: PDU vs outlet strip? Hardware and Software by rubberman 2 things: - power failures - power surges These things are totally unforseeable. The only way to deal with power failures is with a good UPS. They are often accompanied with power surges. Only a good surge suppressor can deal with those. Also, when there are power surges due to lightning and such, then you also need to be sure your network/… Re: PDU vs outlet strip? Hardware and Software by thrillride01 Thank You very much for the information, I will check the model numbers for the units he is trying to sell me to determine the type of surge protection it offers. Re: decode PDU successfull , but get sender Phone wrong Programming Software Development by waleed.makarem …. Can you please check this online website. it converts the PDU format , which is the data i get from phone or…://www.diafaan.com/sms-tutorials/gsm-modem-tutorial/online-sms-pdu-decoder/ here you will find a sms data in… pdu format . then i have to convert this pdu into text. I successfully converted it… SMPP class issue Programming Web Development by blueguy777 …); return $command_status; } function SendPDU($command_id, $pdu) { $length = strlen($pdu) + 16; $header = pack("NNNN&…sm_length, $short_message); $status = $this->SendPDU(CM_SUBMIT_SM, $pdu); return $status; } function SendSubmitMulti($service_type, $source_addr_ton, $… retrieve SMS from a mobile phone Programming Software Development by chathuD …dr); dataGrid1.DataSource=dt; } private void ShowMessage(SmsPdu pdu) { if (pdu is SmsSubmitPdu) { // Stored (sent/unsent) message… return; } Output("Unknown message type: " + pdu.GetType().ToString()); } private string StatusToString(PhoneMessageStatus status) { //… Re: retrieve SMS from a mobile phone Programming Software Development by aatif …;1125026] [CODE] private void BindGrid(SmsPdu pdu) { DataRow dr=dt.NewRow(); SmsDeliverPdu data = (SmsDeliverPdu)pdu; dr[0]=data.OriginatingAddress.ToString(); dr[1… Object Refrence Not Set error Programming Software Development by litlemaster ….com/KB/cs/SMS.aspx?msg=3533311#xx3533311xx[/URL] SmsSubmitPdu pdu; pdu = new SmsSubmitPdu(richTextBox1.Text, textBox1.Text, ""); …GsmCommMain comm = new GsmCommMain(); CommSetting.comm.SendMessage(pdu); I have used this code to send sms, but I… Re: GSM Modem UCS-2 Programming Software Development by funfullson …. 1_sending in text mode 2_sending in pdu mode I am using from pdu mode in pdu mode I have to encode and decode… SMPP help in C# Programming Software Development by quax90 …, caller and recipient from the binary flow of a sumbit_sm PDU packet (SMPP).My system gets a session of SMPP packtes… - [URL="http://i37.tinypic.com/21cfuon.jpg"]a PDU Sample [/URL] Send Picture SMS Programming Software Development by senpark15 … mobile through GSM Modem. I can send text Message through PDU Mode. I want to send picture Message. I have read…/Nokia_OTA_Picture_Message.aspx[/url] How to convert this OTA file to PDU and send SMS? Please provide me suggestions or links. Any… GSM Modem UCS-2 Programming Software Development by funfullson Hi dears. I want to send a string as sms in gsm modem witch mixed from english and unicode word. for example: "hello in persian is 'سلام' in arabic is 'السلام'." now, how I can make a pdu format from this string and what change I have to make in my pdu format configuration? Thanks alot if any one help me.