Forum: Java Dec 22nd, 2004 |
| Replies: 10 Views: 15,136 hi
can u plz tell me the sequence in which after the modem get connected i should flush the streams while transferring data from one end to other.
Modem stop receiving bytes after the follwing... |
Forum: Java Dec 20th, 2004 |
| Replies: 10 Views: 15,136 This is my Dialup.java running at server side
import java.io.*;
import java.util.*;
import javax.comm.*;
public class Dialup implements Runnable,SerialPortEventListener
{
static... |
Forum: Java Dec 20th, 2004 |
| Replies: 2 Views: 18,446 http://www.jdom.org/downloads/
go to the above link and first download the jdom.jar and then set the classpath accordingly |
Forum: Java Dec 20th, 2004 |
| Replies: 10 Views: 15,136 hi
i have connected two pcs using modem via PSTN using comm api in follwing sequences.
1) My local modem calls to the Remote modem using the ATDT 235 command
2) on remote side one program... |
Forum: Java Nov 18th, 2004 |
| Replies: 10 Views: 15,136 Hi
I have a problem in connecting modem with another modem through PSTN. i want the solution in java code
i want this connection to upload file from remote pc to my local pc
i want to... |