steptail.com

How many light bulbs does it take to change a penguin?

User Tools

Site Tools


guides:virtual_modem

This is an old revision of the document!


The Raspberry Pi Virtual Modem

Dial-Up Internet-Service-Provider-in-a-box ! Turn a Raspberry Pi into a Serial Dial-up Modem to connect to the Internet






Do you remember the early days of Internet and dial-up connectivity? We used to be connected to the Internet using a modem connected to a telephone network, and the only thing computers needed was a serial port for communication, which virtually every computer had. Nowadays every computer sold has some sort of Wi-fi or Ethernet connectivity, but our vintage computers are left to rot offline! I plan to change that. Nowadays, there are many ways you can get a PC online, including getting a 3com 3C503 or 3C509 network adapter, but sometimes an old PC just doesn't have expansion for a network card expansion, or maybe you're not even trying to connect with a PC. Well, whatever piece of technological equipment it may be, as long as it has at least one serial port, a keyboard and a display, you're in luck! Get to experience connecting to the Internet just like during the golden days of the Internet.



In this four-part tutorial we will build a Raspberry Pi that will act as a serial modem to a legacy computer which will enable a straightforward connection to Internet using a pre-existing serial port on any computer with support for PPP, this includes all Windows computers starting from Windows 3.0 and early Macintosh classics. But PPP support is not strictly required, and even simple serial terminals can connect to the Internet using Linux as a login host. In other words we'll use a Raspberry to convert a serial connection to an Ethernet connection. When all is said and done, your legacy computer will think it's calling a real Internet Service Provider and establishing an Internet link with them! Your Raspberry Pi will just be telling your computer what it wants to hear, and is actually the one providing access to the Internet using your pre-existing Internet connection.


The Virtual Modem script will not only allow you to connect your old computer to the Internet, it will allow you to use the serial connection to login to the console of the Raspberry Pi or fake BBS phone calls for example. The VModem script was designed to be modular, and allows you to assign your own Linux scripts to specific phone numbers, accessed with standard Hayes “ATD12345”-style commands, and the scripts will be able to do whatever you would like them to do. I will be writing more specific tutorials about these functions at a later time, so stay tuned!


My goal is to have a Raspberry Pi simulate a Standard 56K modem. Your client computer will be able to communicate with it over serial, and through the Raspberry, connect to the Internet. The baud rate can be changed to your liking. I've tested the virtual modem at the following symbol rates: 9600, 19200, 38400 and 57600 baud.



This guide is useful for anyone who would like to do PPP networking experimentation or have a computer connect to the Internet without a network card. It could also be useful for anyone who would like to experiment with a Simulated Modem. Since pretty much every IBM compatible computer has a RS-232 serial port, technically you could connect any computer to the Internet, or any other network, as long as there is a way to use dial-up PPP. Windows 3.0, 3.1 and 3.11 will need an extra program called Trumpet Winsock, but Windows 95 and later operating systems have built-in Dial-up networking. I will be adding Microsoft TCP/IP-32 for Windows 3.1 support soon.


Disclaimer
I cannot take any responsibility direct or otherwise for any damages that may be caused by using the material provided on this site. That being said, I've taken reasonable steps to ensure everything works as intended. There are likely better ways to accomplish some tasks, and as such I welcome all improvement suggestions!



Screenshots


Virtual Modem can be used in conjunction with ProtoWeb, the 90's Internet Service Provider. Please visit http://www.protoweb.org for more information.


On to the next chapter!

Skip to other sections

System specific topics


Get In Touch With Us!

We welcome any corrections, additions, files or any other handy resources you'd like to share. And if you'd like to become a contributor, we'd would be happy to hear from you! Feel free to share your thoughts and report bugs on our Discord Virtual Modem discussion channels. Click on the Discord logo below to start.

guides/virtual_modem.1618429169.txt.gz · Last modified: 2021-04-14 19:39 by omolini