Page 1 of 1

Long string and SmppClient.SubmitAsync

Posted: Mon Sep 29, 2008 8:46 am
by SANSoft
I'm try to send long string (128...250 chars) in USC2 coding by SmppClient.SubmitAsync method and on my phone I receive part of my string with length = original length - 128

(I send 128 char and receive 0 chars, 129 chars sent - 1 char received, etc.)

How to send more then 127 chars in USC2 coding?
(I need method SubmitTextAsync)

Posted: Tue Sep 30, 2008 8:03 pm
by alt
Please download last version.
http://www.inetlab.ru/Download/SmppClient.zip

Changes in the version 2.4.0

- Ability to send concatenated short message asynchronously using methods SubmitTextAsync, PrepareSubmit and SubmitAsync