From d9a7735973776cea7f85bd50e451f3ef4f274306 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:56:46 +0100 Subject: [PATCH] Updated Connect a Microcontroller (markdown) --- Connect-a-Microcontroller.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Connect-a-Microcontroller.md b/Connect-a-Microcontroller.md index 2638e8a..f2c9a1d 100644 --- a/Connect-a-Microcontroller.md +++ b/Connect-a-Microcontroller.md @@ -13,13 +13,15 @@ Since this app supports multiple operating systems, here's a guide on how to con 2. Right-click onto the Windows-Logo, click Device Manager or just search for device manager 3. Head to this link to download the driver: http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=223&pcid=126 4. Go to the folder you just downloaded this driver into and extract the archive. -5. Under the category "Ports (COM & LPT)" you should be able to find your device. If not, it is located under "unknown device". -6. Right click onto it and select "Update driver" -7. Click on "Browse my Computer for drivers", then click on "Browse" and locate the driver-folder you just downloaded and extracted -8. Click on "Next" and let the driver installation finish. +5. Now run the driver installer inside the folder you just extracted. +6. Follow the instructions in the installer. +7. Once the driver is installed, restart your system. ## 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. + +## MacOS +COMING SOON