CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - NMEA0183

搜索资源列表

  1. CoolGPS

    0下载:
  2. 通过串口,读取GPS数据,对NMEA0183协议进行分析和处理。-Through the serial port, read GPS data, NMEA0183 protocol analysis and processing.
  3. 所属分类:GPS develop

    • 发布日期:2017-05-06
    • 文件大小:1130087
    • 提供者:jeff
  1. GPS

    0下载:
  2. GPS数据提取 串口操作 vc++6.0环境-GPS serial data extraction operation vc++ 6.0 Environment
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:208625
    • 提供者:victory68
  1. NMEA0183

    0下载:
  2. NMEA is a standar for send and reciever gps
  3. 所属分类:GPS develop

    • 发布日期:2017-04-01
    • 文件大小:554746
    • 提供者:thong
  1. GAMIT

    0下载:
  2. gps处理软件gamit使用说明,适合初学者,希望能给大家提供帮助-gps GAMIT processing software for use, suitable for beginners, I hope we can help
  3. 所属分类:GPS develop

    • 发布日期:2017-03-25
    • 文件大小:430749
    • 提供者:孟力
  1. Add_GPS_support_to_your_desktopGPS_support_demo.zi

    0下载:
  2. 来自网络,国外网友做的,vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码. -From the network, so friends from abroad, vc++ Code, test, and expressed his thanks. Can read
  3. 所属分类:GPS develop

    • 发布日期:2017-04-16
    • 文件大小:388411
    • 提供者:詹生
  1. GPS

    0下载:
  2. 对于给定的GPS接收信号,输出其制定的含义,相当好用的C++代码程序!-For a given GPS receiver signal, the output of its established meaning, quite useful C++ Code procedures!
  3. 所属分类:GPS develop

    • 发布日期:2017-04-01
    • 文件大小:124543
    • 提供者:kevin
  1. GetGGA

    0下载:
  2. 用于获取全球卫星定位系统GPS输出的NMEA0183的定位数据-To get output data of the Global positioning System (GPS),the fomat is NMEA 0183 GPGGA
  3. 所属分类:GPS develop

    • 发布日期:2017-03-31
    • 文件大小:1080
    • 提供者:happyplus
  1. GPS-TIQU

    0下载:
  2. 提取GPS的NMEA0183数据中的某个协议。-Extraction of the NMEA0183 GPS data in a protocol.
  3. 所属分类:GPS develop

    • 发布日期:2017-03-29
    • 文件大小:6515
    • 提供者:郭元明
  1. GPS_applications_and_the_use_of_state_machines_dec

    0下载:
  2. 本程序在周立功的LPC213x开发板上调试通过,本程序主要是熟悉NMEA0183语句及使用状态机解码的优缺点,以及与传统解码程序的不同点。-The program ZLG' s LPC213x development board debugging through the procedure was mainly familiar with the NMEA0183 statement and the use of state machine decoding the advantages
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:83321
    • 提供者:李军伟
  1. GPS

    0下载:
  2. vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码-vc++ code, tested, thanks. can read the serial port GPS location data, the need for an external GPS receiver con
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:384255
    • 提供者:何伟光
  1. codeforModuleGPS-GPM1315

    0下载:
  2. CODE TO PROCESS NMEA0183 PROTOCOL MESSAGE
  3. 所属分类:GPS develop

    • 发布日期:2017-04-02
    • 文件大小:78688
    • 提供者:lieu
  1. NMEA_0183_V2.2

    0下载:
  2. GPS使用模块,vpn1513s使用协议-GPS using the module, vpn1513s Use Agreement
  3. 所属分类:GPS develop

    • 发布日期:2017-04-16
    • 文件大小:36826
    • 提供者:刘欣地
  1. NEMA-0183

    0下载:
  2. NMEA0183标准语句(GPS常用语句)-NMEA0183 standard statement (GPS common statement)
  3. 所属分类:GPS develop

    • 发布日期:2017-03-26
    • 文件大小:10574
    • 提供者:fzs
  1. GPS

    0下载:
  2. 采用VS2008编写的基于串口GPS接收机的处理程序,GPS接收输出的数据是基于NMEA0183协议的GPGGA,GPVTG,GPGMC-Written using VS2008 serial GPS receiver based on the processing, GPS receiver output data is based on the NMEA0183 protocol GPGGA, GPVTG, GPGMC-VS2008 serial GPS receiver based on
  3. 所属分类:GPS develop

    • 发布日期:2017-03-29
    • 文件大小:3838
    • 提供者:袁征
  1. GPSDemo

    0下载:
  2. 这是一个运行在嵌入式系统上小程序,这个程序实现解析GPS通信协议(即NMEA0183),将收到的GPS数据实时显示出来并将解析后的经度、维度显示出来,这个程序中暂设的连接GPS的串口号为8,波特率是1152-This is a small program running on the embedded system, this procedure to resolve GPS communication protocol (ie, NMEA0183) will receive GPS data
  3. 所属分类:Windows CE

    • 发布日期:2017-04-16
    • 文件大小:52331
    • 提供者:xiaoxueeroo
  1. OldVisualGPSInstall

    0下载:
  2. 全球定位系统协议NMEA0183的解析软件,帮助程序开发者或者用户更为直观地理解接收机信息。-Global Positioning System protocol NMEA0183 analytic software, help application developers or users a more intuitive understanding of the receiver information.
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:1281870
    • 提供者:zfp
  1. 1237852

    0下载:
  2. 该程序采用GPS异步串行方式,通过串口采集遵循NMEA0183协议的GPS数据,对之进行后台处理 通过ODBC放到数据库中!-The program uses GPS asynchronous serial mode, followed by serial acquisition NMEA0183 GPS data agreement, the background processing into the database via ODBC!
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:79979
    • 提供者:小杰
  1. 07_gps.tar

    0下载:
  2. GPS的通讯原理,nmea0183 ascii接口协议格式,以及linux下的对GPS通讯信息采集的编程方法!-GPS, communication theory, nmea0183 ascii interface protocol formats, and a GPS under linux programming method of communication and information gathering!
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:3092
    • 提供者:黄电
  1. nmea

    0下载:
  2. nmea0183格式转换,该程序比较稳定,已经广泛应用于产品中了-nmea0183 format conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3232
    • 提供者:云海
  1. source_matlab

    0下载:
  2. 读取NMEA0183格式,适合做卫星导航读取数据参考,可以用于科研。-Read the NMEA0183 format, suitable for satellite navigation read data reference, can be used in scientific research.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:MR wang
« 1 2 34 »
搜珍网 www.dssz.com