pySiLibUSB - SILAB USB device application programming interface
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.