Usage of can library, 1 installation, 2 link – Hatteland Display HT B22 (Fanless) User Manual

Page 5

Advertising
background image

DOC101357-1_ - rev 2 – 2013-09-23 - Created by:6644

Page 5 of 25

Hatteland Display AS, Åmsosen, N-5578 Nedre Vats, Norway

Tel: (+47) 4814 2200 - [email protected] - www.hatteland-display.com

HD CAN Module Programmer’s Guide (Windows)

All intellectual properties belongs to Hatteland Display AS

2. Usage of CAN Library

2.1 Installation

In order to install software for USB–CAN Gateway following steps should be performed:

Run setup file named

Hatteland_CAN_Driver_Setup-1.0.216.exe

(common for

operating systems listed in Chap 1),

Select components to install (CAN Driver and API are obligatory, SWDL is optional),

Finish the installation.

After installation Hatteland_CAN.inf file (needed for USB-CAN Gateway installation) should be
present in /Windows/inf directory and /Program Files/Hatteland/CAN_Driver directory.
HDJ2534.dll file should be present in /Windows/system32 directory. SWDL.exe application should be

present in /Program Files/Hatteland/CAN_Driver directory (only if selected during installation).

2.2 Link

The Library for HD CAN module is provided in the form of dynamic library under Windows. After the

programmer follows the installation instruction as above, the file should be correctly linked into the
developing project.

Call

LoadLibrary(“HDJ2534x86(x64).dll”)

as normal Windows application


Advertising