Updated Connect a Microcontroller (markdown)

simplePCBuilding
2022-09-26 18:48:22 +00:00
parent 43d843534d
commit a65ac51b5c

@@ -20,10 +20,11 @@ Since this app supports multiple operating systems, here's a guide on how to con
## GNU/Linux ## GNU/Linux
1. Plug in a converter cable into one of your USB-Ports. 1. Plug in a converter cable into one of your USB-Ports.
2. Open a terminal and type in "sudo chmod 777 /dev/ttyUSB0" 2. Open a terminal and type "sudo chmod 777 /dev/ttyUSB0"
3. Press enter and enter, when prompted, your root password. 3. Press enter and type, when prompted, your root password.
## MacOS ## 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/ 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: 2. If you get an error type the following commands after you installed Xcode Developer Tools from the AppStore:
`xcodebuild -license` `xcodebuild -license`