• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sending SMS form Java Application

 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!
I'm developing a new project in Java and a part of it is sending SMS
messages to mobile phones.
I heard a couple of things about it.
As I understand if you connect a mobile phone to your PC through
a USB port and with the aid of a Java API communicate with the phone
you can make it send messages to other phones.
Is this hardware enough or do I need something else?
Maybe it is somehow possible to use J2ME for doing that?
Thank you very much!
 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

Initially we started hooking a phone, in our case it was a Sony Ericsson t500.

You will have to use the java API to continously read the phone and use the same to send mesages.

Now we have tied up with SMSC's to do the sending part for us.

You will have to do alot or reading and research to do it with a phone.

Regards
 
fedai gandjaliyev
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doing all that through a mobile phone connected to
my PC suits my needs.
I would be very grateful to you if you
send me (fadai84@mail.ru) a complete description of doing all that.
Begining with phone installation and ending with an example
code.
Thank you very much!
 
reply
    Bookmark Topic Watch Topic
  • New Topic