0

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.

Mike
  • 860
  • 14
  • 24

1 Answers1

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