Resources and Downloads
CANCapture Resources
- CANCapture Software - V2.55
- CANCapture User Manual
- J1939 Multipacket Transmit Script Example
- ASC Recorder Script - Workspace Export File
- Replay File - More NMEA2000 And J1939 Samples
- Replay File - Boat Engine Off, Sitting On The Dock
- Replay File - ECI ECM And Testing Handcontroller
ECOM Resources
Latest Driver Installation:
- ECOM Device Driver V3.6.0.2 - Installer for ECOM device driver – includes Microsoft Excel examples as well as the developer API and library files.
- ECOM Installation Manual - ECOM hardware device driver installation manual.
Supporting Documents:
- ECOM Engineering Approved Drawing - Official drawing that contains dimensions and pinouts for the ECOM device and connectors that ship with the ECOM.
- STEP Model for ECOM - 3D Step model file for the ECOM cable
- Simple C/C++ Example - ECOM library example of how to open an ECOM device and print CAN messages to the screen for 10 seconds.
- Simple Java Example - Equivalent of the C/C++ example but using Java instead. Also includes a useful interface class for making ECOM DLL function calls using the JNA (Java Native Access) library.
- Simple LabView Example (and LabView Driver) - This is the equivalent of the C/C++ and Java examples above, except for LabView. It simply displays all received CAN messages for X number of seconds into an array on the screen. This also contains a LabView "driver" that is a strongly recommended starting point for developing LabView applications that will use the ECOM device.
- C# Example and Library - This download includes a library interface class for accessing all the functions and constants used by the ECOM API/DLL library. The example simply uses this class to display all received CAN messages for 10 seconds and outputs the received messages to a console window. This library should be used for anyone wishing to do C# development using the ECOM API/DLL.
- Reference Harness Schematics - A basic schematic showing the pinout and color codes for the harness that comes with the ECOM device.
- Developer's Reference Guide - Documentation for the DLL/API programmer's interface for the ECOM hardware device. Developers who wish to incorporate the ECOM into their own software for sending and receiving CAN packets should start here.