Reputation: 878
Is there some libs to work with CAN interface on BeagleBone Black?
Commands cansend
and candump
are working successful. Now I need to write program in C/C++ for CAN interface.
Upvotes: 0
Views: 426
Reputation: 2872
Yes! cansend and candump uses SocketCAN API so you could make use of SocketCAN API in your code as well.
Upvotes: 1