This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sdk:scripts:candump [2018/04/25 10:44] – Do not use strlen on CAN data rosenthal | sdk:scripts:candump [2022/10/21 10:37] (current) – schmitt | ||
---|---|---|---|
Line 40: | Line 40: | ||
} | } | ||
- | for (count = 0; count < MAX_MESSAGES; | + | for (count = 0; count < MAX_MESSAGES; |
msg = nb_can_recvmsg(sock, | msg = nb_can_recvmsg(sock, | ||
if (is_void(msg)) continue; | if (is_void(msg)) continue; |