Skip to content

Release of August 2, 2024

Latest
Compare
Choose a tag to compare
@mac-can mac-can released this 02 Aug 20:25
b3ab49a

Major changes:

  • Integrated changes from PCBUSB library version 0.13:
    • Acceptance filtering by setting parameter:
      • PCAN_ACCEPTANCE_FILTER_11BIT
      • PCAN_ACCEPTANCE_FILTER_29BIT
      • PCAN_MESSAGE_FILTER
      • PCAN_RECEIVE_STATUS
    • Suppression of status frames by setting parameter:
      • PCAN_ALLOW_STATUS_FRAMES
    • Suppression of remote frames by setting parameter:
      • PCAN_ALLOW_RTR_FRAMES
  • Updated CAN API V3 sources to rev. 1356:
    • Implemented acceptance filtering
    • Solved an issue with PCAN_RECEIVE_STATUS
  • Updated CAN API V3 testing to rev. 1373:
    • GoogleTest framework v1.15.0
    • Test suites for acceptance filtering
  • Updated CAN API V3 utilities to rev. 1375:
    • Filtering options (can_moni and can_test)
    • Option to send extended frames (can_test)
    • Fixed a bug with extended frames (can_moni)
  • Updated the Python wrapper and examples
  • Fixed an installation issue on Linux

Note: This release requires version 0.13 (or later) of the PCBUSB library to be installed.