> For the complete documentation index, see [llms.txt](https://docs.ssz.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ssz.gg/dma-guides/dma-introduction/makcu-guides/makcu-driver.md).

# Makcu Driver

The **SSZ.GG DMA Tool** installs the CH343 serial driver and detects your Makcu in one click — no separate driver download, no manual COM port renumbering.

<a href="https://mega.nz/folder/X0ZGXJbD#ViwAOHthSnhKXs-KEWgpqw" class="button primary" data-icon="desktop-arrow-down">Download SSZ.GG DMA Tool</a>

{% stepper %}
{% step %}

### Open the Makcu Setup tab

Launch the **SSZ.GG DMA Tool as Administrator** and click the **Makcu Setup** tab.

<figure><img src="/files/BSEKasqxG2yzuG9W2Jv9" alt="SSZ.GG DMA Tool — Makcu Setup tab"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Plug in the Makcu

Use a **real USB-C data cable** (not charge-only) and plug into a **native USB port** on the 2nd PC.

{% hint style="warning" %}
**KVM switches and some USB docks break the CH343 serial link.** Plug the Makcu directly into a motherboard USB port if you have issues.
{% endhint %}
{% endstep %}

{% step %}

### Install the CH343 driver

In the **CH343 Serial Driver** card on the left, click:

* **Install CH343 Driver** — installs the bundled driver. Accept any Windows UAC / driver signature prompts.
* **Detect Device** — refreshes the device status

The **COM Port**, **Device**, **Baud Rate**, and **Driver** fields should populate with your Makcu details.
{% endstep %}

{% step %}

### Test movement

Click **Test Movement** in the same card. The tool opens the COM port and wiggles the cursor on the main PC to confirm the Makcu is alive and responding correctly.
{% endstep %}
{% endstepper %}

***

## You're Done

The Makcu driver is installed and the device is responding. Next: head to [Makcu Flashing](/dma-guides/dma-introduction/makcu-guides/makcu-flashing.md) to flash firmware to the Makcu, or [Makcu Cable Setup](/dma-guides/dma-introduction/makcu-guides/makcu-cable-setup.md) for the cable wiring layout.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ssz.gg/dma-guides/dma-introduction/makcu-guides/makcu-driver.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
