tonton81 / FlexCAN_T4

FlexCAN (CAN 2.0 / CANFD) Library for Teensy 3.x and 4.0
https://forum.pjrc.com/threads/56035-FlexCAN_T4-FlexCAN-for-Teensy-4
MIT License
195 stars 65 forks source link

flowcontrol frame #25

Closed niladridmgit closed 2 years ago

niladridmgit commented 3 years ago

Hi I am using isotp for UDS service so could please help me to use flowcontrol frame?

tonton81 commented 3 years ago

at basic level flowcontrol frame is 8 bytes: {0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};

if you check out isotp.tpp file in FlexCAN_T4 you can check sendFlowControl function for additional attributes of the frame