Updated Connect a Microcontroller (markdown)

Janis Hutz
2025-09-22 08:50:26 +00:00
parent d17147d16d
commit 4871c16622

@@ -21,7 +21,7 @@ If this doesn't work, there is an alternate guide below
## GNU/Linux ## GNU/Linux
1. Plug a converter cable into one of your USB-Ports. 1. Plug a converter cable into one of your USB-Ports.
2. Open a terminal and type "sudo chmod 777 /dev/ttyUSB0" 2. Run the following command in your terminal: `sudo chmod 777 /dev/ttyUSB0`
3. Press enter and type, when prompted, your sudo password. 3. Press enter and type, when prompted, your sudo password.
## MacOS ## MacOS