Python PELCO-D implementation API
Purpose: PELCO-D Motor Control over UDP or RS-485
- Python
- Pip
- pyserial module
- Install python
sudo apt install python
- Install pip
sudo apt install python-pip
- Install pyserial
pip install pyserial
cctv = lib.PELCO_Functions
cctv.pantilt_left_pressed("20") #moves left
cctv.pantilt_stop() #stops
Inspired by https://github.com/weqaar/libpelco