Clone
10
Connect a Microcontroller
Janis Hutz edited this page 2025-09-22 08:50:26 +00:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Since this app supports multiple operating systems, here's a guide on how to connect to a controller on each operating system

Windows 10/11

If this doesn't work, there is an alternate guide below

  1. Plug a converter cable into one of your USB-Ports.
  2. Launch the app and press start. The app will automatically assign a comport

Windows (Alternative connect)

(If the above previous guide doesn't work)

  1. Plug a converter cable into one of your USB-Ports.
  2. Right-click 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. 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.
  8. Launch the app and press start. The app will automatically assign a comport

GNU/Linux

  1. Plug a converter cable into one of your USB-Ports.
  2. Run the following command in your terminal: sudo chmod 777 /dev/ttyUSB0
  3. Press enter and type, when prompted, your sudo 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, will take up lots of space and likely not work due to poor driver support. This is also a non-updated guide)

  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 xcode-select —install Then you will need to download the MacPorts packagemanager from this github repo following the guide: https://github.com/macports/macports-base/releases/tag/v2.7.2 Then you can run the following command to install the missing package: sudo port install [and here now the name of the package it shows is missing, most likely kextstat]
  3. You may now continue with the step of the guide you ran into this problem.
  4. if you still get another error of the same kind, please install that package as well with step 2 and continue with 3. Repeat until you are done or open an issue if you still dont manage to do it.