Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.48 KB

bug_report.md

File metadata and controls

51 lines (32 loc) · 1.48 KB
name about title labels assignees
pynmeagps Bug Report
Create a report to help us improve
semuadmin

Describe the bug

A clear and concise description of what the bug is. Please include:

  1. The pynmeagps version (>>> pynmeagps.version)
  2. The complete Python script. Embed your code here (please do NOT attach *.py, *.zip, *.tgz or other executable / zipped files) ...
    your code here
  3. The error message and full traceback.
  4. A binary / hexadecimal dump of the NMEA/UBX data stream.

To Reproduce

Steps to reproduce the behaviour:

  1. Any relevant device configuration (if other than factory defaults).
  2. Any causal UBX command input(s).

Expected Behaviour

A clear and concise description of what you expected to happen.

Desktop (please complete the following information):

  • The operating system you're using [e.g. Windows 11, MacOS Sequoia, Ubuntu Noble].
  • The type of serial connection [e.g. USB, UART1, I2C].

GNSS/GPS Device (please complete the following information as best you can):

  • Device Model/Generation: [e.g. u-blox NEO-9M].
  • Firmware Version: [e.g. SPG 4.03].
  • Protocol: [e.g. 32.00].

This information is typically output by the device at startup via a series of NMEA TXT messages. It can also be found by polling the device with a UBX MON-VER message. If you're using the PyGPSClient GUI, a screenshot of the UBXConfig window should suffice.

Additional context

Add any other context about the problem here.