Releases: uv-software/PCANBasic-Wrapper
Releases · uv-software/PCANBasic-Wrapper
Service Release of June 7, 2021
Major changes:
- Updated to PCANBasic DLL version 4.5.4
- Switched to a dual-license: BSD-2-Clause OR GPL-3.0-or-later
- Added a check operation mode bit
FDOEwhen bitBRSEis set - Added a check for valid identifier range in
can_write - Added a check for valid messages flags in
can_write - Added a check for operation capability in
can_init - Fixed an out-of-bound violation in companion module
can_btr - Fixed a but with casting from CAN API channel to PCAN handle
- Fixed a mistake with channel name displayed instead of device name
- Repaired the C++ examples; Python examples are still broken
v0.4: Release of February 7, 2021
Major changes:
- Applied changes from CAN API V3 specification (rev. 951 to 987)
- Added C++ class
CPeakCANderived from abstract classCCANAPI - Reworked the trial program (it is now based on class
CPeakCAN) - Reorganized the entire folder structure of the repository
- Added my beloved CAN utilities
can_moniandcan_test - Added two simple C++ examples for sending and receiving CAN frames
- Added a Python wrapper and two Python examples
- Added a Doxygen configuration
v0.3: takeover from subversion repo
Last sources from subversion repo to build version 3.3 (old versioning scheme)