You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: