hi,
I want source code to work send data from pc to another pc using telephone(modem).
thank you.
Hi everyone,
There is no hardware support in java thus yu cannot access the modem.
You have to use C/C++ or Pascal
Richard West
hi
how can use package javax.comm access the modem in java.
Nawal
Read the API
http://java.sun.com/products/javacomm/reference/api/index.html
Here's a small example
http://java.sun.com/products/javacomm/reference/docs/API_users_guide_3.html
That package appears to only be for serial and parallel ports rather than modems.
Hi everyone,
Nawal what kind of modem are you talking about?
Interbal pci modem or external one using serial or usb port?
Please clarify
Richard West
hi,
I want source code to work following:-
1-communication dialup between pc to another pc(one is client and another server) using line phone(modem).
2- in client write data to serial port .
3-send data from serial port client in to serial port server
4- receive data in serial port server and read data
hope ann be express
nawal
Well which is it? Sending data over a modem or a serial cable? Or is it an external modem connected on the serial port?
http://forum.java.sun.com/thread.jspa?threadID=157114&messageID=461022
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.