MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues.
2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)
Getting Started with DriveWire: Difference between revisions
Soundchaser (talk | contribs) |
m (→The DriveWire Cable: Better link) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{NavDriveWire}} | ||
A brief history and information guide to both DriveWire3 and DriveWire4 including separate installation guides for DW3 & DW4 | |||
== Forward == | == Forward == | ||
DriveWire is a server side application used in Windows, MacOS ( | DriveWire is a server side application used in Windows, MacOS (and Linux for DriveWire 4) to provide a disk emulation server for the Tandy/TRS-80 Color Computer series of home computers manufactured during the '80s & '90s. | ||
DriveWire allows the mounting of virtual disk images on a PC style computer, to provide floppy disk emulation. Real floppy disk hardware is becoming difficult to find these days, so applications like DriveWire provide CoCo users a much needed storage method for enjoying their Color Computers again. This Wiki page will attempt to provide the basic information needed to configure a DriveWire system for your CoCo. | DriveWire allows the mounting of virtual disk images on a PC style computer, to provide floppy disk emulation. Real floppy disk hardware is becoming difficult to find these days, so applications like DriveWire provide CoCo users a much needed storage method for enjoying their Color Computers again. This Wiki page will attempt to provide the basic information needed to configure a DriveWire system for your CoCo. | ||
Line 16: | Line 16: | ||
---- | ---- | ||
== DriveWire 3 == | == DriveWire Server == | ||
There are a number of DriveWire servers available. Your choice of server largely depends on the features you want and the requirements of your server operating system. | |||
=== DriveWire 3 === | |||
{{GameInfoBox | | {{GameInfoBox | | ||
Line 29: | Line 33: | ||
}} | }} | ||
DriveWire 3 acted solely as a virtual disk server for a CoCo. Written by Boisy Pitre and sold thru [http://www.cloud9tech.com Cloud9], DriveWire3 is a great tool for those needing just a virtual disk server. The DriveWire 3 PC server software can be freely downloaded [http://www.frontiernet.net/~mmarlette/Cloud-9/Software/DriveWire3.html Here]. | |||
DriveWire 3 acted solely as a virtual disk server for a CoCo. Written by Boisy Pitre and sold thru [http://www.cloud9tech.com Cloud9], DriveWire3 is a great tool for those needing just a virtual disk server. The DriveWire 3 PC server software can be downloaded [http://www.frontiernet.net/~mmarlette/Cloud-9/Software/DriveWire3.html Here]. | |||
*[[DriveWire 3 Quick-Start Guide]] | *[[DriveWire 3 Quick-Start Guide]] | ||
*[[DriveWire 3 Troubleshooting]] | *[[DriveWire 3 Troubleshooting]] | ||
<br clear=all> | <br clear=all> | ||
== DriveWire 4 == | === DriveWire 4 === | ||
{{GameInfoBox | | {{GameInfoBox | | ||
Line 53: | Line 55: | ||
DriveWire 4 is a Java version of DriveWire moved to an Open Source project, and has similar functionality to DriveWire 3. However, the developers have added many other features including: mounting of Internet based disk images, TCP, web server, MIDI control, print to a PC printer (emulates Epson MX-80 from CoCo side, compatible with most Epson and generic printer drivers for the CoCo) and many more. | DriveWire 4 is a Java version of DriveWire moved to an Open Source project, and has similar functionality to DriveWire 3. However, the developers have added many other features including: mounting of Internet based disk images, TCP, web server, MIDI control, print to a PC printer (emulates Epson MX-80 from CoCo side, compatible with most Epson and generic printer drivers for the CoCo) and many more. | ||
To use DriveWire 4, you'll need | To use DriveWire 4, you'll need Java version 8 - as DriveWire 4 is written in Java, it is OS agnostic; meaning it should run on anything that runs a Java 8 VM, including a Raspberry Pi running Linux. You can get a [http://www.java.com/en/download/manual.jsp JavaVM (here)] for most any type of popular operating system. However, if your operating system requires a more recent version of Java, you may need to try one of the other DriveWire server options. | ||
You get get the most recent version or DriveWire 4 by visiting the [https://sites.google.com/site/drivewire4/ DriveWire4 distribution site] and following the links. As you'll soon see, DriveWire 4 supports several computing platforms including all versions of the CoCo. The documentation Wiki for DW4 can be found here: [http://sourceforge.net/apps/mediawiki/drivewireserver/index.php?title=Main_Page DW4 Wiki]. | You get get the most recent version or DriveWire 4 by visiting the [https://sites.google.com/site/drivewire4/ DriveWire4 distribution site] and following the links. As you'll soon see, DriveWire 4 supports several computing platforms including all versions of the CoCo. The documentation Wiki for DW4 can be found here: [http://sourceforge.net/apps/mediawiki/drivewireserver/index.php?title=Main_Page DW4 Wiki]. | ||
Line 59: | Line 61: | ||
<br clear=all> | <br clear=all> | ||
== | === pyDriveWire === | ||
{{GameInfoBox | | |||
| picture= PyDriveWire_Screenshot.jpg | |||
| year= 2016 | |||
| media = Python source, Binary Package, Docker | |||
| requires = Installers for Raspberry Pi 3,4, Linux, Windows, or macOS | |||
| graphic = Web-based user interface | |||
| publisher = [https://github.com/n6il/pyDriveWire n6il] | |||
| author = Michael R. Furman | |||
| notes = Python Implementation of DriveWire 4 and EmCee Protocols | |||
}} | |||
PyDriveWire is a nearly complete DriveWire4 Server written in Python. The goal is to eventually implement all of the features available. The server also implements additional features that are not available in DriveWire4. | |||
PyDriveWire also has support for the EmCee Protocol for use with MCX Basic on the TRS-80 MC-10. | |||
DriveWire 4 and EmCee Procotols can be used simultaneously on the server without reconfiguration. | |||
*[https://github.com/n6il/pyDriveWire/blob/master/README.md The pyDriveWire README] | |||
*[https://github.com/n6il/pyDriveWire/blob/master/docs/The%20pyDriveWire%20Manual.md#ch2 The pyDriveWire Manual v0.5c] | |||
<br clear=all> | |||
== The DriveWire Cable == | |||
See [[How_to_build_a_DriveWire_serial_cable|How to build a DriveWire serial cable]]. | |||
== HDBDOS & DriveWire == | == HDBDOS & DriveWire == | ||
Line 78: | Line 94: | ||
Once you have downloaded the DriveWire software and connected the CoCo to your PC with the correct cable, you'll need to boot the CoCo with an HDB-DOS ROM image. This can be done with a ROM Pak with an HDB-DOS EPROM from Cloud9 (or someone else); loading thru the cassette port (from either a real cassette player or as a .wav file from a PC), an EPROM placed in a floppy controller or even an HDB-DOS ROM loaded from a .BIN file. Again, all of the files can be downloaded from the [http://www.frontiernet.net/~mmarlette/Cloud-9/Software/DriveWire3.html Cloud9] DriveWire3 page. | Once you have downloaded the DriveWire software and connected the CoCo to your PC with the correct cable, you'll need to boot the CoCo with an HDB-DOS ROM image. This can be done with a ROM Pak with an HDB-DOS EPROM from Cloud9 (or someone else); loading thru the cassette port (from either a real cassette player or as a .wav file from a PC), an EPROM placed in a floppy controller or even an HDB-DOS ROM loaded from a .BIN file. Again, all of the files can be downloaded from the [http://www.frontiernet.net/~mmarlette/Cloud-9/Software/DriveWire3.html Cloud9] DriveWire3 page. | ||
*Contents of the [[DRIVEWIRE.ZIP]], containing the Rom files from the Cloud9 site. | |||
== NitrOS-9 & DriveWire == | == NitrOS-9 & DriveWire == |
Latest revision as of 23:19, 4 March 2021
WELCOME |
---|
Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al |
See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.
This page was last updated on 03/4/2021. Total Pages: 744. Total Files: 994.
Home / DriveWire - Getting Started with DriveWire
A brief history and information guide to both DriveWire3 and DriveWire4 including separate installation guides for DW3 & DW4
Forward
DriveWire is a server side application used in Windows, MacOS (and Linux for DriveWire 4) to provide a disk emulation server for the Tandy/TRS-80 Color Computer series of home computers manufactured during the '80s & '90s.
DriveWire allows the mounting of virtual disk images on a PC style computer, to provide floppy disk emulation. Real floppy disk hardware is becoming difficult to find these days, so applications like DriveWire provide CoCo users a much needed storage method for enjoying their Color Computers again. This Wiki page will attempt to provide the basic information needed to configure a DriveWire system for your CoCo.
Out of respect for software authors, this Wiki page will not host or directly link to any files - links will only take you to the webpages where these files already exist, and can be downloaded from.
Also, DriveWire 4 is a 100% drop in replacement for DriveWire 3. DriveWire 4 simply (or not so simply) adds far more capability to an already excellent application.
One more thing to keep in mind - DriveWire 3 and 4 can be used as a floppy disk emulator. However, there are some software packages that simply will not run when using floppy emulation. This is due to the author creating their own disk access routines, instead of using the RS-DOS DSKCON routines or in some cases, using a ROM/RAM copy routine that wipes Coco client side HDBDOS/DW3DOS from memory when they're running from disk or cassette. Until a successful hardware emulator is created that can accurately emulate the WD1773, then we are stuck with this situation.
DriveWire Server
There are a number of DriveWire servers available. Your choice of server largely depends on the features you want and the requirements of your server operating system.
DriveWire 3
Getting Started with DriveWire | |
---|---|
Year | (?) |
Publisher | Cloud9 Technologies |
Author | Boisy Pitre |
Media | Windows & Mac executable file |
Requires | PC running Windows or Mac OSX |
Optional | |
Graphic mode | PC/Mac Graphics |
Notes | Server side software for PC or Mac with a serial connection to the Color Computer 3 |
DriveWire 3 acted solely as a virtual disk server for a CoCo. Written by Boisy Pitre and sold thru Cloud9, DriveWire3 is a great tool for those needing just a virtual disk server. The DriveWire 3 PC server software can be freely downloaded Here.
DriveWire 4
Getting Started with DriveWire | |
---|---|
Year | (?) |
Publisher | CocoCoding/DriveWire4 |
Author | Open Source |
Media | Windows, Linux & Mac executable file (Java based) |
Requires | PC running Windows, Linux or Mac OSX (plus others) |
Optional | |
Graphic mode | PC/Linux/Mac Graphics |
Notes | Server side software for PC, Linux, Mac, or any machine capable of running a JavaVM for serial connection to the Color Computer 1, 2, or 3 |
DriveWire 4 is a Java version of DriveWire moved to an Open Source project, and has similar functionality to DriveWire 3. However, the developers have added many other features including: mounting of Internet based disk images, TCP, web server, MIDI control, print to a PC printer (emulates Epson MX-80 from CoCo side, compatible with most Epson and generic printer drivers for the CoCo) and many more.
To use DriveWire 4, you'll need Java version 8 - as DriveWire 4 is written in Java, it is OS agnostic; meaning it should run on anything that runs a Java 8 VM, including a Raspberry Pi running Linux. You can get a JavaVM (here) for most any type of popular operating system. However, if your operating system requires a more recent version of Java, you may need to try one of the other DriveWire server options.
You get get the most recent version or DriveWire 4 by visiting the DriveWire4 distribution site and following the links. As you'll soon see, DriveWire 4 supports several computing platforms including all versions of the CoCo. The documentation Wiki for DW4 can be found here: DW4 Wiki.
pyDriveWire
Getting Started with DriveWire | |
---|---|
Year | 2016 |
Publisher | n6il |
Author | Michael R. Furman |
Media | Python source, Binary Package, Docker |
Requires | Installers for Raspberry Pi 3,4, Linux, Windows, or macOS |
Optional | |
Graphic mode | Web-based user interface |
Notes | Python Implementation of DriveWire 4 and EmCee Protocols |
PyDriveWire is a nearly complete DriveWire4 Server written in Python. The goal is to eventually implement all of the features available. The server also implements additional features that are not available in DriveWire4.
PyDriveWire also has support for the EmCee Protocol for use with MCX Basic on the TRS-80 MC-10.
DriveWire 4 and EmCee Procotols can be used simultaneously on the server without reconfiguration.
The DriveWire Cable
See How to build a DriveWire serial cable.
HDBDOS & DriveWire
(WIP)
Once you have downloaded the DriveWire software and connected the CoCo to your PC with the correct cable, you'll need to boot the CoCo with an HDB-DOS ROM image. This can be done with a ROM Pak with an HDB-DOS EPROM from Cloud9 (or someone else); loading thru the cassette port (from either a real cassette player or as a .wav file from a PC), an EPROM placed in a floppy controller or even an HDB-DOS ROM loaded from a .BIN file. Again, all of the files can be downloaded from the Cloud9 DriveWire3 page.
- Contents of the DRIVEWIRE.ZIP, containing the Rom files from the Cloud9 site.
NitrOS-9 & DriveWire
(WIP)
NitrOS-9 cannot be booted directly, you need to bootstrap it from another DOS like HDB-DOS. Use the disk image that has _dw in the name.
Beginner's Guide to Installing DriveWire4, HDBDOS, and NitrOS-9
by Bill Pierce
(WIP)
- DW4 Installation Guide : A step by step guide to installing the "JavaVM", "DriveWire4", "HDBDOS", and "NitrOS-9 for DW4"
Troubleshooting DriveWire
(WIP)
DriveWire, HDBDOS, & NitrOS-9 FAQs
(WIP)
MORE TO COME Soon