Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 668 Bytes

File metadata and controls

19 lines (14 loc) · 668 Bytes

MeComPyAPI

A Python API for the MeCom protocol by Meerstetter.

Overview

The source code and example scripts have been tested using Python 3 running in Windows 10.

  1. Project Homepage: https://github.com/houlihaj/MeComPyAPI
  2. Download Page: https://pypi.org/project/mecompyapi/

Requirements

  1. pyserial in a version >= 3.5 https://pypi.org/project/pyserial/
  2. pythoncrc in a version >= 1.21 https://pypi.org/project/pythoncrc/
  3. ftd2xx in a version >= 1.3.6 https://pypi.org/project/ftd2xx/

Installation

  1. pip install mecompyapi

Usage

There are a number of examples in the examples directory that can help you get up and running.