Re: Control your Jandy equipment from your PC with a $15 ada
Ah, I forgot you need the python serial module. Are you doing this on your RPi or windows? If it's the RPi, try this:
# wget https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz
# tar -xvf pip-1.3.1.tar.gz
# cd pip-1.3.1
#...