osx device name change: /dev/usbserial -> /dev/usbmodem
Different versions of osx use different names.
This commit is contained in:
parent
bb27533e23
commit
420d1ca2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ $
|
|||
If you're on a macOS machine, use the following command to connect to the device:
|
||||
|
||||
```sh
|
||||
$ screen /dev/cu.usbserial*
|
||||
$ screen /dev/cu.usb*
|
||||
```
|
||||
|
||||
If you're on Linux, it will be called `ttyACM?`:
|
||||
|
|
|
|||
Loading…
Reference in a new issue