Can I transfer PDU Format in NowSMS

Can I transfer PDU Format in NowSMS SearchSearch
Author Message
Yu-Quan Chang
New member
Username: Ddtddt55

Post Number: 1
Registered: 02-2009
Posted on Thursday, February 26, 2009 - 07:27 am:   

I'm starter.I Does someone know how to program PDU Format in NowSMS.I reference by http://blog.nowsms.com/2009/02/nowsms-java-example-send-sms-message.html. I can send data to phone by URL. But I will use original data(PDU Format) to program.Can anyone help me? Thanks.
Yu-Quan Chang
New member
Username: Ddtddt55

Post Number: 2
Registered: 02-2009
Posted on Thursday, February 26, 2009 - 11:48 am:   

http://blog.nowsms.com/2009/02/nowsms-java-example-send-sms-message.html
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 513
Registered: 08-2008
Posted on Thursday, February 26, 2009 - 01:19 pm:   

Hi,

What do you mean by PDU format?

I'm guessing that you mean the PDU format that is used for interfacing directly to a GSM modem.

There is no way for an application to submit a message to NowSMS in that format.

NowSMS can interface to different types of SMSC connections, not just modems. If it is interfacing to a modem, it builds the PDU based upon the message content and options.

NowSMS does not allow you to submit a PDU that is just passed through.

You can modify the URL parameters to send binary messages, and to specify other PDU parameters such as the validity period. A URL parameter reference is available at the following link: http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/url_pa rameters_for_sending_messages.htm

The list of URL parameters at that link is not complete. A more complete list can be found in the PDF copy of the manual: http://www.nowsms.com/download/nowsms2007.pdf

--
Des
NowSMS Support
Yu-Quan Chang
New member
Username: Ddtddt55

Post Number: 3
Registered: 02-2009
Posted on Friday, February 27, 2009 - 01:16 am:   

I see. Thanks for your response.