TI Lynx Sample Programs
These are Win32 console programs written for the TI Lynx 1394 adapter. Theywere developed using the PCI Lynx development kit 2.1. Download this from:
http://www.ti.com/sc/data/msp/1394/evm/lynx21.exe
The directory structure for the programs is as follows:
bin All final executables inc Common include files lib Common library files DumpRom Source to DumpRom.exe. Dumps the configuration rom of the specified device. SnapShot Source to SnapShot.exe. Takes a snap shot picture through the CCM-DS250 1394 camera and stores it into a BMP file.
The programs were built using MS VC++ 5.0. There was no attempt to build the programs with other compiler products.
All programs include "..\inc\1394api.h". Make sure to copy 1394api.h and 1394type.h from the TI Lynx kit to the inc directory. All programs link with "..\lib\cls1394.lib". Copy cls1394.lib to the lib directory.
As a post-build step, the executable files from a build are copied to the bin directory. This centralizes all of the executables into one place and makes testing much easier. For example, say you build the programs on one machine and then test them on another. The test machine can use a peer-to-peer network connection to test the programs developed on another machine. For this reason, it is recommended that you copy the cls1394.dll to the bin directory.