ENHANCMENTS:
- Allow mixed file formats (ubx & txt) in ubxcompare - addresses feature request #10
FIXES:
- Restore command line scripts. Fixes #8.
ENHANCEMENTS:
- Drop active support for Python 3.9, add Python 3.14.
ENHANCEMENTS:
- UBXSimulator now supports limited TTY (AT+) commands.
AT+ECHO=OKandAT+ECHO=Errorcommands will simulate anOKorErrorTTY response. AnAT+ECHO=xxxxxxcommand will echo back thexxxxxxstring.
FIXES:
- Fix typo in ubxbase config.
ENHANCEMENTS:
- Add
ubxbaseutility to configure compatible u-blox receiver (e.g. ZED-F9P) to Base Station mode. Typeubxbase -hfor help.
CHANGES:
- Move UBX CLI utilities from pygnssutils to new library pyubxutils.