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.31k stars 604 forks source link

Support for LIN data also #1836

Open pyt-can opened 3 months ago

pyt-can commented 3 months ago

Is your feature request related to a problem? Please describe.

I was trying to use Python-CAN for converting ASC files to BLF files. I noticed that it only converts CAN data and not the LIN data

Describe the solution you'd like

Can you please add support of LIN data as well

Describe alternatives you've considered

Additional context