Release of June 25, 2020
Major changes:
- Data types from
<MacTypes.h>
as replacement for Peak´s usage of WindowsBYTE
,WORD
,DWORD
andUINT64
(field CAN ID is now 32-bit wide). - Synchronized the API with Peak´s PCANBasic version 4.4.0.288
- Parameter
PCAN_DEVICE_ID
can be read in pre-initialization state. - Fixed some bugs with status bit:
PCAN_ERROR_QXMTFULL
,PCAN_ERROR_XMTFULL
,PCAN_ERROR_QOVERRUN
,PCAN_ERROR_BUSLIGHT
. - Added a delay of 1µsec in
CAN_Write
to run on macOS 10.15 (Catalina).