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
- Host: GitHub
- URL: https://github.com/cberner/lynxmotion
- Owner: cberner
- Archived: true
- Created: 2012-06-12T05:53:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T22:28:51.000Z (over 9 years ago)
- Last Synced: 2025-02-12T11:24:30.535Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`