Skip to content

Release of June 25, 2020

Compare
Choose a tag to compare
@mac-can mac-can released this 08 Jan 09:10
· 74 commits to main since this release

Major changes:

  • Data types from <MacTypes.h> as replacement for Peak´s usage of Windows BYTE, WORD, DWORD and UINT64 (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).