# NMEA-Format Messages to Receiver

To accommodate third-party serial port forwarding software that requires messages to be in NMEA format, the ROVL receiver can optionally accept user commands in an NMEA carrier packet. The packet format is a dollar sign (‘$’), followed by five ***arbitrary*** characters, followed by a comma, followed by a user command (see next section), optionally followed by an asterisk, optionally followed by checksums or other characters (the receiver does not parse checksums; everything after the first asterisk is ignored). The following examples are all valid commands to print the configuration and menu, although they are not all valid NMEA sentences:

&#x20;    $USTXT,?\*45

&#x20;    $USTXT,?

&#x20;    $USTXT,?\*

&#x20;    $USTXT,?\*\*455

&#x20;    $1au56,?\*2A


---

# 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/ethernet-rov-locator/communicating-with-the-rovl/messages-from-host-to-rovl/nmea-format-messages-to-receiver.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.
