Hi, I ran python_socketcan_example.py both in my Raspberry ubuntu 20 and laptop Virtualbox ubuntu 20 from the terminal using python3
So I used the below command from Raspberry pi
~$ python3 python_socketcan_example.py send vcan0 1ff deadbeef
I used the below command from laptop Virtualbox
~$ python3 python_socketcan_example.py listen vcan0
but I dont see any CAN message or packet in my laptop receiving end. How can I view the CAN message?
Hi, I ran python_socketcan_example.py both in my Raspberry ubuntu 20 and laptop Virtualbox ubuntu 20 from the terminal using python3
So I used the below command from Raspberry pi
~$ python3 python_socketcan_example.py send vcan0 1ff deadbeefI used the below command from laptop Virtualbox
~$ python3 python_socketcan_example.py listen vcan0but I dont see any CAN message or packet in my laptop receiving end. How can I view the CAN message?