$ python3 ./python_socketcan_example.py
listen can0 |
$ python3 ./python_socketcan_example.py
send can0 123 7766554433221100 |
$ python3 ./python_socketcan_example.py
listen can0 |
$ python3 ./python_socketcan_example.py
send -e can0 123 7766554433221100 |
$ sudo apt install python3-pip |
#!/usr/bin/python3 |
#!/usr/bin/python3 |