Skip to main content

ServoCenter-3.1 is a python module for interacting with the ServoCenter 3.1 USB controller board by Yost Engineering, Inc.

Project description

Python Servo Controller Module for the Yost Engineering, Inc. ServoCenter 3.1
=============================================================================

ServoCenter-3.1 is a Python module for interacting with the ServoCenter 3.1 USB controller board by Yost Engineering, Inc.

For more information, see http://www.davisd.com/projects/servocenter-3.1/

For more information on ServoCenter, see http://tech.yostengineering.com/servoFolder

Example usage is as follows::

#!/usr/bin/python

from servocenter import ServoController

# open port /dev/ttyUSB0 with baud rate 9600
sc=ServoController('/dev/ttyUSB0', 9600)

# move board 0, servo 0 to position 200
sc.quick_move(0, 0, 200)


Installation
============

A setup script (setup.py) is provided. To install, simply run the script with the install command:

$ python setup.py install

Or just put servocenter.py somewhere in the Python path and::

import servocenter


API
===

A ServoController object is created with two arguments- the port name and baud rate.

The methods in the ServoController class reflect the functions of the board as defined in the official protocol. For protocol documentation, see http://tech.yostengineering.com/servoFolder/servocenter-downloads/servocenter-downloads

To see available methods, view the servocenter.py file.


Dependencies
============

This Python module makes use of pySerial
http://pyserial.sourceforge.net/


Author
======

David Davis <davisd@davisd.com>
http://www.davisd.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ServoCenter-3.1-1.0.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page