I can't find any documentation on how to send concatenated binary messages, yet surely this must be a very common task? Can anyone give me some tips? So, the example given for sending a sms in the docs is:
http://smsbox.host.name:13013/cgi-bin/sendsms?username=foo&password=bar&to=0 123456&text=Hello+world and their appears to be an optional UDH field. So do I write the data in Hex format into the "text" field, and add on a separate UDH? Do I have to do two separate HTTP gets for a two part message, or is their a way of cramming it all into one post? If anyone could give me any pointers, I'd be really grateful as (no offence to the nice guys who developed this stuff) the documentation is really fuzzy on these aspects. Thanks, Peter
