|
|
DriverSetup V3.0.1.15
hot!
|
|
Date added: 05/18/2010 |
|
This is the latest driver for the ECOM (both standard and CANCapture unlocked versions), that includes support for 64-bit (and 32-bit as well) operating systems. It also adds the ability to use a single ECOM device by multiple applications at once. |
|
|
Download
|
Details
|
|
|
|
|
C# ECOM DLL/API example and library
hot!
|
|
Date added: 11/04/2009 |
|
Provides a Visual Studio 2005 solution, an example for C#/.NET, and a class/library interface for accessing the ECOM using C#.
This example shows how to open an ECOM device and print CAN messages to the screen for 10 seconds. It contains the built EXE file as well. You should use this class/library for all C# applications regardless of whether you need the example code.
Basically the ECOM class presents a wrapper to the DLL/API library so that all functions can be accessed in manner such as:
ECOMLibrary.CANReceiveMessage(...)
|
|
|
Download
|
Details
|
|
|
|
|
ECOM LabView Driver and Example
hot!
|
|
Date added: 06/16/2009 |
This is a LabView driver where each ECOM DLL function is presented as a separate VI. All the driver function VIs are contained within a single LLB library file.
In addition to the driver VIs, this also contains a simple example that opens an ECOM device, reads CAN messages for X number of seconds, and then closes the device. All the received messages are displayed on the screen in a single array. This example is the LabView equivalent of the simple C/C++ and Java examples that are available for the ECOM driver. |
|
|
Download
|
Details
|
|
|
|
|
Java Example for the ECOM Device
hot!
|
|
Date added: 05/15/2009 |
|
This is an example showing how to use the ECOM device with Java. It is the equivalent of the C/C++ example and also includes an interface class (ECOMLibrary.java) that allows easy access to the DLL functions using the excellent Java Native Access (JNA) library https://jna.dev.java.net/. This example shows how to open an ECOM device, dump all received CAN packets to the console window, and close the device. All Java applications should use this interface class as a starting point. |
|
|
Download
|
Details
|
|
|
|
|
DriverSetup V2.0.2.8
hot!
|
|
Date added: 10/01/2008 |
|
This is the latest hardware device driver for the ECOM as of October 1st, 2008. This update adds support for Listen Only mode of the CAN hardware controller (SJA1000). Listen Only mode was added to support auto baud rate detection in CANCapture. Without listen only mode, the CAN controller would have generated error frames while scanning each baud rate looking for the correct one.
Click here for more detailed information
|
|
|
Download
|
Details
|
|
|
|
|
ECOM Developer's Reference Guide (DLL/API Documentaion)
hot!
|
|
Date added: 08/22/2008 |
|
This is the Developer's reference guide for the Application Programmer's Interface (API) and DLL interface for the ECOM hardware device. Developers who intend to create custom applications that use the ECOM for CAN or serial communication should use this guide as a starting reference. |
|
|
Download
|
View
|
Details
|
|
|
|
|
DriverSetup V2.0.2.6
|
|
Date added: 07/03/2008 |
|
This is the latest hardware device driver for the ECOM as of July 3rd, 2008. This update makes a few minor changes and also modifies the name of the device that is reported in the Device Manager from E1793000 to E2046000. E1793000 is the part number for the PCB assembly, which is incorrect and has now been changed to the proper number for the ECOM device.
|
|
|
Download
|
Details
|
|
|
|
|
ECOM Installation Manual
hot!
|
|
Date added: 07/03/2008 |
|
Installation manual for the ECOM hardware device driver. |
|
|
Download
|
View
|
Details
|
|
|
|
|
ECOM Library Example - PrintToScreen.c
hot!
|
|
Date added: 03/20/2008 |
|
This is a very simply example of how to use the ECOM API library to open an attached ECOM device, and print all received 29-bit CAN messages to the screen for 10 seconds.
It shows the usage of the ECOM library functions: CANOpen, GetFriendlyErrorMessage, CANReceiveMessageEx, and CloseDevice
|
|
|
Download
|
View
|
Details
|
|
|
|
|
DriverSetup V2.0.2.4
|
|
Date added: 03/14/2008 |
|
This is the latest driver for the ECOM device as of March 12, 2008. This update simply removes the feature that turns the power LED Red and Green upon calling the CANOpen or SerialOpen functions. This feature was removed because customers were mistaking the Red/Green color to be solid Red since the red color was much more dominant than the green. Now the power LED simply displays RED when the device is receiving power and Green once the windows driver has been fully and successfully loaded. To detect the device being "Opened" simply look at the activity lights when diagnosing customer problems.
|
|
|
Download
|
Details
|
|
|