less than 1 minute read

Version 0.2 (Commit 5799eff of June 3, 2021):

  • Migrated to Visual Studio 2019 and adapted the MSC build environments
  • Switched to a dual-license: BSD-2-Clause OR GPL-3.0-or-later
  • Updated to Kvaser´s CANlib SDK version 5.35
  • Realized class CKvaserCAN: public CCANAPI (uvKvaserCAN.dll)
  • Implemented operation mode NXTD and NRTR
  • Added a check for operation mode bit FDOE when bit BRSE is set
  • Added a check for valid identifier range in can_write
  • Added a check for operation capability in can_init
  • Fixed a mistake with channel name displayed instead of device name
  • Fixed an out-of-bound violation in companion module can_btr
  • Fixed a bug with wrong return values from kvaser_capacity
  • Fixed an unnecessary decl-specifier on can_boards[]
  • Added my beloved CAN utilities
  • Added two simple C++ examples
  • Added a Doxygen configuration