| View previous topic :: View next topic |
cometta
Joined: 04 Jan 2008 Posts: 1
|
Posted: Fri Jan 04, 2008 7:06 pm Post subject: smpp unicode flash http://www.smssolutions.net/tutorials/gsm |
|
|
|
i already successfully send flash and also unicode msg after reading http://www.smssolutions.net/tutorials/gsm/sendsmsat/. what should i set for data coding in order to send unicode flash in smpp?
my esm is default
and my shortmessagedata is -->
ByteBuffer bb = new ByteBuffer(hexToByte("4f60597d5417ff1f"));
request.setShortMessageData(bb); |
|
| |
|
|
Leon Site Admin
Joined: 09 Jul 2007 Posts: 40 Location: Holland
|
Posted: Mon Jan 07, 2008 10:33 am Post subject: |
|
|
|
Hi,
Please try to change:
AT+CSMP=1,167,0,8 <ENTER>
to
AT+CSMP=1,167,0,24 <ENTER>
Hope this helps,
Leon |
|
| |
|
|
|
|
|
|
|