Skip to content

🐛 Bug Report: NMEA RMC Message Date and Time appears to be malformed #80

@KrisKnez

Description

@KrisKnez

Summary

Bridge Command currently emits malformed RMC (Recommended Minimum Navigation Information) sentences: the UTC time (field 1) and date (field 9) are empty, which violates the NMEA 0183 spec and causes receivers to reject the data.

Received RMC Message

$GPRMC,.00,A,5001.357,N,00959.010,W,0.2,154.3,,,,A,S*33

Note the missing hhmmss.ss after the first comma and the four consecutive commas before the mode flag, where ddmmyy should be.

Expected RMC Message

$GPRMC,121028.74,A,6054.34203,N,02234.57962,E,0.0,236.1,100725,007.1,E,A*36

Environment

Bridge Command Version: 5.10.1
OS: Windows 11 Pro 24H2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions