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.

How to send PDU SMS in Arabic language?

Status
Not open for further replies.

ktec1

Member level 2
Joined
Aug 20, 2007
Messages
44
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,596
hi
i know how to send pdu sms in english
but i want to know how to send arabic language sms
any educational file or....
thanks
 

sms submit pdu

I was wondering how to send degree sign (°C) with pdu and is there any command for new line on cell phone display?
 

arabic character sms pdu

ktec1 said:
hi
i know how to send pdu sms in english
but i want to know how to send arabic language sms
any educational file or....
thanks


You can do that (You can write in chinese or any alphabet you want):

Below is the code comment in writing sms pdu in english. All you have to do is change the data coding scheme (DCS) octet with the alphabet you want. The defualt DCS is 0x00 which means Latin english alphabet 7-bit encoding. I am not sure whats the value for arabic, but you can research for it.

I believed Arabic language uses 16-bit encoding so be sure you know the byte codes of teh the characters you want to send.



I also include the PDU SMS guideline by siemens

Enjoy life,
Neo




// Note: All outgoing SMS shall not exceed 160 characters.
// Concatenated SMS not yet Supported
// Creates SMS submit PDU. See SMS_PDU MODe.pdf for complete developer's guide
// Format
//
// OCtet
// 1 00 Use default SMSC number in mobile equipment
// 2 11 PDU TYPE - SMS submit with Validity period not NULL
// 3 00 Message reference any number 0 - 255
// 4 0C Destination number len
// 5-11 91361937781561 Recipient #: 639173475116; 91 is international format
// 12 00 Protocol ID (use default PID)
// 13 00 Data coding scheme (use default DCS with 7 - bit encoding)
// 14 AA Message Validity (4 days)
// 15 A0 User data lenght (160 characters)
// 16 User Data
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top