Merge pull request #862 from technicalpickles/zwave-macos
Document macOS zwave device path
This commit is contained in:
commit
0c028bcd29
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@ Or, on some other systems (such as Raspberry Pi), use:
|
||||||
$ ls /dev/ttyACM*
|
$ ls /dev/ttyACM*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or, on macOS, use:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ ls /dev/cu.usbmodem*
|
||||||
|
```
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Depending on what's plugged into your USB ports, the name found above may change. You can lock in a name, such as `/dev/zwave`, by following [these instructions](http://hintshop.ludvig.co.nz/show/persistent-names-usb-serial-devices/).
|
Depending on what's plugged into your USB ports, the name found above may change. You can lock in a name, such as `/dev/zwave`, by following [these instructions](http://hintshop.ludvig.co.nz/show/persistent-names-usb-serial-devices/).
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue