Page 1 of 1

LIN version J2602

Posted: Wed 1. Jun 2016, 17:26
by badreArras
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 !

Re: LIN version J2602

Posted: Thu 2. Jun 2016, 10:34
by M.Maidhof
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