A module for general purpose LIN communications, intended to be cross-platform and hardware agnostic. Similar to python-can
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
DerekHoyle de837ab4c7 Improved PID handling by stripping the check bits from all received PIDs. fixes #3
Removed duplicated diagnostic response schedule slot with incorrect checksum. fixes #1
2020-02-04 09:42:24 +00:00
lin Improved PID handling by stripping the check bits from all received PIDs. fixes #3 2020-02-04 09:42:24 +00:00
.gitignore added git ignore file 2019-01-28 07:12:41 +00:00
LICENSE Initial commit 2019-01-28 06:36:02 +00:00
README.md initial code 2019-01-28 07:10:42 +00:00
setup.py minor changes to support upload to pypi 2019-03-14 08:51:42 +00:00

An extensible LIN library for python intended to be used by multiple interfaces.

Similar interfacing to Python-CAN