API-CAN(WDM) is a driver library for using our CAN communication devices on Windows.
・Provides a set of functions for controlling CAN communication devices in Windows API format.
・By combining with supported devices, communication based on CAN2.0B and CAN FD can be performed.
・Callback processing is now possible for applications that do not have windows (DLLs, resident programs) to receive event notifications.
・The bus can be monitored by disabling the ACK response.
・Up to 16 identical devices can be controlled. Additionally, the driver can control up to 256 devices.
・Includes software that outputs a report on device driver installation status and diagnostic results.
・Sample programs showing basic usage are included for each development tool (Visual C#, Visual Basic .net, Visual C++).
Just open the appropriate project file in your development tool and you can start building immediately.
・Various sample programs and this help file will strongly assist you to develop your own application software.
・Applications created using this driver library can be freely distributed.