![]() |
Kvaser J1939 Library
|
The Kvaser J1939 library (kvj1939lib) is a C API for sending and receiving J1939 messages on Kvaser CAN hardware.
The library supports
Only Classic CAN mode is supported, CAN FD is not supported.
Function calls in the Kvaser J1939 API all have names starting with j1939_, e.g j1939_create_channel(). Data type names start with J1939, e.g J1939ChannelParams.
To build an application with the Kvaser J1939 library the code needs to
and link with kvj1939lib.dll on Windows and with libkvj1939lib.so on Linux.