marcelbuesing / socketcan-isotp

ISO-TP socketcan library for Rust
23 stars 12 forks source link

Allow manual override of flow control options #6

Closed rnd-ash closed 2 years ago

rnd-ash commented 2 years ago

This is useful when requesting data from an ECU which might not support 'send as fast as possible' options of ISO-TP, as the default options for FlowControlOptions are always 0

marcelbuesing commented 2 years ago

This is useful when requesting data from an ECU which might not support 'send as fast as possible' options of ISO-TP, as the default options for FlowControlOptions are always 0

Thanks this absolutely makes sense!