hardbyte / python-can

The can package provides controller area network support for Python developers
https://python-can.readthedocs.io
GNU Lesser General Public License v3.0
1.27k stars 597 forks source link

Different timing for CAN and CAN-FD with Kvaser? #616

Open gkovelman opened 5 years ago

gkovelman commented 5 years ago

I don't know about the other controllers, but Kvaser supports different timings for CAN-FD than the standard bus timings. Python-can should support passing separate tseg1, tseg2 and sjw to canSetBusParamsFd API.

christiansandberg commented 5 years ago

I realized that too. Will probably be fixed as part of #614.