CanExtendedRemoteFrame

Issue #7 open
Former user created an issue

This project is excellent work. However, I miss the ability to save CAN message - extended and remote. I hope I am not blind and the option to save this message is not overlooked.

Comments (4)

  1. Tobias Lorenz repo owner

    Hi,

    most Vector CAN messages use the highest bit of the identifier to tag whether it’s extended or standard frame format. Can you try?

    So just set

    id |= (1<<30)
    

    and it just become extended.

    Bye Tobias

  2. Tobias Lorenz repo owner

    You use the CanRemoteFrame class, right? I can enhance the documentation of all classes that cover Extended Frames.

  3. Log in to comment