diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index b83b986428d..57e8dc4c9c7 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -86,6 +86,12 @@ Or, on some other systems (such as Raspberry Pi), use: $ ls /dev/ttyACM* ``` +Or, on macOS, use: + +```bash +$ ls /dev/cu.usbmodem* +``` +
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/).