drivers/can_peak_win32/can_peak_win32.def
author bmakuc <blaz.makuc@smarteh.si>
Fri, 24 Mar 2017 10:52:38 +0100
changeset 796 1c87f7a8cb8a
parent 713 ca2c2dad3a22
permissions -rw-r--r--
Send timeout is set to 10 ms. Without timeout PLC can be blocked by CAN driver: if CAN bus is not connected to controller CAN driver never returns and therfore PLC application halts. This is a temporary solution.
LIBRARY	can_peak_win32
	
EXPORTS
   canReceive_driver
   canSend_driver
   canOpen_driver
   canClose_driver
   canChangeBaudRate_driver