Service Release of February 6, 2022
Major changes:
- Updated CAN API sources to rev. 1036
- Fixed a bug with property GET_DEVICE_TYPE (re-renamed property
GET_DEVICE_CHANNEL
intoGET_DEVICE_TYPE
to display the device type as specified instead of the channel no of the device) - Fixed a bug with reading property
GET_DEVICE_VENDOR
andGET_DEVICE_DLLNAME
(they can also be read without a handle) - Fixed a bug with message flag
sts
on reception - Added operations
GetFirstChannel
andGetNextChannel
to classCPeakCAN
to query channel information - Updated the utilities to get the list of channels from the library (like
can_boards[]
in C interface)