Forum: Ruby Dec 10th, 2007 |
| Replies: 6 Views: 8,715 Re: HOW TO send SMS using ruby on rails Do you need to receive SMS? If you need to receive SMS, you will need to host your own GSM device or modem so that people can send you SMS.
If not, you can just use internet SMS gateways like... |
Forum: VB.NET Sep 28th, 2007 |
| Replies: 8 Views: 5,238 Re: Sms.. Help in vb.net If you got a phone with a data cable, you can try using this freeware, it comes with HTTP API and a sample HTML form to post the SMS - http://www.visualgsm.com/products_vgsmlite.htm |
Forum: Web Developers' Lounge Sep 28th, 2007 |
| Replies: 7 Views: 3,643 |
Forum: ASP.NET Sep 3rd, 2007 |
| Replies: 4 Views: 2,758 Re: SMS GateWay Free Email2SMS gateways are fine for low volume use, but you can get blocked after sometime. :)
Do you need to receive SMS replies? If not, you can just use internet SMS gateways like... |
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2006 |
| Replies: 2 Views: 4,456 Re: sms through pc For testing purpose, you can first use Windows Hyperterminal to "talk" to your mobile device via COM or modem interface using a "data cable". Check out this tutorial on using Hypeterminal -... |