Packet Format
The units send data using an ASCII packet compatible with NMEA-0183 sentence format. All transmitter/transponder messages can be ignored (you donât need to bother to connect the serial wires to the transmitter/transponder unless you are updating firmware). The NMEA sentence device type is "US". The message format is:
$USxxx, ⊠*hh
Where:
âxxxâ is message type ID
⊠is/are variable comma-separated data fields per command
*hh is an asterisk followed by a NMEA-compatible hex checksum
All packets end in ASCII return/linefeed (0x0D, 0x0A)
Fields within a message may be âemptyâ as noted in the message description, and âemptyâ means there is a comma for the field but no characters in the field. For example, the message below has an empty field between the fields containing âFIELD1â and the field containing âFIELD3â.
$USTXT,FIELD1,,FIELD3*2A
Possible messages are:
$USRTH â receiver-transmitter relative angles and range
$USINF â informational message
$USERR â error message
$USDEB â developer debug message
$Gxyyy â GPS or GNSS retweeted messages, where 'x' is either 'P" or 'N'.
Beta releases may send other data formats for developer use. Some oddball messages may be provided for specific customer usage. Any message not beginning with â$â may be safely ignored.
Last updated