From 420d1ca2f653fde83060aa005d1f4c56608266dd Mon Sep 17 00:00:00 2001 From: phoebe Date: Wed, 21 Aug 2019 22:23:40 +0200 Subject: [PATCH] osx device name change: /dev/usbserial -> /dev/usbmodem Different versions of osx use different names. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a613295..0a64e90 100644 --- a/README.md +++ b/README.md @@ -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?`: