Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Sending UCS-2 or Chinese Character SMS in VB

Does anyone know how to send UCS2 or Chinese characters through Siemens' M20
Device using Visual Basic 6.0?
Thanks in advance,
Roy Budiantara
If you want to reply with private e-mail, please take out the PQR behind
the .com
[258 byte] By [Roy] at [2007-11-9 15:34:23]
# 1 Re: Sending UCS-2 or Chinese Character SMS in VB
Encode the Unicode into hexadecimal and change DCS header information in PDU.
Refer GSM 03.40 for more details.

Saravanan

"Roy" <Roy@HospitalityCityPQR.com> wrote:
>
>Does anyone know how to send UCS2 or Chinese characters through Siemens'
M20
>Device using Visual Basic 6.0?
>Thanks in advance,
>
>
>Roy Budiantara
>
>If you want to reply with private e-mail, please take out the PQR behind
>the .com
>
Saravanan at 2007-11-12 0:16:06 >
# 2 Re: Sending UCS-2 or Chinese Character SMS in VB
Can someone send me any code on using Unicode with SMS. Also how do I get
access to codes to send SMs from VB.

Regards,
Rakesh

"Saravanan" <saravananblr@hotmail.com> wrote:
>
>Encode the Unicode into hexadecimal and change DCS header information in
PDU.
> Refer GSM 03.40 for more details.
>
>Saravanan
>
>
>"Roy" <Roy@HospitalityCityPQR.com> wrote:
>>
>>Does anyone know how to send UCS2 or Chinese characters through Siemens'
>M20
>>Device using Visual Basic 6.0?
>>Thanks in advance,
>>
>>
>>Roy Budiantara
>>
>>If you want to reply with private e-mail, please take out the PQR behind
>>the .com
>>
>
Rakesh at 2007-11-12 0:17:09 >
# 3 Re: Sending UCS-2 or Chinese Character SMS in VB
Please try the following links:

PDUSpy: http://www.nobbi.com/pduspy.htm

Dreamfabric: http://www.dreamfabric.com/sms/
visualtron at 2007-11-12 0:18:04 >