How to interface mobile phone to PC using Java?
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.)