TPDD server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
| [http://bitchin100.com/wiki/index.php?title=LaddieCon LaddieCon] || Windows || | | [http://bitchin100.com/wiki/index.php?title=LaddieCon LaddieCon] || Windows || | ||
|- | |- | ||
| [http://bitchin100.com/wiki/index.php?title=LaddieCon#LaddieAlpha LaddieAlpha] || .NET || Windows, OSX, Linux | | [http://bitchin100.com/wiki/index.php?title=LaddieCon#LaddieAlpha LaddieAlpha] || .NET || Windows, OSX, Linux. Possibly others like FreeBSD if they have Mono or can run linux's Mono runtime. | ||
|- | |- | ||
| [http://www.club100.org/memfiles/index.php?direction=&order=&directory=Kurt%20McCullum mComm] || Windows, Android, Python || Seperate versions for Windows, Android and Python. The Windows and Android versions include bootstrapers. The Python version can run on any platform that has Python. The python version does not include a bootstrapper. | | [http://www.club100.org/memfiles/index.php?direction=&order=&directory=Kurt%20McCullum mComm] || Windows, Android, Python || Seperate versions for Windows, Android and Python. The Windows and Android versions include bootstrapers. The Python version can run on any platform that has Python. The python version does not include a bootstrapper. | ||
|- | |- | ||
| [https://github.com/bkw777/ | | [https://github.com/bkw777/dl2 dl2] || posix || Linux, OSX, FreeBSD, Windows via Cygwin or MSYS2, and probably any other unix-like os. Includes a bootstrapper. Forked from dlplus. | ||
|- | |- | ||
| [[PDDuino]] || Arduino || Includes a bootstrapper. | | [[PDDuino]] || Arduino || Includes a bootstrapper. | ||
Line 25: | Line 25: | ||
| [http://ftp.whtech.com/club100/com/dl-arc.exe.gz DeskLink] || MS-DOS || | | [http://ftp.whtech.com/club100/com/dl-arc.exe.gz DeskLink] || MS-DOS || | ||
|- | |- | ||
| | | [[WP2DOS]] || MS-DOS || TPDD emulator plus utility to convert WP-2 documents to more standard formats. | ||
|- | |||
| [[Portcomm]] || MS-DOS || TPDD emulator sold by Club 100. | |||
|- | |||
| [[M100COM]] || MS-DOS || TPDD emulator written in QuickBASIC | |||
|- | |||
| [http://www.knitandsew.demon.nl/dk/fb100emu-en.htm FB100 Emulator] || Windows || Targeted for knitting machine users | |||
|- | |||
|} | |} | ||
Handy dosbox commandline to run | Handy dosbox commandline to run MS-DOS apps on Linux in the current directory with COM1 connected to a serial port like /dev/ttyUSB0 | ||
dosbox -c "serial1 directserial realport:ttyUSB0" . | dosbox -c "serial1 directserial realport:ttyUSB0" . | ||
<!-- if github stops working: | |||
$ wget https://archive.org/download/M100SIG/M100SIG.zip/Lib-09-PERIFERALS/PDE.EXE | |||
--> | |||
Example: | Example: | ||
wget https:// | $ wget https://github.com/LivingM100SIG/Living_M100SIG/raw/main/M100SIG/Lib-09-PERIFERALS/PDE.EXE | ||
dosbox -c "serial1 directserial realport:ttyUSB0" . | $ dosbox -c "serial1 directserial realport:ttyUSB0" . | ||
C:>pde 1 | C:>pde 1 | ||
Latest revision as of 19:01, 28 January 2024
The Tandy Portable Disk Drive is a floppy drive that connects to a Model T via the serial port.
There have been many TPDD emulators over the years starting all the way back when the TPDD itself was still current and running on platforms that are obsolete now. A full list including all the old ones would be interesting to compile in one spot just to see. This is just a few that are currently still developed, or at least usable on current systems.
Name | Platform | Notes |
---|---|---|
LaddieCon | Windows | |
LaddieAlpha | .NET | Windows, OSX, Linux. Possibly others like FreeBSD if they have Mono or can run linux's Mono runtime. |
mComm | Windows, Android, Python | Seperate versions for Windows, Android and Python. The Windows and Android versions include bootstrapers. The Python version can run on any platform that has Python. The python version does not include a bootstrapper. |
dl2 | posix | Linux, OSX, FreeBSD, Windows via Cygwin or MSYS2, and probably any other unix-like os. Includes a bootstrapper. Forked from dlplus. |
PDDuino | Arduino | Includes a bootstrapper. |
Backpack Drive | hardware device | Includes a bootstrapper. |
Old / Other | ||
PDE | MS-DOS | |
DeskLink | MS-DOS | |
WP2DOS | MS-DOS | TPDD emulator plus utility to convert WP-2 documents to more standard formats. |
Portcomm | MS-DOS | TPDD emulator sold by Club 100. |
M100COM | MS-DOS | TPDD emulator written in QuickBASIC |
FB100 Emulator | Windows | Targeted for knitting machine users |
Handy dosbox commandline to run MS-DOS apps on Linux in the current directory with COM1 connected to a serial port like /dev/ttyUSB0
dosbox -c "serial1 directserial realport:ttyUSB0" .
Example:
$ wget https://github.com/LivingM100SIG/Living_M100SIG/raw/main/M100SIG/Lib-09-PERIFERALS/PDE.EXE $ dosbox -c "serial1 directserial realport:ttyUSB0" . C:>pde 1