This library is a pybind11 based wrapper of the SmarAct MCS C API.
- Build and install the Python library using
python setup.py install. - Blacklist the
ftdi_sioandusbserialkernel modules by writingtoblacklist ftdi_sio blacklist usbserial/etc/modprobe.d/blacklist-smaract.conf. - Allow all users to write to the device by writing
to
ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", MODE="666"/etc/udev/rules.d/98-smaract.rules.