CANdapter Set Up

This guide will how you how to set up the CANdapter to work with the python script written to simulate bps CAN messages (or the ones of your choice if you rewrite them):

https://www.ewertenergy.com/products/candapter/downloads/candapter_manual.pdf

  1. Download this script: https://github.com/lhr-solar/Controls/blob/master/Scripts/bps_sim_can.py
  2. Run it in your cmd: python3 bps_sim_can.py
  3. If it doesn't run due to not having serial: 
    1. python -m pip install pyserial