Good evening,
Is there any package that supports to send and receive CAN bus messages for Julia?
If not, would you suggest to use a Python library or a C/C++ library?
There is a Python package:
https://python-can.readthedocs.io/en/master/
But Python is a bit slow for processing CAN bus messages…
Uwe