Hello,
is the current PCAN-USB Pro FD, support the LIN version J2602, if so how to configure the delivered c# sample to recognise this version.
Because in other products we configure first the LIN version after that we initialize device/Connect/Send...
Many thanks !
LIN version J2602
Re: LIN version J2602
The J2602 protocol is just a protocol based on LIN 2.0. The SAE J2602 LIN specification is more restrictive compared to the LIN 2.x specification:
- the baud rate is limited to 10.417Kbps
- slave-to-slave communication is not allowed
- event triggered frames are not allowed
So you can configure the frames as they are defined in the ldf, you have to use LIN 2.0 checksum for the used frames.
regards
Michael
- the baud rate is limited to 10.417Kbps
- slave-to-slave communication is not allowed
- event triggered frames are not allowed
So you can configure the frames as they are defined in the ldf, you have to use LIN 2.0 checksum for the used frames.
regards
Michael