I am now sending compressed binary data, so I need a version of putty
that can stash that data in files while connecting the user to the Arduino.
This code works on Linux.

putty-cga.c - my version of putty.
To run (there are no parameters):
./putty-cga

This creates files in the directory putty-cga for each experiment:
f0000.cmp, f0000.txt, f0001.cmp, f0001.txt, ...
fxxxx.cmp is compressed binary data.
fxxxx.txt is readable ascii data printed out during a session.

uncompress-all.c - uses the file putty-cga.files (a list of files automatically
generated by putty-cga) to convert the binary fxxxx.cmp files to
ASCII fxxxx.dat files that Matlab can read.
To run (there are no parameters):
./uncompress-all

Makefile - Instructions on which files should be compiled and how.
