Skip to content

Plug-up/daplug-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daplug-python

Daplug Python APIs

Requirements

This package was developped and tested with Python 2.7.2+

The only external dependency is python-libusb1 (developped and tested on version 1.1.0)

Specific udev rule

You have to add a specific udev rule to allow access daplug USB devices. Create a file /etc/udev/rules.d/10-daplug.rules with the content :

SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", MODE="0660", GROUP="daplug"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", MODE="0660", GROUP="daplug"

To restart udev run :

sudo udevadm trigger

Then create a group daplug and add your account in it.

Installation

Simply run python setup.py install (you may need root access to do this).

About

Daplug Python APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages