Hello again,
and sorry, took some weeks because of a few other projects I had to attend to. Now, there is one beta with preparations for long-SMS support available:
http://mwconn.net/download_ixconn_beta.html
MWconn will follow. Before I care about MWconn, please give me a feedback if these changes I did for ixconn would help you:
Each received part of a long SMS will be preceded by a header. For Example:
Code: Alles auswählen
{l0121}This is the first part (153 text characters because of the 7 characters of the header).
{l0122}This is the second part.
To send long SMS, please use the same header format.
Header format in detail: {lrrmi}
- l: lower-case letter l for "long";
- rr: reference number (important in case you send more than one long SMS to the same phone number); the reference number must be the same for each part of a long SMS;
- m: total number of parts of this long SMS (at least 2);
- i: index number of this part (starting with 1);
The numbers might appear in hexadecimal representation (0..9, A..F).
Opilionn