Dragon 32/64 Drivewire Adapter

From The Dragon Archive
Revision as of 17:27, 10 November 2014 by Jedie (talk | contribs)

Drivewire.jpg

See also: Drivewire_for_dummies

Hardware

The built-in serial UART is the CP2102

Windows

Windows driver can be downloaded from the chip manufacturer: http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx

Drivewire Server

The Drivewire Server 4 is a Java Application and can be downloaded here: https://sites.google.com/site/drivewire4/download

There exist also "DriveWire Lite": a reimplementation in C of the server side of the DriveWire 3 protocol: http://sourceforge.net/projects/dwlite/

Drivewire Server 4 usage

If you would like to use the Server under windows without installing the JRE, use this batch file for startup:

SET JDK=%~dp0\jre
SET JAVA_EXE=%JDK%\bin\java.exe
"%JAVA_EXE%" -XX:+UseConcMarkSweepGC -jar DW4UI.jar --backup &
pause

Download a JRE and put it into divewire directory with this batch.


Just choose CoCo2 from the DriveWire Server simple config wizard. Keep all the default selections.


Links