Skip to content

Commit

Permalink
add udev rule to readme installation
Browse files Browse the repository at this point in the history
  • Loading branch information
labpi@hhg.lab committed Jun 16, 2021
1 parent 384826a commit 0fec1ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
# Installation
install Thorlabs PM100 package from PyPi.org
`pip3 install ThorlabsPM100`

add special usb udev rule to `/etc/udev/rules.d/50-usbcom.rules`
```
KERNEL=="usbtmc*", ATTRS{idVendor}=="1313", ATTRS{idProduct}=="807b", ATTRS{serial}=="17102335", SYMLINK+="usbThorlab$
SUBSYSTEMS=="usb", ATTRS{manufacturer}=="Thorlabs", MODE="0666"
```

0 comments on commit 0fec1ee

Please sign in to comment.