Skip to content

Wrong received Data #3

@tim63613

Description

@tim63613

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions