# BAUD-RATE

The baud rate command stores a new baud rate for the serial interface for use next time the system boots. Any baud rate between 9600 and 921600 inclusive is legal. Note if you set the baud rate to something oddball and can’t re-establish connection next boot-up, you will need to go in through the Ethernet to change the baud rate or use the boot button reset method described in the chapter on Communicating with the DVL.

Examples:

BAUD-RATE 115200

BAUD-RATE 921600


---

# 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://docs.ceruleansonar.com/c/dvl-75/communicating-with-the-dvl/commands-accepted-by-the-dvl/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.
