> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/pdfm-ug/parallels-desktop-for-mac-27-users-guide/parallels-desktop-preferences-and-virtual-machine-settings/virtual-machine-settings/hardware-settings/serial-port-settings.md).

# Serial Port Settings

In the **Serial Port** pane, you can view and configure the virtual machine serial port settings.

To open these settings, choose **Actions** > **Configure** > **Hardware**, then click **Serial Port**. If Serial Port is not present, click **+** to add one, then follow the directions below to configure it.

<figure><img src="https://content.gitbook.com/content/hVLphlNWs82OS4cXatMx/blobs/mLG65Hv1k2n23RCVWdMc/image.png" alt="" width="563"><figcaption></figcaption></figure>

<table><thead><tr><th width="114">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Source</strong></td><td><p>In the <strong>Source</strong> field, select the source device that emulates this serial port:</p><ul><li><strong>Physical Serial Port</strong>. To connect the virtual machine serial port to one of the existing serial ports on your Mac, choose the appropriate port.</li><li><strong>Socket</strong>. To connect two virtual machines through the sockets, choose the appropriate socket. If there are no sockets available, click <strong>New socket</strong> and specify its name in the <strong>Enter a socket name</strong> field. You should also configure the role the virtual machine will play in the connection by selecting the necessary role in the <strong>Mode</strong> list. Selecting <strong>Server</strong> enables you to use this virtual machine to direct the other one. Selecting <strong>Client</strong> enables you to direct this virtual machine from the other one.</li><li><strong>Output File</strong>. To connect the virtual machine serial port to an output file, choose the appropriate output file or click <strong>Choose an output file</strong> to locate the necessary file.</li></ul></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/pdfm-ug/parallels-desktop-for-mac-27-users-guide/parallels-desktop-preferences-and-virtual-machine-settings/virtual-machine-settings/hardware-settings/serial-port-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
