Releases: intrepidcs/python_ics
2.9
-Updated icsnVC40.h to latest 802.110.
-Added Support for new icsneoGetDeviceStatus() function.
-Added get_timestamp_for_msg() for Issue #10.
-Added set_bit_rate, set_fd_bit_rate, set_bit_rate_ex, methods.
-Added support for new icsneoFindNeoDevicesNewStyle function.
-Fixed Issue #6 Ethernet Crashes when transmitting
2.8
-Added iso15765_enable_networks() and iso15765_disable_networks() methods.
-Added override_library_name() and get_library_path() methods.
-updated ice library to latest from github.
-Updated icsnVC40.h to latest 802.83.
-Add support for VividCAN.
-Added support for ValueCAN4-1/2 Settings.
-Fixed a build issue with python 2.7.
2.7
-Under some condition there was not enough heap space for the received messages buffer
-Updating icsnVC40.h to match latest 802.62.
2.6
-Added missing NetworkID2 to icsSpyMessage.
-Added get_active_vnet_channel()/set_active_vnet_channel()
-Added a device_type override to get/set_device_settings()
-Added support for ISO15765 transmit and receive functions:
ics.iso15765_transmit_message()
ics.iso15765_receive_message()
ics.CmISO157652RxMessage
ics.CmISO157652TxMessage
-Fixed *_sdcard int/c long python exception (should have been unsigned long).
-Fixed an issue where calling ics.NeoDevice._Handle would crash the interp.