Skip to content

CL API v0.1.1 (2026-02-24)

This is the first release of the CL API. It is still an early version and expected to see changes over the next few releases.

This version adds basic functionality for configuring the device and the ethernet link. See CL API or Terminal App to get an overview of which configuration options are available.

Added support for the following products

  • Kvaser Arcus 100/1000BASE-T1 H-MTD, EAN: 73-30130-01810-5

Known issues

  • cl_interface_status_t will be changed to not utilize unions since they can be a bit troublesome when interfacing from other languages.
  • The current enumeration types may cause some issues with tooling/bindings. They will be changed in a future update, a change that may cause some incompatibilities.
  • The device order is currently nondeterministic (device_id 0 could be a different device after running cl_scan_for_devices without changing the connected devices).
  • Firmware update is not supported with this release