-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Hi,
when I want to receive data with "receiveSlaveResponse", the received data is wrong (but just partly!). I checked it with a LIN-Oscilloscope, for example: The oscilloscope reads:
AA BB CC DD EE FF 00 00
Checksum 12
When I use the library I get:
AA BB CA DF EE FF 00 00
Checksum 12
The checksum is correct, so the library doesnt throw an error. Also the received data inside the function LIN_Master::handlerReceive(void) is correct. After this, a pointer has been used with rx_handler and from there on the data gets corrupted. Please check.
Metadata
Metadata
Assignees
Labels
No labels