# Freeform Error and Informational messages ($DVTXT)

The DVL outputs quite a few informational messages that are not needed for navigation, but which may make integration and debugging easier. There are no periodic freeform messages. You can liken it to a Unix or Linux boot console display. Most of it will look like gibberish to you, some of it will make sense if you’re having a problem of some sort, and all of it can be ignored until there is a problem and you need to call the factory for help. You will see more boot messages on the serial port; these are output before the Ethernet link is established and mostly report on Ethernet link establishment progress.

Nearly all freeform messages are formatted as an NMEA message starting with $DVTXT.

Example:

$DVTXT,Firmware release version Aug 22 2023


---

# 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/outgoing-message-formats-dvl-to-host/freeform-error-and-informational-messages-usddvtxt.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.
