PCBUSB-Library - Version 0.11 released
Version 0.11 (Build 1143 of January 31, 2022):
- Built the library as Universal macOS Binary (macOS_Library_for_PCANUSB_v0.11.tar.gz).
- Built the library for x86_64 architecture (OS_X_Library_for_PCANUSB_v0.11.tar.gz).
- Synchronized PCBUSB header with PCANBasic header for v4.6.0.
- Fixed a bug with
PCAN_CHANNEL_CONDITIONwhen used by another process. - Fixed an omission with export declaration for
CAN_LookUpChannel. - Implemented parameter
PCAN_FIRMWARE_VERSION(read-only). - Added error text for
PCAN_ERROR_ILLMODE(all languages). - Corrected some French error text (acc. to Peak´s changes).
- Return
PCAN_ERROR_HWINUSEwhen interface is used by another process:1CAN_GetValue:PCAN_LISTEN_ONLY, PCAN_RECEIVE_STATUS, PCAN_LISTEN_ONLY
- Return
PCAN_ERROR_ILLCLIENTif an invalid channel handle is given:1CAN_GetValue:PCAN_RECEIVE_EVENT, PCAN_CHANNEL_CONDITION, PCAN_TRACE_LOCATION, PCAN_TRACE_STATUS, PCAN_TRACE_SIZE, PCAN_TRACE_CONFIGURE, PCAN_BITRATE_INFO, PCAN_BITRATE_INFO_FD, PCAN_BUSSPEED_NOMINAL, PCAN_BUSSPEED_DATA, PCAN_FIRMWARE_VERSIONCAN_SetValue:PCAN_DEVICE_ID, PCAN_TRACE_LOCATION, PCAN_TRACE_STATUS, PCAN_TRACE_SIZE, PCAN_TRACE_CONFIGURECAN_ResetCAN_GetStatusCAN_ReadCAN_ReadFDCAN_WriteCAN_WriteFD
- Added
@rpathto the build environment (it got lost for some releases). - Code signed the Universal macOS Binary (Apple Development certificate).