Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Help with GPS integration basics

    3rd Party Software
    2
    2
    2498
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Arpitgarg last edited by

      hi,
      I want to access gps data on my computer. I am using Qt Creator. The string i want to use is RMC-NMEA string. Can any one tell me how to proceed.

      1 Reply Last reply Reply Quote 0
      • A
        andre last edited by

        Most GPS's are simply serial devices. You could use QextSerialPort to open the port your device talks at. The output stream is most likely NMEA (refer to your GPS manual for details on communication speeds and protocol used).

        1 Reply Last reply Reply Quote 0
        • First post
          Last post