c4deszes / ldfparser

LIN Description File parser written in Python
https://c4deszes.github.io/ldfparser/
MIT License
64 stars 26 forks source link

Add support for protocol version J2602_1_1.0 #118

Closed nuts4coffee closed 1 year ago

nuts4coffee commented 1 year ago

Is your feature request related to a problem? Please describe. I am working on a project where the LDF files use protocol version SAE J2602. I cannot load the file without manual modification as follows:

  1. Change the protocol version and language version to supported versions.

    LIN_protocol_version = "J2602_1_1.0";
    LIN_language_version = "J2602_3_1.0";
  2. Remove lines with response_tolerance.

Describe the solution you'd like I'd like to be able to parse the files without modification.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

c4deszes commented 1 year ago

Released in 0.20.0