$Id: readme.txt,v 1.2 2007-11-29 12:35:52 hofmann Exp $


Readme for folder comdll_fg

Without the libcomdll_fg, a communication with the camera is only over the
serial ports possible. COM1, COM2, COM3, COM4.

To handle the communication with the different frame grabbers is an additional library necessary. The user has to compile this library with a simple "make all".

Please check following files
- comdll_fg.c
- Makefile

For some frame grabber it is necessary to do some initalization before the communication port can be opened. (check funktion clSerialInit_FG)

The linker needs the directory of the frame grabber libraries. (check the Makefile)

