Page 1 of 1

Checksum verification of incoming PLIN-API data

Posted: Wed 2. Oct 2024, 08:27
by MSX68000
Are the received messages retrieved by PLIN-API's LIN_Read() and LIN_ReadMulti() data with correct or verified checksums?
Or does the caller need to verify the checksum?

Re: Checksum verification of incoming PLIN-API data

Posted: Wed 2. Oct 2024, 10:49
by M.Heidemann
Hello,

I'll move the topic to the PLIN-API Subforum, as it more fitting there.

The checksum type will be received as it was sent, there is no correction
or verification by default, you could however implement one yourself by
checking for the expected checksum type of the message.


BR

Marvin