# USB serial baud rate

Community firmware lets you run the **main USB serial console** faster than default when the host supports it. Higher rates improve transfer speeds when streaming large gcode programs.

## Default

At boot the USB Serial speed is by default **115200** bps.

## Runtime: `baud` console command

You can change the active speed **immediately** with the [**`baud`**](/docs/firmware/supported-commands/console-commands/baud.md) console command:

```
baud 1500000
```

The host must switch to the **same** baud on its side at once, or bytes will be unreadable.

### Temporary change and idle timeout

A speed set via **`baud <rate>`** is tracked as **temporary** inside the serial driver. If there is **no serial receive activity for about 15 seconds**, firmware **reverts** the UART back to 115200.

## Limits

The console command accepts rates from **1** to **4000000** bps (see firmware validation). Not every value is practical for every host OS or cable; if the link fails, it falls back to **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/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.
