Project

General

Profile

Software Modems » History » Version 2

laforge, 06/29/2022 08:01 AM

1 2 laforge
{{>toc}}
2
3 1 laforge
h1. Software Modems
4
5
(sometimes also called _WinModems_)
6
7
h2. What is a Software Modem
8
9
Traditional analog modems are based around hardware modulators/demodulators, typically some kind of DSP or VLSI chipset including some kind of internal processor / software.  They are basically an embedded system with two external interfaces:
10
* the analog phone line interface
11
* a RS-232 serial line towards a terminal or computer
12
13
As desktop computers and laptops became more powerful around the turn of the century, various manufacturers started to implement _software modems_.  Those modems only contained the analog line interface and an ADC/DAC.  All the actual signal processing (equalizer, modulation, demodulation, coding/decoding, etc.) happened in software running on the main processor of the desktop/laptop computer (typically an x86 CPU).
14
15
The related proprietary software for the main CPU was typically specific to a given vendor/chipset, and was offered in most cases only for Windows type operating systems, hence also the name _WinModem_.  There were some exceptions where binary-only software was also offered for Linux or other OSs.
16
17 2 laforge
h2. Models/Types  of Software Modems
18 1 laforge
19 2 laforge
h3. FIXME
20
21
h3. slmodemd
22
23
h3. MC97 / AC97 Modems
24
25
At some point, the AC97 standard for mainboard-based _sound card_ functionality was extended so that the audio software stack could not only drive the analog audio codec for multimedia purposes, but also drive a specific "telephone line interface codec IC" with associated analog line interface.  This meant that the modem would basically show up as a second audio device on the PC.
26
27
The actual "telephone line interface codec IC" together with the analog interface circuitry was often not put on the mainboard of the PC or Laptop itself, but implemented via an add-on card.  See [[AMR_Modem_Riser]] for more information.
28
29
30
h2. Open Source Software for Software Modems
31
32
There were several different projects that implemented software modem functionality. The lack of a standard interface (software API or hardware interface) towards the analog line circuitry
33
34
h3. spandsp
35
36
h3. linmodem
37
38
h3. ArduinoModem
39
40
This is not really a _contemporary_ software modem, but a retrocomputing project by @supersat
41
42
"ArduinoModem":https://github.com/supersat/ArduinoModem is a project implementing Bell 103 (300 bps) on an arduino microcontroller.  It allegedly is loosely based on https://web.archive.org/web/20120110020118/http://www.ti.com/lit/an/slaa037/slaa037.pdf and https://web.archive.org/web/20130512113608/http://www.ti.com/lit/an/slaa204/slaa204.pdf
Add picture from clipboard (Maximum size: 48.8 MB)