# Tasa de baudios serie USB

El firmware comunitario te permite ejecutar la **consola serie USB principal** más rápido que el valor predeterminado cuando el host lo admite. Las velocidades más altas mejoran las tasas de transferencia al transmitir programas gcode grandes.

## Predeterminado

Al arrancar, la velocidad de la serie USB es de forma predeterminada **115200** bps.

## En tiempo de ejecución: `baud` comando de consola

Puedes cambiar la velocidad activa **inmediatamente** con el [**`baud`**](/docs/stable/es/firmware/supported-commands/console-commands/baud.md) comando de consola:

```
baud 1500000
```

El host debe cambiar al **misma** baud en su lado a la vez, o los bytes serán ilegibles.

### Cambio temporal y tiempo de espera por inactividad

Una velocidad establecida mediante **`baud <rate>`** se registra como **temporal** dentro del controlador serie. Si no hay **ninguna actividad de recepción serie durante unos 15 segundos**, el firmware **revierte** la UART a 115200.

## Límites

El comando de consola acepta velocidades desde **1** hasta **4000000** bps (consulta la validación del firmware). No todos los valores son prácticos para todos los sistemas operativos del host o cables; si el enlace falla, vuelve a **115200**.


---

# 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://carvera-community.gitbook.io/docs/stable/es/firmware/features/usb-serial-baud-rate.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.
