Updated Connect a Microcontroller (markdown)

simplePCBuilding
2022-02-21 16:56:46 +01:00
parent 17fc9ba7ec
commit d9a7735973

@@ -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 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 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. 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". 5. Now run the driver installer inside the folder you just extracted.
6. Right click onto it and select "Update driver" 6. Follow the instructions in the installer.
7. Click on "Browse my Computer for drivers", then click on "Browse" and locate the driver-folder you just downloaded and extracted 7. Once the driver is installed, restart your system.
8. Click on "Next" and let the driver installation finish.
## 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 in "sudo chmod 777 /dev/ttyUSB0"
3. Press enter and enter, when prompted, your root password. 3. Press enter and enter, when prompted, your root password.
## MacOS
COMING SOON