Developer Blog

placeholder image
13/09/2019

Can Multiple Instances of .NET programs connect via the CANLib to the same IO Card at the same time , if so Is the .NET library Thread Safe ?

In general, all our SDK are thread safe. If the card has one, two or four channels does not matter.… Read More

Read More
placeholder image
26/10/2016

Building for Raspberry Pi using distcc

Building locally on a Raspberry Pi can be slow. The most common way around this is to cross-compile, which is… Read More

Read More
placeholder image
14/04/2015

A more object oriented approach on accessing your Kvaser device from Python (3 of 3)

This blog uses now deprecated functions, see blog “Improved API in Python canlib v1.5” for more information. This is the last post… Read More

Read More
placeholder image
10/09/2015

Accessing Environment Variables from CANlib (2 of 3)

This is the second post in a 3-part series about Environment Variables in t scripts: Introduction to Environment Variables Accessing… Read More

Read More
placeholder image
13/09/2019

C# application selects X32 driver instead of X64

The canlib32.dll used by your application comes in 32 bit and 64 bit. The appropriate version is placed in the… Read More

Read More