sparkfun / SparkFun_CAN-Bus_Arduino_Library

Other
154 stars 99 forks source link

Does this library support CAN protocol Flow Control? #9

Open n1705771 opened 5 years ago

n1705771 commented 5 years ago

Does this library support CAN protocol Flow Control?

In message definition tCAN, I cannot find flow control byte. I guess this library doesn't flow control, is it? When we receive multi frames, for example, some PID response has multi frames:

7C8 8 10 0A 61 12 01 00 00 07 
7C8 8 21 10 00 80 00 00 00 00 

how to handle this situation?