Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for popular automotive industry interfaces such as J2534 VCI to the interface #1718

Open
pyzg opened this issue Dec 30, 2023 · 0 comments

Comments

@pyzg
Copy link

pyzg commented Dec 30, 2023

In the automotive industry, since 2000, the use of VCI (vehicle communication interfaces) has become very popular.
SAE J2534-1:2004 and Passthru API are widely adopted standards in this field.

It is recommended to add a new interface type J2534 VCI to the python-can module.

Based on the following ProtocolID values:

  • ProtocolID values: 0x00000005; CAN ,CLASSIC CAN
  • ProtocolID values: 0x00008004; CAN_PS ,CLASSIC CAN on J1962_PINS
  • ProtocolID values: 0x00008011; FD_CAN_PS ,CAN FD on J1962_PINS

These interfaces can support different physical channels, such as CLASSIC CAN, CAN FD, and J1962_PINS with multiple physical channels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant