

In fact the telephone companies determined that 8-bit, 8kHz sampling (64kbps data rate) was sufficient at reproducing intelligible human speech, so they standardized on that. The analog telephone system was baseband, which means that the sounds of your voice were translated into analog electromagnetic waves at the same frequencies as your voice (300 Hz - 3.4 kHz), so the phone system didn't guarantee that any higher frequencies would work across the telephone network. If you're thinking 33.6 kbps is terribly slow for a clean pair of voice-grade telephone wires over just a few feet of cord between machines, you're right.
RJ11 TELEPHONE CABLE SOFTWARE
Most PPP software probably assumes your modems are connect to a real telephone network that provides dial tone and ring signals, so you might have to fiddle with your PPP software to get it to configure your modems to not wait for a dial tone before dialing (this is known as "blind dialing"), and to not wait for a ring signal before answering. You'd need to configure a PPP server on one end, and a PPP client on the other (depending on your OS and PPP software, that could be the same software package that could act in either role). If you wanted it to be more of a real network connection and send IP packets across, you'd need to configure the PPP software in your OS to deal with the modems. See here:Īfter getting the two modems to connect, you could then use the kermit/xmodem/ymodem/zmodem binary file transfer features in your comm port terminal programs to transfer files. If your modems can't handle the passive phone cord, you may need to go to Radio Shack or your favorite electronics supply store and pick up a few components to create a simple "line simulator" to provide that DC voltage on the line. Some modems may be able to handle just having a passive phone cord between them, but normally there would be telephone company equipment in between, providing up to 20mA of power at 24V (if I remember correctly). Analog telephone modems topped out at 33.6kbps when hooked up to analog phone lines like most people had in their homes. Later modems that were advertised as "56K" could only get 53-56kbps downstream, when connected to a digital modem connected to a digital phone circuit at the other end of the line.

Assuming they were both 33.6K or later modems, and assuming they didn't freak out at the lack of dial tone or ring signals, they should handshake at 33.6kbps bi-directional. If your machines' RJ11 ports have analog telephone modems behind them (as opposed to being some kind of integrated HomePNA adaptors or something), then you could connect the telephone cord between the two and should be able to make the two modems connect to each other by using a comm port terminal program to issue an "ATD" (dial) command on one and an "ATA" (answer) command on the other.
