CANlib

Using CANlib Visual Studio 2017 C#.NET (canlibCLSNET)

In this document I will show you how to enable CANlib in Visual Studio 2017 when creating a C# .NET project. I will show how to create WIN32 and WIN64 applications. I will also show how to handle the platform-settings: x86, x64 and AnyCPU. When this is done, you can use the same project (source...

March 9, 2021 Lars-Göran Fredriksson
Click to Read

Using CANlib Visual Studio 2017 VB canlibCLSNET

In this document I will show you how to enable CANlib in Visual Studio 2017 when creating a Visual Basic (VB) project. I will show how to create WIN32 and WIN64 applications. I will also show how to handle the platform-settings: x86 and x64. When this is done, you can use the same project (source...

March 8, 2021 Lars-Göran Fredriksson
Click to Read

Using CANlib Visual Studio 2017 VB .NET Standard 2.0

This Dev Blog describes how to enable Kvaser’s CANlib in Visual Studio 2017 when creating a Visual Basic (VB) project (both WIN32 and WIN64 applications).

March 5, 2021 Lars-Göran Fredriksson
Click to Read

Using CANlib Visual Studio 2017 C# .NET Standard 2.0

In this document I will show you how to enable CANlib in Visual Studio 2017 when creating a C# .NET project. I will show how to create WIN32 and WIN64 applications. I will also show how to handle the platform-settings: x86, x64. When this is done, you can use the same project (source code) for...

Lars-Göran Fredriksson
Click to Read

Using CANlib Visual Studio 2017 C++

In this document I will show you how to enable CANlib in Visual Studio 2017 when creating a C++ project. I will show how to create WIN32 and WIN64 applications. I will also show how to handle the platform-settings: x86 and x64. When this is done, you can use the same project (source code) for...

November 20, 2018 Lars-Göran Fredriksson
Click to Read

How to use Kvaser Virtual Device Channel and Bus

The purpose of this document is to show how to use the virtual devices created by Kvaser Drivers. We will cover Virtual Device, Virtual Channel and Virtual Bus. We will focus on the WINDOWS drivers, but some information can be used also for LINUX in appendix A. Here you will find information how to install,...

April 12, 2018 Lars-Göran Fredriksson
Click to Read

Get more from your hardware with Kvaser SDK libraries

Develop your own application that interacts with your Kvaser device using CANlib SDK libraries.

April 6, 2018 Magnus Carlsson
Click to Read

Converting to plain ASCII

This is an update of an older blog post and is now taking advantage of the Python canlib package v1.7. This is the second post in a 3-part series about using the Converter Library (kvlclib) in CANlib SDK: Writer formats and properties (1 of 3) Converting to plain ASCII (2 of 3) Special converter conditions...

February 20, 2017 Magnus Carlsson
Click to Read

Writer formats and properties

This is the first post in a 3-part series about using the Converter Library (kvlclib) in CANlib SDK: Writer formats and properties (1 of 3) Converting to plain ASCII (2 of 3) Special converter conditions (3 of 3) The converter included in the Kvaser Memorator Config Tool is also available as a separate converter library called...

February 13, 2017 Magnus Carlsson
Click to Read

Setting up CANlib: Event Driven

This is the last post in a 3-part series about CANlib development: Setting up CANlib in Visual Studio Basic API Calls Event Driven Applications Intro In our last video we showed how to create a console application that could configure and read messages from the CAN bus using basic API calls available in our CANlib...

September 30, 2015 Magnus Carlsson
Click to Read