Hi all:
I am new to python-can and not really fit in Python at all.
I have been using Linux' SocketCAN, and I normally just need to send the odd test CAN message. I am used to typing something like this on the command line:
cansend slcan0 123#DEADBEEF01020304
Is there an equivalent command-line tool for python-can? This way, I could write a Bash script and automate some testing, without having to learn Python.
Thanks in advance,
rdiez