drivers/can_anagate_win32/can_anagate_win32.def
author bmakuc <blaz.makuc@smarteh.si>
Fri, 24 Mar 2017 10:52:38 +0100
changeset 796 1c87f7a8cb8a
parent 494 aa36efce6e78
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_anagate_win32

EXPORTS
   canReceive_driver
   canSend_driver
   canOpen_driver
   canClose_driver
   canChangeBaudRate_driver