Skip to content

pySiLibUSB - SiLab USB device application programming interface

Notifications You must be signed in to change notification settings

SiLab-Bonn/pySiLibUSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pySiLibUSB

pySiLibUSB - SILAB USB device application programming interface

Installation

A working libusb installation is required. Read the Wiki on how to install libusb library.

The following Python packages are required for pySiLibUSB to function:

pyusb

To install pyUSB, run the following command:

pip install pyusb

Run the following command to install the latest version of pySiLibUSB:

pip install pySiLibUSB

Linux: Adding a udev rule is mandatory to gain access to the USB device. The udev rule needs to be placed in /etc/udev/rules.d/. Examples are available in the /udev folder.