Connecting the Serial Port - 2025.1 English - UG1209

Zynq UltraScale+ MPSoC Embedded Design Tutorial (UG1209)

Document ID
UG1209
Release Date
2025-07-30
Version
2025.1 English
  1. Open your preferred serial communication utility for the COM port.

    Note

    You can use any serial communication utility in your system. The Vitis IDE provides a serial terminal utility. We will use it throughout the tutorial; select Vitis → Serial Monitor in Vitis IDE to open it.

    Note

    In Linux, root privilege is required to use UART.

  2. Navigate to Vits → Serial Monitor.

  3. To find the correct COM port in Windows, verify the port details in the Device Manager. In Linux, check the COM port in /dev.

    MPSoC UART-0 corresponds to the COM port with Interface-0. Windows Device Manager provides mapping between Interface-x and COM-x.

    _images/image29.png

    Fig. 5 Windows Device Manager

    In the above example, use COM5 for Interface-0 and baud rate 115200.

  4. From the Port dropdown menu, select the port number for Interface-0 (COM3 in this example).

    _images/vitis_serial_terminal_connect.png
  1. Select 115200 as the baud rate.

    _images/vitis_serial_terminal_connect_baud_rate.png
  2. Keep the other settings as-is and click OK to connect. The connection status is shown in the Vitis Serial Terminal window.

    _images/vitis_serial_terminal_connected.png