- Install Anaconda and open a Anaconda Prompt
conda install -c conda-forge git pyserial
git clone https://github.com/slaclab/pabv_control
- Install Arduino software: https://www.arduino.cc/en/Main/Software
- Does your Arduino code need updated? Probably...
- Open the *.ino file
- Under Tools, check the board and port are selected (UNO and COM port)
- Upload the code with the button at top
- In Anaconda Prompt
cd pabv_control/python_client
python client_dual.py
test