c1728p9 / cython-hidapi

Python wrapper for the hidapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cython-hidapi

https://travis-ci.org/trezor/cython-hidapi.svg?branch=master

A Cython interface to the HIDAPI from https://github.com/signal11/hidapi

This has been tested with:

  • the PIC18F4550 on the development board from CCS with their example program.
  • the Fine Offset WH3081 Weather Station.

It works on Linux, Windows XP and OS X.

cython-hidapi may be used by one of three licenses as outlined in LICENSE.txt.

$ pip install hidapi

For other download options visit the PyPi page of cython-hidapi (https://pypi.python.org/pypi/hidapi/)

  1. Download cython-hidapi archive:

    $ git clone https://github.com/trezor/cython-hidapi.git
    $ cd cython-hidapi
    
  2. Initialize hidapi submodule:

    $ git submodule init
    $ git submodule update
    
  3. Build cython-hidapi extension module:

    $ python setup.py build
    
  4. Install cython-hidapi module into your Python distribution:

    $ [sudo] python setup.py install
    
  5. Test install:

    $ python
    >>> import hid
    >>>
    
  6. Try example script:

    $ python try.py
    

About

Python wrapper for the hidapi

License:Other


Languages

Language:Python 59.5%Language:PowerShell 30.4%Language:Batchfile 10.1%