Just out of curiosity, is it possible to send SMS through Delphi?
Lem
M.H. Avegaar
Delphi Developer
Fri, 11 Jul 2003 15:20:58 GMT
Re:SMS
There are several ways to send SMS messages from a PC: 1. Using a mobile phone with a serial or infra-red link. 2. Using a dial-in number of a mobile phone operator. 3. Using an internet site capable of sending SMS (e.g. www.quios.com)
For the first 2 options you'll need a serial port component (see http://www.efg2.com/Lab/Library/Delphi/IO/PortIO.htm) and a description of the protocol used (contact your mobile phone manufacturer or operator). The 3rd option requires a HTTP POST action (you'll need a HTTP client component, see http://users.swing.be/francois.piette/indexuk.htm or http://www.nevrona.com/Indy/).
ps. There are already some SMS component available (see http://www.torry.net/cellular.htm).
"Lem" <hj...@mbox4.singnet.com.sg> schreef in bericht news:94dari$421$1@mango.singnet.com.sg...
Quote
> Just out of curiosity, is it possible to send SMS through Delphi?