buspirate using pybuspiratelite

This is small guide how to use BusPirate with Python.

First you need Python 3 (tested on windows Python 3.5.3 64bit)
Don’t forget add Python to enviroment variables to easy install packages with pip.
2017_10_17_09_34_16_Python_3.5.4_64_bit_Setup

Install required packages

1
pip install pyserial

Download library pyBusPirateLite and install or copy to your project root.

Your project could look like this in Eclipse with PyDev.
Python35-PyDev-BusPirate_main.py-Eclipse