How to interface mobile phone to PC using Java?

Discussion in 'Computer Science | IT | Networking' started by silverscorpion, Jan 24, 2010.

    silverscorpion Certified CEan

    Message Count:
    1,889
    Ratings Received:
    +139
    Engineering Discipline:
    Electronics & Telecommunications
    Hi,
    I want to make a java application for my project. I've to make a GUI and connect a phone to my PC. If a certain button in the GUI is clicked, then the mobile should make a call to a pre specified number. How to do this?

    I have the communications API. How to use this?

    PS (Basically, I've done it in VB and it's working fine. But I need it in Java for my project. I don't know how to configure the com port and how to make connection to com port in Java.)

    sookie Certified CEan

    Message Count:
    323
    Ratings Received:
    +21
    Engineering Discipline:
    Computer Science
    Hi silverscorpion,

    Keeping GUI part aside at the moment. For using Java Communication API - very first thing you need to know about it. Like what all methods and fields it provides us and which method works what . Check this for API - Java Communication API

    For using the API, look at this if may be of some help -Java Communication API -Example

    Give a try and Share the code if possible - we can correct it out. Hope it helps. :)

    rahul wadhwa Certified CEan

    Message Count:
    1
    Ratings Received:
    +0
    Engineering Discipline:
    Computer Science
    hey this is rahul wadhwa,


    i want to connect the mobile phone to the computer with the help of j2me,and after connecting i can transfer messages from mobile to computer and more data from mobile to computer, and also i can perform many functions of mobile by computer, i m using netbeans editor 6.1 editor please tel me how i can do this please its urgent please tell me about this.

    ammad Certified CEan

    Message Count:
    1
    Ratings Received:
    +0
    Engineering Discipline:
    Electronics
    Re: How to interface mobile phone to Computer

    Hi
    can anybody plz let me know about the interfaceing of mobile phone using VB its urgent.

    Priyank Rathod Certified CEan

    Message Count:
    2
    Ratings Received:
    +0
    Engineering Discipline:
    Computer Science
    Re: How to interface mobile phone to Computer

    how do i create an Interface between PC nd MOBILE using JAVA??
    i want to send msgs from PC....
    OR
    msgs should automatically be sent at regular interval of time

    Praveen-Kumar Knight

    Message Count:
    6,393
    Ratings Received:
    +694
    Engineering Discipline:
    Computer Science
    What mobile model are you using?

    Priyank Rathod Certified CEan

    Message Count:
    2
    Ratings Received:
    +0
    Engineering Discipline:
    Computer Science
    nokia 5310 or any cell phn....

    Praveen-Kumar Knight

    Message Count:
    6,393
    Ratings Received:
    +694
    Engineering Discipline:
    Computer Science
    You guys would have got the Nokia Ovi Suite right... It has a set of Java Classes named NokiaMServer and all. Those will help you to pair your device with system using BlueTooth or USB, thereby allowing you to synchronize and send sms... :)

Share This Page