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
- Acceptance filtering by setting parameter:
- 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
andcan_test
) - Option to send extended frames (
can_test
) - Fixed a bug with extended frames (
can_moni
)
- Filtering options (
- 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.