Skip to content

Instantly share code, notes, and snippets.

@DanseMacabre
DanseMacabre / howto.txt
Created March 4, 2019 14:16
ESD ntcan interface for python-can
This file should be installed manually into a python can installation, along with modifications to __init__.py to allow this change to be detected by python can.
The ESD driver should be installed, and the python API should either be installed, or ntcan.py and _ntcan.pyd for the version of python in use should be placed with this file.
This is a very quick and dirty implementation, and it's fitness for use is questionable at best. However, I am using this layer very successfully with an ESD CAN USB adapter.