What is it: This is a program to interface with a Kodak DC210+ camera over the serial cable. It does not support other Kodak models but you may find that some commands work with others. If you have a different model I would strongly encourage you to get the technical spec from Kodak and modify this code to support your camera too. See below. To build/install: This program should build on most versions of UNIX with a good C++ compiler. It has only been tested, AFAIK, on FreeBSD-4.0. If you get a clean build on something else, drop a line! 1) Open the Makefile and verify the install settings; they should be reasonable on must systems. 2) Type 'make' 3) Type 'make install' Author: Scott Gasch scott@gasch.org http://wannabe.guru.org/scott Credits: Thanks to Brian Hirt for writing kdcpi, a perl program that was both an inspiration to this project and a great reference for how to talk to the Kodak DC210. His webpage is http://www.berkhirt.com/. Thanks to Kodak for releasing the technical specifications of the DC family cameras. This is a really cool thing to do and a great service to their customers. If you are interested, see http://www.kodak.com under "developer relations". And if you write any code to interface with your non-DC210 model camera, please send me the patch!