Quisk


  1. Add udev rule for user to access the usb device 16c0:05dc "Van Ooijen Technische Informatica shared ID for use with libusb" (see Quisk docs).
    
    SUBSYSTEM=="usb", ATTR{idVendor}=="16c0" , ATTR{idProduct}=="05dc", MODE="0666", GROUP="dialout" 
    
    
  2. See: Linux Initial Installation in Quisk .

  3. You may need to install pyusb: sudo -H pip install pyusb