hartkopp / can-isotp

Linux Kernel Module for ISO 15765-2:2016 CAN transport protocol PLEASE NOTE: This module is part of the mainline Linux kernel since version 5.10
Other
239 stars 69 forks source link

difference between python-can-isotp and can-isotp and stmin discrepancy #46

Closed Yodawgz0 closed 3 years ago

Yodawgz0 commented 3 years ago

While going through a solution for stmin discrepancy like it was not consistent with stmin timings , I came across yours and pylessard's python-can-istotp. please can you highlight implementation and what would be the best solution in order to use flow control for multiframe which is having stmin.

pylessard commented 3 years ago

@Yodawgz0 , my module make usage of @hartkopp's module. Mine is just a Python wrapper over his work.

image

Yodawgz0 commented 3 years ago

Thank you for clearing that out :)