diff -r 7fedc55c14d5 -r d328d0d9b88e doc/manual/en/html/node37.html --- a/doc/manual/en/html/node37.html Thu Aug 02 14:20:52 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,118 +0,0 @@ - - - - -
--wget http://www.peak-system.com/files/pccard.zip - -
-Extract its content into your cygwin home (it will create a ``Disk'' -directory): - -
-unzip pccard.zip - -
-The configure CanFestival3 providing path to the desired PcanLight -implementation: - -
-export PCAN_INCLUDE=~/Disk/PCAN-Light/Api/
-
-export PCAN_HEADER=Pcan_pcc.h
-
-export PCAN_LIB=~/Disk/PCAN-Light/Lib/Visual\
-C++/Pcan_pcc.lib
-
-export PCAN2_HEADER=Pcan_2pcc.
-
-export PCAN2_LIB=~/Disk/PCAN-Light/Lib/Visual\
-C++/Pcan_2pcc.lib
-
-
-In order to test, just connect together both CAN ports of the PCMCIA -card. Dont forget 120ohms terminator. - -
-cp ~/Disk/PCAN-Light/Pcan_pcc.dll . - -
-cp ~/Disk/PCAN-Light/Pcan_2pcc.dll . - -
-./examples/TestMasterSlave/TestMasterSlave \ - -
- -l drivers/can_peak_win32/cygcan_peak_win32.dll - -
-Messages are then exchanged between master and slave node, both inside -TestMasterSlaves process. - -
-