CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    3

    Sending sms from pc to mobile through mobile

    I need a java program to send an sms to a specified number (i.e. the program will take as input a short message and a number) through the network of a mobile connected to the USB port of the PC.

  2. #2
    Join Date
    Sep 2005
    Location
    London
    Posts
    208

    Re: Sending sms from pc to mobile through mobile

    You can download a simple Java SMS API suite from:
    http://sourceforge.net/projects/java-sms-api

    Or you can integrate your app with an external gateway & API provider:

    http://www.spedmo.com/static/javaApi.sb
    http://www.messagemedia.co.uk/sms-api.php
    http://www.esendex.co.uk/Target-page...FWIB4wodyjp3pg


    Good luck
    Doron Moraz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured