Hi,
I am trying to send sms to a specific port on the mobile handset where there is a java application listening at that port.
I am sending via Cimd protocol and the packet getting formed is :
Eg: I want to send to 7777 port
<STX>03:003<TAB>021:919819339873<TAB>023:<TAB>030:245<TAB>032:06050477770000<TAB>034:024A3A592195B1B1899404007B1ECB6B24924C24C51C61C62C9309214718710B28851C62C924A30A314718718B24C2882EC2882882EC2E828828C2882EC32836C32828851C62C928A20BB0BB0A10A214718B24A28851C62C900000<TAB><ETX>
where the User Data Header:06050477770000
And the Userdatabinary:024A3A592195B1B1899404007B1ECB6B24924C24C51C61C62C9309214718710B28851C62C924A30A314718718B24C2882EC2882882EC2E828828C2882EC32836C32828851C62C928A20BB0BB0A10A214718B24A28851C62C900000
But when this reaches the handset it comes with the junk value as a text message.
Someone Please try to help me out.



