gpsaddmes n m1 [m2] [m3] [m4]
Adds messages to a GPS report.
n = 1 to 8 | GPS report number
|
m1 to m4 | Message type to be added, valid message types must be used See message list
|
Notes:
- Binary messages MUST be placed before ASCII messages. Ex. cmd gpsaddmes 1 85 114 = correct, cmd gpsaddmes 1 114 85 = incorrect.
- 4 messages can be included in a single report. Duplicate messages cannot be included in a report.
- Messages will be sent in a report in the same order that they are added with this command.
- ULCP header messages will be sent as individual UDP packets, NMEA format messages will be combined into a single packet.
Examples:
- Adds message #16 – GPS NMEA GLL – to GPS report #4 :
cmd gpsaddmes 4 16
See also: GPS Reports