Longan-Labs / Arduino_CAN_BUS_MCP2515

Arduino CAN Bus library, MCP2515/MCP2551
https://www.longan-labs.cc/
MIT License
118 stars 371 forks source link

Required to Reinit Driver Consistently #19

Open MahmubulH opened 5 years ago

MahmubulH commented 5 years ago

In my application, I am required to read and store up to 20 CAN IDs that are sent as a burst message. Is this library able to handle that?

I find that after reading two of the CAN messages (ID + Data), I am unable to read anymore unless I reinitialize the driver, after which it can only read 2 and then stops. This leads me to missing any other CAN message in the burst. Is this a limitation of the driver?