Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SMS
Name: Huat Date: March 17, 2002 at 19:58:55 Pacific
Comment:
Does anyone know where to start on learning how to code a program to send sms using the computer? i'm a c programmer... thnks! ^_^
Name: Bashar Abied Date: April 17, 2002 at 14:01:51 Pacific
Reply:
hi, there are two ways to send SMS messages from a computer: 1- you can use GSM Modem, its something like the mobile but it has no interface (numbers or screen). the one im using is connected to the serial port of the machine. I don't remembr sites for the protocol to talk to the GSM modem, but you can look on the net.
2- you can connect (via TCP/IP) to a mobil operator message center and then talk to the message center using a protocol called: SMPP.
Summary: i am doin a project sending and reciving SMS from a computer. I need to know if i can use PERL for this and if i need any specialist hardware/software. cheers ...
Summary: hi, im doing a project where i need to send SMS messages from my pc, iv got a GSM modem cumming but i dont know what the at commands are for SMS. I have found loads for making phone calls. ...