Products

When I call CANwrite, is the CRC added to the message automatically?
The CRC in the CAN frame is calculated and inserted by the CAN controller automatically.Read More
Read More
Is SAE J1939 supported in Kvaser CANlib
CANlib works at the raw CAN frame level. This means the API can be used with any higher layer protocol…Read More
Read More
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
Can I set the bitrate after the channel has been opened with canOpenChannel()?
You have to go BusOff prior changing the bitrate.Read More
Read More
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
For a Linux OS is it preferred to use Socket-CAN or Linux specific Driver as provided by Hardware vendor.
Socket-CAN Ok to use but must check third part deliverer updates. Linux/Win driver from Kvaser Possible to track changes. Possible…Read More
Read More
Do the CAN cards contain a visible firmware revision from the API that can be BOM controlled ? If so can it be checked by the .NET lib
Yes! You can read (in your software using our SDK) the serial number, the EAN code, the SW version and…Read More
Read More
Best Sampling point for a system?
The signal delay will push the sample point to the rear end of the CAN-bit and bad oscillator tolerance will…Read More
Read More
Could you recommend the most suitable Baud Rate for our analysers?
(48 devices connected on one bus with a cable length of 20m) To optimize the CAN-bit-rate it is necessary to…Read More
Read More
Can I power my Ethercan on the CAN side?
Yes, the Ethercan Light HS can be powered by either by Power over Ethernet, or by providing power to the CAN channel. Also receives power over CAN, soRead More
Read More