Giter Site home page Giter Site logo

tsip-code's Introduction

tsip-code

Some C code for parsing Trimble GPS TSIP serial data. Currently decoding only a few select TSIP messages.

Feel free to add decoding for more. :)

Compile:

[]$ make readTSIP
cc     readTSIP.c   -o readTSIP

Run:

[]$ ./readTSIP -b 38400 -n -p /dev/ttyUSB0
Opening port /dev/ttyUSB0 ...
Looking for next message...
Received 16 byte message: [10 54 c9 11 71 ca c8 ed 22 59 48 da 4d 60 10 03 ]
Packet ID 0x54 One Satellite Bias and Bias Rate Report
One satellite bias: -595740.62 m
Clock bias rate: -485650.78 m/s
GPS Time of position fix: 447083.00 s

Looking for next message...
Received 24 byte message: [10 56 00 00 00 00 00 00 00 00 00 00 00 00 c8 ed 22 59 48 da 4d 60 10 03 ]
Packet ID 0x56 Velocity Fix, East-North-Up (ENU)

Looking for next message...
Received 14 byte message: [10 41 48 da 4d 62 08 bb 41 90 00 00 10 03 ]
Packet ID 0x41 GPS Time
GPS time of week: 447083.06 s
Extended GPS week number: 2235 weeks
GPS UTC offset: 18.0 s

Looking for next message...
Received 6 byte message: [10 46 bb 10 10 03 ]
Packet ID 0x46 Health of Receiver
Status: 0xbb, Over Determined Mode
Battery backup: OK
Antenna feedline: Open detected

tsip-code's People

Contributors

jbrundell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.