• 大小: 148KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-02
  • 语言: 其他
  • 标签: Qt  Qt5.7  串口通信  GPS  

资源简介

原创资源,主要是利用Qt编程实现串口通信,对GPS以及惯导数据进行解析并编写帧格式,传感器信息能实时在界面显示,能将船舶位置以红点的方式动态显示在地图上

资源截图

代码片段和文件信息

#include “mainwindowgps.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindowGPS w;
    w.show();


    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-23 15:53  GPS\
     文件        1082  2017-09-21 19:51  GPS\GPS.pro
     文件       23739  2018-11-23 15:53  GPS\GPS.pro.user
     文件      141026  2017-12-02 17:02  GPS\bj666.PNG
     文件         191  2017-08-17 17:04  GPS\main.cpp
     文件       13488  2018-11-23 15:53  GPS\mainwindowgps.cpp
     文件        1737  2017-12-07 10:42  GPS\mainwindowgps.h
     文件       10215  2017-12-08 20:35  GPS\mainwindowgps.ui
     文件         104  2017-09-21 19:52  GPS\qic.qrc

评论

共有 条评论