Hi ALL,

Im trying to send sms from my CELL phone connected to my PC. I wrote a C 
program to send a http GET request to port 13013 (to smsbox). I use the 
fallowing line in the prog-

sprintf(buffer, "GET 
/cgi-bin/sendsms?username=tester&password=foobar&to=012345678901&text=%s 
HTTP/1.1\n\n", "hello world"); 

send(sockfd, buffer, strlen(buffer), 0);


But when i receive the SMS in the other cell,  i get some strange characters in 
the SMS. I know this has something to do with the 7-bit charset of GSM cells.
PLZ HELLP me to convert ASCII char to GSM 7-bit charset in C. Does anyone know 
how to use iconv in c programs?         THANK U 

       
---------------------------------
 Why delete messages? Unlimited storage is just a click away.

Reply via email to