Skip to content

Padding of transmitted isotp messages simplifies usage #3

@Frankyboy100880

Description

@Frankyboy100880

Many thanks for the great library, which saves us a lot of time.

During a proof of concept we stumbled upon a problem, which could be only resolved by changing the Curf.py a bit.

Can you please change the following line in Curf.py on line 213, so that messages not fitting an 8 Byte Can-Frame are automatically filled up with padding bytes:

self.isotp_stack = isotp.CanStack(
     bus=self.bus, 
     address=self.isotp_addr,  
     error_handler=self.curf_error_handler, 
     params = {"tx_padding":0x55}) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions