Commit graph

9 commits

Author SHA1 Message Date
Christian Sltrop
8363ddd5a8 Added pycrc based checksum calculation to the CanMessage class. 2012-07-30 15:09:52 +02:00
Christian Sltrop
3233dc96b1 Added pycrc library (MIT License) for CRC calculations to the repository. 2012-07-30 15:08:37 +02:00
Christian Sltrop
c35e26f025 Bugfixes
* changed signum for offset calculation
* added error handling if a non-existent signal is to be removed from a message
2012-07-26 11:07:00 +02:00
Christian Sltrop
ffa16d0f36 Added a method to clear signals from the message. 2012-07-24 09:06:03 +02:00
Christian Sltrop
5bd3100d31 Added method removeSignal(SignalLabel) to the message class, so that signals can be removed from the message. 2012-07-10 15:12:44 +02:00
Christian Sltrop
9ff6ce1301 Fixed a bug in CanMessage.py that prohibited clearing bits that where once set. 2012-07-09 17:02:30 +02:00
Christian Sltrop
b07ff99b4a Offset and scaling are taken into account when calculating signal values. 2012-07-09 11:24:54 +02:00
Christian Sltrop
2aa6eb3da7 CanSignal data arrays are now constructed automatically, based on the signal length. 2012-07-09 09:46:21 +02:00
Christian Sltrop
b4631bbd9a A Python library for sending and receiving CAN messages via the PEAK PCan adapter.
Initial commit.
2012-07-06 15:45:14 +02:00