# Setting Up Stenoob Pro 3 in Eclipse

The Stenoob Pro 3 can connect to **Eclipse** using the **Gemini PR protocol** (default) or possibly **TX Bolt**.

* **Gemini PR Mode (default):** Works with Eclipse by selecting **Gemini Revolution** as the writer.
* **TX Bolt Mode:** May also work by selecting **Gemini TX** or **Transcriptor X**, but this has not yet been confirmed.

***

### 1. Verify the COM Port

1. Press **Windows + X** and select **Device Manager**.
2. Expand **Ports (COM & LPT)**.
3. Look for **USB Serial Device (COM#)**.
4. If multiple ports are listed, unplug and replug the keyboard — the entry that disappears/reappears is your keyboard.
5. Note the **COM#** — you’ll need this in Eclipse.

***

### 2. Configure Eclipse Input Settings

1. In Eclipse, go to **Settings → Input tab**.
2. Under **Writer**, select:
   * **Gemini Revolution** (if your keyboard is in Gemini PR mode — the default), or
   * **Gemini TX / Transcriptor X** (if you toggled your keyboard into TX Bolt mode).
3. Under **Read From**, choose **COM Port**.
4. Click **Setup** next to COM Port.
5. Select the COM# you verified above and save.

***

### 3. Start Writing

At this time, we do not have direct access to Eclipse to confirm the exact steps for beginning translation. Once input is configured, customers should be able to start writing by opening a realtime session in Eclipse. If you are unsure, we recommend referring to Eclipse documentation or support resources.

***

### Notes

* ⚠️ **Only one program can access the COM port at a time.** Close other steno software (such as Plover) before connecting to Eclipse.


---

# Agent Instructions: 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.stenoob.com/cat-setup/setting-up-stenoob-pro-3-in-eclipse.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.
