Commit graph

  • 571df6a1ec Merge remote-tracking branch 'remotes/les_software/master' master Christian Sueltrop 2014-02-21 17:05:21 +01:00
  • 1021694998 Added test .sym-file to the repository. Christian Sueltrop 2014-02-21 17:00:40 +01:00
  • 950dbb787f * Enabled "Send" and "Receive" Message types. * Updated the example to also employ Sym2Lib library Christian Sueltrop 2014-02-21 16:26:41 +01:00
  • c4c166ce74 Bugfixes: * no negative or non-integer offsets where possible * colons were missing in function Sym2Code Christian Sueltrop 2014-02-21 16:02:26 +01:00
  • 8766ff9d96 Added at least some comments. Christian Sueltrop 2014-02-21 15:37:40 +01:00
  • ed55c6c877 * Commented out functions that use "pandas" library Christian Sueltrop 2014-02-21 15:31:38 +01:00
  • 65b371fc25 DataFrame and Enum Support for Symfiles Philipp Rauch 2014-02-18 16:48:31 +01:00
  • 8b43ba9c31 delete sym files Philipp Rauch 2014-01-27 14:27:06 +01:00
  • d34df5ba18 bugfix Philipp Rauch 2014-01-15 18:00:28 +01:00
  • 28e22c20ee Merge branch 'sym2lib' into dc-labor Philipp Rauch 2014-01-15 13:12:46 +01:00
  • 4916261e78 bugfix sym2lib Philipp Rauch 2014-01-15 13:10:22 +01:00
  • 6a9caf648f add sym2lib to .prefs Philipp Rauch 2013-12-13 12:32:22 +01:00
  • 917e9140c5 add sym2lib script Philipp Rauch 2013-12-13 12:30:55 +01:00
  • effafdbb56 remove compiled files Philipp Rauch 2013-12-13 12:23:53 +01:00
  • c2bd9b792f Removed function for calculation CRC Christian Sueltrop 2013-11-20 11:28:18 +01:00
  • d960680e2e add option block on receiveMessage Philipp Rauch 2013-11-19 15:05:58 +01:00
  • ec5cd45b4d Add support for RTR Frame Philipp Rauch 2013-11-15 16:01:45 +01:00
  • 43af99401f add some bus frequencies Philipp Rauch 2013-11-13 18:39:40 +01:00
  • c5cd6914c9 Datatype change Philipp Rauch 2013-11-13 18:31:39 +01:00
  • f16dfc64b6 add support for timestamp in Message Philipp Rauch 2013-11-13 18:21:41 +01:00
  • 358a871493 * Added an error message * Now using .dll from system path. Christian Sueltrop 2013-10-21 09:45:52 +02:00
  • a04155be8c Bugfix: Path to PCANBasic was not correct. Now using a relative path to the sub directory. Christian Sueltrop 2013-10-02 12:17:32 +02:00
  • dc965eb600 Minor cosmetics in example.py. Christian Sueltrop 2012-10-16 10:14:07 +02:00
  • 0bd378ccd6 Simplified the VW checksum calculation that is just a simple bitwise XOR over the CAN message bytes. Christian Sueltrop 2012-10-16 10:13:33 +02:00
  • 5b9b4f56fb * Removed unnecessary binary files * Added .ignore file Christian Sueltrop 2012-08-08 10:54:14 +02:00
  • 02cc938501 Merge branch 'master' of T:\Python\Bibliotheken\CANLibrary\CANLibrary Christian Sueltrop 2012-08-08 10:51:49 +02:00
  • e3d78cc68a Bugfixes: * Fixed a bug in method CanMessage.decomposeData * Fixed a bug in method CanSignal.getData Christian Sueltrop 2012-08-08 10:30:00 +02:00
  • b45ed50a31 Bugfix: Decomposing messages * Fixed a bug in the CanMessage.decomposeData Christian Sueltrop 2012-08-08 10:30:00 +02:00
  • 3a693ba35d Added methods to receive CAN messages * Added a receiveMessage method to the PCan class * The PCan class can hold messages now, needed for updating message data and signal data after reception * Added a GetData method to the CanMessage class * Updated and extended the example program Christian Sültrop 2012-08-07 16:42:08 +02:00
  • 8363ddd5a8 Added pycrc based checksum calculation to the CanMessage class. Christian Sültrop 2012-07-30 15:09:41 +02:00
  • 3233dc96b1 Added pycrc library (MIT License) for CRC calculations to the repository. Christian Sültrop 2012-07-30 15:08:37 +02:00
  • c35e26f025 Bugfixes * changed signum for offset calculation * added error handling if a non-existent signal is to be removed from a message Christian Sültrop 2012-07-26 11:07:00 +02:00
  • ffa16d0f36 Added a method to clear signals from the message. Christian Sültrop 2012-07-24 09:06:03 +02:00
  • 5bd3100d31 Added method removeSignal(SignalLabel) to the message class, so that signals can be removed from the message. Christian Sültrop 2012-07-10 15:12:44 +02:00
  • 9ff6ce1301 Fixed a bug in CanMessage.py that prohibited clearing bits that where once set. Christian Sültrop 2012-07-09 16:54:13 +02:00
  • b07ff99b4a Offset and scaling are taken into account when calculating signal values. Christian Sültrop 2012-07-09 11:24:54 +02:00
  • 2aa6eb3da7 CanSignal data arrays are now constructed automatically, based on the signal length. Christian Sültrop 2012-07-09 09:46:21 +02:00
  • b4631bbd9a A Python library for sending and receiving CAN messages via the PEAK PCan adapter. Christian Sültrop 2012-07-06 14:52:16 +02:00