Skip to content

Release of July 28, 2024

Latest
Compare
Choose a tag to compare
@mac-can mac-can released this 28 Jul 19:00

Major changes:

  • synchronized PCBUSB header with PCANBasic header from PEAK's version 4.9.0
  • realized acceptance filtering by setting parameter:
    • PCAN_ACCEPTANCE_FILTER_11BIT (default = 0x00000000000007FF)
    • PCAN_ACCEPTANCE_FILTER_29BIT (default = 0x000000001FFFFFFF)
    • PCAN_MESSAGE_FILTER (default = PCAN_FILTER_OPEN)
    • PCAN_RECEIVE_STATUS (default = PCAN_PARAMETER_ON)
  • realized suppression of status frames by setting parameter:
    • PCAN_ALLOW_STATUS_FRAMES (default = PCAN_PARAMETER_ON)
  • realized suppression of remote frames by setting parameter:
    • PCAN_ALLOW_RTR_FRAMES (default = PCAN_PARAMETER_ON)

Artifacts: