File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes I/O and Streams and the fly likes i need help on send data with modem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » I/O and Streams
Reply Bookmark "i need help on send data with modem" Watch "i need help on send data with modem" New topic
Author

i need help on send data with modem

v bobby
Greenhorn

Joined: Feb 15, 2010
Posts: 5
Hi , I need some help, write program to send data between two computer with modem... each computer has a separate phone line
please , thank you ..
Greg Charles
Bartender

Joined: Oct 01, 2001
Posts: 1620

Generally speaking, you'd get both computers to dial in to an Internet service provider, and then use normal TCP/IP sockets for communication. If you need to go to a lower level than that with Java, you probably need something that would wrap your modem driver with a Java interface, or (ugh) write such an interface yourself.
 
 
subject: i need help on send data with modem
 
MyEclipse, The Clear Choice