An open API service indexing awesome lists of open source software.

https://github.com/cberner/lynxmotion

Python interface for Lynxmotion AL5D
https://github.com/cberner/lynxmotion

Last synced: over 1 year ago
JSON representation

Python interface for Lynxmotion AL5D

Awesome Lists containing this project

README

          

lynxmotion-al5d
===============

Python interface for Lynxmotion AL5D

Setup
=====

* `pip install pyserial`
* `pip install pyssc32`

Check what device it was installed under, most likely /dev/ttyUSB0, by running `dmesg` or checking what new device showed up in /dev. Then enable reading/writing to it: `sudo chmod 666 /dev/ttyUSB0`.

Confirm that it's working by running `python lynxmotion/test.py`