Python


Python is a popular programming language for working with CAN data from the CANmod.

You can work with the CANmod data in Python via below:

  1. python-can-csscan-mux: Use python-can to stream data via USB with the CANmod.router
  2. python-can-csscan-serial: Use python-can to stream data via USB using any CANmod

CANmod.router USB streaming

If you wish to use the CANmod.router to stream CAN data via USB, we recommend to start with the USB streaming example from the ‘mux’ documentation. After this, you can incorporate the ‘mux layer’ into the additional examples provided within the ‘serial’ documentation.