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 details)

Uploaded Source

File details

Details for the file ServoCenter-3.1-1.0.0.tar.gz.

File metadata

File hashes

Hashes for ServoCenter-3.1-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b9730ab573693f3a076d4836be1c702b8e6e510bce90f8a084f1fbc41f387d98
MD5 779091ef1cfe718b7bbaf463549eb925
BLAKE2b-256 094c96a07c0e4a37c33e5b46d15eb4ae060c5a23eb8ac48332bba0509c1180ae

See more details on using hashes here.

Supported by

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