summaryrefslogtreecommitdiff
path: root/ubxtool
Commit message (Collapse)AuthorAgeFilesLines
* ubxtool: Add comment that TIME ONLY is same as Surveyed InGary E. Miller2019-02-061-0/+1
|
* ubxtool: Tweak a comment on SURVEYIN 'accuracy'.Gary E. Miller2019-02-061-0/+2
|
* ubxtool: Tweak send_able_tmode2() commentGary E. Miller2019-02-051-1/+1
|
* ubxtool: Tewak UBX-CFG-PRT outputGary E. Miller2019-02-051-6/+7
|
* ubxtool: Improve TMODE2 decode. Change SURVEYINGary E. Miller2019-02-051-8/+37
| | | | | Change -p TMODE2 to -p SURVEYIN to avoid confusion. Also, reduce survey in time to 5 mins from 1 day.
* Fixes ubxtool and zerk in direct-serial mode.Fred Wright2018-11-171-5/+9
| | | | | | | | | | | | | | | | | | The attempted workaround for the writeTimeout->write_timeout change in serial.Serial() didn't work, since including the unexpected "alternate" keyword argument caused an error. This was observed with both V2.7 and V3.0 of pySerial, so it's not clear how this code ever worked for anyone. It now uses only the correct argument name. There are two other deprecated items, inWaiting and flushInput, but these have not yet been removed in V3.0, so those are not yet fixed (other than the comments). TESTED: Ran "ubxtool -p VER ..." against a u-Blox LEA-M8T in direct-serial mode, with pySerial both 2.7 and 3.0. Did not test zerk, due to the lack of appropriate hardware, but its changes are identical to those in ubxtool.
* Update version to 3.19-dev. back to dev cycle.dev-3.19aGary E. Miller2018-10-191-1/+1
|
* Chnage version to 3.18.1release-3.18.1Gary E. Miller2018-10-191-1/+1
|
* ubxtool: Add poll UBX-RXM-RAWX, better decode UBX-RXM-RAWXGary E. Miller2018-10-151-2/+19
|
* ubxtool: Change 'protocol' to "protver".Gary E. Miller2018-10-131-18/+19
| | | | This aligns with u-blox doc, and describes it better.
* ubxtool: Pick either UBX-NAV-SVINFO or UBS-NAV-SAT, disable other.Gary E. Miller2018-10-131-4/+8
|
* ubxtool: Fix another Python 3 crash.Gary E. Miller2018-10-131-1/+1
|
* ubxtool: Add "-p protocol" option.Gary E. Miller2018-10-131-6/+33
| | | | Sometimes the command to send depends on the u-blox version.
* ubxtool: add note: UBX-NAV-SVINFO deprecated.Gary E. Miller2018-10-131-1/+2
|
* ubxtool: Fix decode of UBX-RXM-RAW.Gary E. Miller2018-10-131-2/+2
|
* ubxtool: Whitespace canges for pep8Gary E. Miller2018-10-081-93/+93
|
* ubxtool: Fix UBX-MON-VER hwVersion decodeGary E. Miller2018-10-031-1/+1
|
* ubxtool: Do not enable UBX-NAV-EOE on -e BINARYGary E. Miller2018-10-031-2/+3
| | | | gpsd can't use it yet. Leave code for testing.
* ubxtool: -d BINARY did not turn off UBX-NAV-SBAS and SVINFO.Gary E. Miller2018-10-031-2/+9
|
* ubxtool: revert TIMEUTC to TIMEGPS, TIMEUTC does not have the leapS.Gary E. Miller2018-10-031-2/+3
|
* ubxtool: Add decode for UBX-NAV-EOEGary E. Miller2018-10-031-1/+10
|
* ubxtool: better output for unknown sentences.Gary E. Miller2018-10-031-1/+7
|
* ubxtool: Add UBX-NAV-TIMEGLO, fix UBX-CFG-NAVX5Gary E. Miller2018-10-031-27/+47
|
* ubxtool: Tweak decode of UBX-NAV-TIMEBDSGary E. Miller2018-10-031-2/+11
|
* ubxtool: tweak decode of UBX-NAV-TIMEGALGary E. Miller2018-10-031-3/+2
|
* ubxtool: improve decode of UBX-TIME-GAL.Gary E. Miller2018-10-031-3/+12
|
* ubxtool: improve decode of UBX-TIM-TIMEUTC.Gary E. Miller2018-10-031-3/+30
| | | | Decode the flag bits in the valid byte
* ubxtool: Toggle UBX-NAV-TIMEUTC instead of TIMGPS in BINARY set.Gary E. Miller2018-10-031-2/+4
| | | | TIMEUTC by default is the best of TIMEGPS, TIMEGAL, TIMEGLO, etc.
* ubxtool: Fix UBX-MON-VER for Python 3.Gary E. Miller2018-10-021-6/+6
|
* 3.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller2018-10-021-1/+1
|
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-021-1/+1
|
* Python clients: Opps 3.18~dev, not 3.18-dev.Gary E. Miller2018-10-011-1/+1
| | | | A tilda, not a dash.
* ubxtool/zerk: install these two programs by default.Gary E. Miller2018-09-241-0/+2377