The Zaber Serial Library in Python

Introduction

The Zaber Serial Library is a small Python library for communicating with Zaber devices over a serial port. It is built on top of PySerial.

The library is compatible with Python 2.7 and 3.4. It is released under the Apache License.

Installation

The Zaber Serial Library can be installed from the Python Package Index using pip:

pip install zaber.serial

Once the installation finishes, you can use the library by importing it in any Python file:

import zaber.serial

Or directly import just the classes you want:

from zaber.serial import AsciiSerial, AsciiDevice, AsciiCommand

Indices and tables