Processing incoming SMS

Processing incoming SMS SearchSearch
Author Message
Mikael Christersson
New member
Username: Micke_c

Post Number: 8
Registered: 01-2005
Posted on Monday, March 07, 2005 - 12:47 pm:   

I have read the threads about processing incoming binary messages. That will work for my application but is it possible to send the binary message back to NowSMS and get it back in "plain text" or can I get it directly as plain text? It will take me a while to write my own "decoder" for incoming binary messages.
Mikael Christersson
New member
Username: Micke_c

Post Number: 9
Registered: 01-2005
Posted on Wednesday, March 16, 2005 - 08:26 pm:   

Is this possible?? I can't find anything about this
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4249
Registered: 10-2002
Posted on Monday, March 28, 2005 - 09:29 pm:   

Hi Mikael,

If the message is binary then how would we convert it to plain text?

If the message is a known text format, then we do convert it to text for the 2-way interface.

So perhaps you could explain what type of binary message you are trying to receive?

-bn
Mikael Christersson
New member
Username: Micke_c

Post Number: 10
Registered: 01-2005
Posted on Tuesday, March 29, 2005 - 06:56 am:   

If I understand everything correctly NowSMS works like this for 2ways SMS.
- If you send a message (size smaller than 160 characters) to NowSMS I can read this message in "plain text".
- If you send a concatenated message to NowSMS (7-bit 250 characters) this will not be forwarded to my webpage with 2 way sms support. This message will only be forwarded if I enable binary support for 2way sms and then I will get it as a binary message instead of plain text.

If this is correct then my questions is: Can I use NowSMS to decode my 7-bit message to plain-text

// Micke
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4264
Registered: 10-2002
Posted on Wednesday, March 30, 2005 - 10:26 pm:   

Hi Micke,

If its a concatenated message, NowSMS will re-assemble and convert it into text before routing it to a 2-way command.

-bn
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4265
Registered: 10-2002
Posted on Wednesday, March 30, 2005 - 10:27 pm:   

P.S. - If this is not working properly for you, I'd like to see the raw binary messages that you are receiving. (Also, let me know what you expect the content of those raw messages to be, as that will speed up my study of them.)