Matthis-wilh

Results 2 comments of Matthis-wilh
trafficstars

`python -m can.viewer -i vector -c 0,1`

Yes. I started can.viewer in a seperate window with the options mentioned in my last comment and then run the following python script: `import can` `bus = can.interface.Bus(bustype='vector', channel=0, bitrate=250000)`...