Skip to content

gbishop/cython-hidapi

cython-hidapi

Description

A cython interface to the hidapi from https://github.com/signal11/hidapi with the C modification for windows from http://code.google.com/p/picusb/downloads/detail?name=hidapi_git_mingw_7e93a4e068825d227807.zip&can=2&q= so I could build it with mingw on windows.

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.

Software Dependencies

License

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

Install

  1. Download cython-hidapi archive:

    $ git clone https://github.com/gbishop/cython-hidapi.git
    $ cd cython-hidapi

For other download options (zip, tarball) visit the github web page of cython-hidapi

  1. Build cython-hidapi extension module for your platform:

    $ python setup[-mac|-windows].py build
  2. Install cython-hidapi module into your Python distribution:

    $ [sudo] python setup[-mac|-windows].py install
  3. Test install:

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

    $ python try.py

About

Python wrapper for the hidapi (not active, use one of the forks)

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE.txt
BSD-3-Clause
LICENSE-bsd.txt
GPL-3.0
LICENSE-gpl3.txt
Unknown
LICENSE-orig.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published