Re: Hex String and iSMS

Home Forums Re: Hex String and iSMS

#3707
Bryon Davis
Moderator

Hi Surendra,

Do you want the receiving device to get the message as hex or binary values?

In this case you would just at the hex or binary values after the &text=. Such as:

http://host:port/sendmsg?user=user&passwd=password&cat=1&to=%123456789%22&text=9B000048EB0960068C01001601564552

If you want to send a text message encoded in hex and have the recipient receive readable text, then the only option is sending Unicode with enc=2 in hex. This requires that characters are separated by semicolons. Such as:

http://host:port/sendmsg?user=user&passwd=password&cat=1&enc=2&to=%123456789%22&text=9B00;0048;EB09;6006;8C01;0016;0156;4552

Regards,

Bryon