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.
Asked
Active
Viewed 402 times
0

Mike
- 860
- 14
- 24
1 Answers
1
Yes! cansend and candump uses SocketCAN API so you could make use of SocketCAN API in your code as well.

brano
- 2,822
- 19
- 15