wmx10 Installation
------------------------------------------------------------

Compilation and installation should be relatively
straight forward.  The steps are as follows:

1) Edit wmx10/wmx10.h and change the
     #define SERIAL_PORT "/dev/ttyS0"
   to be the correct serial port for your Firecracker.

2) cd to wmx10 (if you're not there already) and:
   make
   make install

3) run wmx10. 
   You may need to be root to run this program, depending
   upon the permissions on your serial port.  
   
   To increase the speed that a command gets sent to the
   Firecracker, you may choose to fiddle with some of the
   values in br_cmd.c (Delay, HoldLoops, BitWait) to see what
   works with your hardware.  I was able to move the HoldLoops
   down to 1 and the Firecracker still worked.  I left it at 3
   for compatibility.

Copyright
--------------------------------------------------------------
wmx10 is Copyright (c) 1999 by Joshua Hawkins and licensed
through the GNU General Public License. Read the COPYING file
for the complete GNU license.

