Skip to content

Python interface for Lynxmotion AL5D

Notifications You must be signed in to change notification settings

teamET/lynxmotion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Python interface for Lynxmotion AL5D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%