From a65ac51b5c0e46a6a63271906e4eeb24c0fc4972 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Mon, 26 Sep 2022 18:48:22 +0000 Subject: [PATCH] Updated Connect a Microcontroller (markdown) --- Connect-a-Microcontroller.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Connect-a-Microcontroller.md b/Connect-a-Microcontroller.md index ef46b50..5239e80 100644 --- a/Connect-a-Microcontroller.md +++ b/Connect-a-Microcontroller.md @@ -20,10 +20,11 @@ Since this app supports multiple operating systems, here's a guide on how to con ## GNU/Linux 1. Plug in a converter cable into one of your USB-Ports. -2. Open a terminal and type in "sudo chmod 777 /dev/ttyUSB0" -3. Press enter and enter, when prompted, your root password. +2. Open a terminal and type "sudo chmod 777 /dev/ttyUSB0" +3. Press enter and type, when prompted, your root password. ## MacOS +NOTE: This is generally hard to do and you'll probably want to use a Windows/Linux system of another person instead of trying to do this (it takes more than 30 minutes and will take up lots of space) 1. head to this link and follow this guide up until the point you get an error in the terminal. https://archive.plugable.com/2011/07/12/installing-a-usb-serial-adapter-on-mac-os-x/ 2. If you get an error type the following commands after you installed Xcode Developer Tools from the AppStore: `xcodebuild -license`