summaryrefslogtreecommitdiff
path: root/zerk
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* zerk: Fix test for PYTHONPATHGary E. Miller2018-11-161-1/+1
|
* zerk: Python 3 fix., import gps.misc, soon to be used.Gary E. Miller2018-11-141-1/+2
|
* GREIS: A different approach to RAW.Gary E. Miller2018-11-101-9/+12
|
* zerk: Fix doppler, add comments.Gary E. Miller2018-11-101-3/+6
|
* zerk: Add '-e RAW" for raw mode. Add raw mode decodes.Gary E. Miller2018-11-101-6/+59
| | | | Added decodes for Doppler, Carrier Phase and Pseudo-range.
* 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
|
* zerk: pep8 whitespace tweaksGary E. Miller2018-10-081-5/+5
|
* 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/+1896