> For the complete documentation index, see [llms.txt](https://docs.microside.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.microside.com/programadores-pics-and-avrs/preguntas-frecuentes/windows-no-reconoce-xcu-como-puerto-serial-com.md).

# ¿Windows no reconoce XCU como puerto serial COM?

Si conectas a la computadora el módulo programador XCU o XCU LT en modo de funcionamiento COM y este no es rconocido por el sistema operativo como puerto COM, lo más seguro es que necesite de un driver, para ello realiza el siguiente el tutorial.

{% hint style="danger" %}
En **versiones anteriores** del módulo **XCU**, el modo **MCU** se encuentra identificado como **PIC** mientras que el modo **COM** se encuentra como **ARD**.
{% endhint %}

<figure><img src="/files/54OrV5iPC8O0nKgRoHrN" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Antes que nada, verifica que el módulo este bien conectado o no tenga falso contacto por medio del cable usb, por último, revisa que esté en **modo COM**, puedes guiarte del LED indicador que debería ser **color Azul**.
{% endhint %}

## Instalar driver para puerto serial COM

1. Descarga e instala el software de Arduino IDE.

{% embed url="<https://www.arduino.cc/en/main/software>" %}

<figure><img src="/files/woFuWy9R1PNyCe26DeQy" alt=""><figcaption></figcaption></figure>

2. Conecta el módulo XCU o XCU LT a la PC con el objetivo de identificarlo en el administrador de dispositivos.

<figure><img src="/files/XEEyeLIqpqSTzu6rqsMd" alt=""><figcaption></figcaption></figure>

3. Da clic derecho sobre el dispostivo identificado y selecciona ***Actualizar software de controlador***.&#x20;

<figure><img src="/files/ezyXyhzXn85HpirqL4WY" alt=""><figcaption></figcaption></figure>

4. Selecciona ***Buscar software de controlador en el equipo***.

<figure><img src="/files/2SPLnVVM4zFlEAtlFZG2" alt=""><figcaption></figcaption></figure>

5. Da clic en ***Elegir en una lista de controladores de dispositivo en el equipo***.

<figure><img src="/files/3Q7xALnNr9GcnkBWjFF1" alt=""><figcaption></figcaption></figure>

6. Selecciona el tipo de dispositivo **“*****Puertos (COM y LTP)*****”** y da clic en ***Siguiente***.

<figure><img src="/files/PTqex9K6FevD81NEnKMp" alt=""><figcaption></figcaption></figure>

7. Selecciona el fabricante **"*****Arduino LLC*****”**, posteriormente el modelo **“*****Arduino Uno*****”** y da clic en ***Siguiente***.

<figure><img src="/files/sRkjMfvilMOkzAUgxd5p" alt=""><figcaption></figcaption></figure>

8. Se motrará la siguiente ventana de advertencia, da clic en ***Si***.

<figure><img src="/files/qcVdWMxWdW6TNnOeOEjy" alt=""><figcaption></figcaption></figure>

9. Windows actualizará el controlador, después de ello da clic en ***Cerrar***.

<figure><img src="/files/5otVvCXXwO0Z0Nv7XYmI" alt=""><figcaption></figcaption></figure>

10. Finalmente, el módulo XCU o XCU LT será reconocido como un puerto serial COM.

<figure><img src="/files/u8GmqAHcBQYMIoHRiSxu" alt=""><figcaption></figcaption></figure>


---

# 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.microside.com/programadores-pics-and-avrs/preguntas-frecuentes/windows-no-reconoce-xcu-como-puerto-serial-com.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.
