Release Notes ************* This is the release notes for the pycanlib module. Contents ^^^^^^^^ * Release Notes * New Features and Fixed Problems in V1.4.373 (13-SEP-2017) * New Features and Fixed Problems in V1.3.242 (05-MAY-2017) * New Features and Fixed Problems in V1.2.163 (15-FEB-2017) * New Features and Fixed Problems in V1.1.23 (28-SEP-2016) * New Features and Fixed Problems in V1.0.10 (15-SEP-2016) New Features and Fixed Problems in V1.4.373 (13-SEP-2017) ========================================================== * Minor changes. New Features and Fixed Problems in V1.3.242 (05-MAY-2017) ========================================================== * Added missing unicode conversions for Python3. * Linux * Added support for new libraries (kvadblib, kvmlib, kvamemolibxml, kvlclib). * Added wrappers KvFileGetCount, kvFileGetName, kvFileCopyXxxx, kvDeviceSetMode, kvDeviceGetMode * canlib: * Added wrapper for kvFileDelete * Enhanced printout from canScriptFail errors. * Second file argument in fileCopyFromDevice and fileCopyToDevice is now optional. * OS now loads all dependency dll (also adding KVDLLPATH to PATH in Windows). New Features and Fixed Problems in V1.2.163 (15-FEB-2017) ========================================================== * Added wrapper function canlib.getChannelData_Cust_Name() * Added module canlib.kvlclib which is a wrapper for the Converter Library kvlclib in CANlib SDK. * Added wrapper function canChannel.flashLeds(). * Added missing unicode conversions for Python3. * Fixed bug where CANlib SDK install directory was not always correctly detected in Windows 10. New Features and Fixed Problems in V1.1.23 (28-SEP-2016) ========================================================= * canSetAcceptanceFilter and kvReadTimer was not implemented in Linux New Features and Fixed Problems in V1.0.10 (15-SEP-2016) ========================================================= * Initial module release. * Added kvmlib.kmeSCanFileType() * Added canChannel.canAccept() and canChannel.canSetAcceptanceFilter()