Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: edobez/python-can

Tags

0.3.2

Toggle 0.3.2's commit message
Fixed NameError when creating received CAN message

0.3.1

Toggle 0.3.1's commit message
Added deprecation message to xml2tdv.py

0.3.0

Toggle 0.3.0's commit message
Updated ReadCAN.py and can_logger.py to work with new CAN.py

0.2.5

Toggle 0.2.5's commit message
canlib.py: added constants for acceptance filter types (standard/exte…

…nded messages)

canstat.py: added canNOTIFY_ALL flag (combination of all other canNOTIFY_x flags)

0.2.4

Toggle 0.2.4's commit message
Merge after pull from version 0.2.3

0.2.3

Toggle 0.2.3's commit message
Added basic IPython support to pycanlib (ReadCAN and PrintCAN)

0.2.2

Toggle 0.2.2's commit message
can_logger.py now creates its output directory if it doesn't exist al…

…ready

Filter criteria now appear as the first child of a MessageList element in an XML log

0.2.1

Toggle 0.2.1's commit message
Merge after pull from old version

0.2.0

Toggle 0.2.0's commit message
CAN.py: All objects that may be added to an XML log file are now subc…

…lasses of the XMLObject class, which contains the to_xml() method

	Finished adding class and method docstrings
canlib.py: Added docstrings
canstat.py: Added docstrings

0.1.0

Toggle 0.1.0's commit message
can_logger.py now generates an XML file containing the traffic logged…

… and other information about the system doing the logging

CAN.Message, CAN.LogMessage, CAN.InfoMessage and CAN.ChannelInfo objects can all now produce XML representations of themselves
Added MachineInfo class to replace the dictionary that was previously returned by GetMachineInfo (this has an XML representation also)
GetCANLIBInfo no longer adds a minor version letter to the end of the CANLIB version identifier if the value of this character returned from canGetVersionEx is 0