This shows you the differences between two versions of the page.
| — | en:software:linux_hints [2016/09/15 10:15] (current) – angelegt stefan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Hints for Linux users ====== | ||
| + | Under Linux no driver is required. The hardware can be accessed directly using the libusb-1.0 library. But permissions have to be managed. | ||
| + | |||
| + | To grant access to all users of the group usb, add the following UDEV rules e.g. to ''/ | ||
| + | |||
| + | < | ||
| + | SUBSYSTEM==" | ||
| + | SUBSYSTEM==" | ||
| + | SUBSYSTEM==" | ||
| + | </ | ||
| + | |||
| + | {{indexmenu_n> | ||