send sms through pc (sms tools)
the scenario is like this, a handphone (nokia) is attach to pc using DKU-5 cable..
when someone sending sms to my phone, my pc will automatically detect the incoming message..and also can reply the sms using this system...
i want to know what programming language should be using and where can i learn this...(the interface..etc..)
anyone...?
(apologize to my broken english)
[411 byte] By [
capoon] at [2007-11-11 10:13:57]

# 2 Re: send sms through pc (sms tools)
Hi All
To send out SMS from PC, generally, there are 2 methods:
1. PC connects to a mobile aggregator, using SMPP or SOAP
2. PC connects to GSM modem, using SMS API such as SMS Gateway Development Kit (http://www.mobitek-system.com/SMS_Gateway/SMS_Gateway.html)
Pro & Con of using Method 1
Pro: mask sender ID, premium billing
Con: expensive
Pro & Con of using Method 2
Pro: easy to use, rapid development, reduce time to market
Con: limited to Windows
Hope my guide helps!
Helper at 2007-11-12 0:16:29 >

# 3 Re: send sms through pc (sms tools)
Hi All
To send out SMS from PC, generally, there are 2 methods:
1. PC connects to a mobile aggregator, using SMPP or SOAP
2. PC connects to GSM modem, using SMS API such as
You can set this up in 30 minutes using a Windows-based solutions like VisualGSM -> SMS Gateway (http://www.visualtron.com). Alternatively, if you are good at Linux, you can use the open source gateway Kannel -> Kannel (http://www.kannel.org).