CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - gprmc

搜索资源列表

  1. GPS接收机

    0下载:
  2. GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
  3. 所属分类:GPS编程

    • 发布日期:2015-06-11
    • 文件大小:2.81kb
    • 提供者:黄里文
  1. GPSProtocol

    0下载:
  2. 自己编写的对于NMEA0813解析的C#代码,提供对GPGGA,GPRMC数据的解析
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:苏克
  1. GPSTestTool

    0下载:
  2. gps 定位误差分析软件,只识别GPRMC格式的-dfdfdfdfdfd dfdf dfdsf dfdsf df b bfgfdgk
  3. 所属分类:GPS develop

    • 发布日期:2017-04-01
    • 文件大小:7.6kb
    • 提供者:fhqfkuk
  1. VCgpstest

    0下载:
  2. 自己封装的能解析出GPS数据中的$GPRMC数据,获得经纬度信息,时间,日期等等。 可直接调用我封装的GPS类(已编译通过)-Their own package to resolve the GPS data in the $ GPRMC data, access to latitude and longitude information, time, date and so on. I can directly call the GPS package category (compiled
  3. 所属分类:GPS develop

    • 发布日期:2017-03-31
    • 文件大小:31.41kb
    • 提供者:钟文
  1. GPS

    0下载:
  2. GPS定位信息的解析,如:GPGLL,GPRMC,GPGGA等。 没有编译,这是我从很大的程序中截取的,呵呵,但是测试了,能逐个解析出来。-Analysis of GPS positioning information, such as: GPGLL, GPRMC, GPGGA, etc.. Does not compile, this is a great program, I intercepted, Oh, but the test can resolve them.
  3. 所属分类:GPS develop

    • 发布日期:2017-03-28
    • 文件大小:6.6kb
    • 提供者:王一平
  1. GPRMC(DSP)

    0下载:
  2. DSP-based positioning data GPRMC extraction, NMEA-0183 data format and understanding of the basic working principle of GPS
  3. 所属分类:GPS develop

    • 发布日期:2017-04-16
    • 文件大小:37.37kb
    • 提供者:高升晖
  1. gps-c

    1下载:
  2. GPS的一个几码程序,GPRMC,GPGGA!-this s a c PROGRAMME ,GPRMC,GPGGA!
  3. 所属分类:GPS develop

    • 发布日期:2017-04-04
    • 文件大小:2.5kb
    • 提供者:王老五
  1. GPSE55UserManual

    0下载:
  2. GPS E-55资料 下载后请珍惜 非常有用!-GPS GPRMC very good! GPS Receiver Module
  3. 所属分类:GPS develop

    • 发布日期:2017-05-01
    • 文件大小:791.95kb
    • 提供者:huangchao
  1. GPS-0183

    0下载:
  2. GPS-0183语句串口编程提取解析$GPRMC语句,定时读取GPS25LVS板卡串口2数据-GPS-0183 serial programming statements extraction analysis
  3. 所属分类:GPS develop

    • 发布日期:2017-03-29
    • 文件大小:1.11kb
    • 提供者:杨英东
  1. GPSDirection2

    0下载:
  2. GPS Direction Tool This program reads the cordination from a serial GPS device and parses all the GPGGA, GPRMC sentences. 1- It extracts the correct location on the map. 2- User can select a destination on the map. 3- A very nice gauge,
  3. 所属分类:GPS develop

    • 发布日期:2017-04-09
    • 文件大小:2.03mb
    • 提供者:zafari
  1. GPSDemo

    0下载:
  2. 通过串口接收GPS数据,解析接收到的GPS信息中GPRMC数据,从中提取出经度和纬度信息。-Through the serial port to receive GPS data, analytical information received GPS GPRMC data to extract the longitude and latitude information.
  3. 所属分类:GPS develop

    • 发布日期:2017-03-31
    • 文件大小:62.51kb
    • 提供者:qiuyushan
  1. GPS

    0下载:
  2. GPRMC协议解析 数据提取 可以参考学习的代码,可以参考参考-GPRMC protocol analysis data extraction can refer to learn the code, can refer to reference
  3. 所属分类:GPS develop

    • 发布日期:2017-04-04
    • 文件大小:2.31kb
    • 提供者:陈湫
  1. GPS

    0下载:
  2. gps协议的说明 $GPRMC命令的格式-gps protocal readme and the $GPRMC format of command
  3. 所属分类:GPS develop

    • 发布日期:2017-04-17
    • 文件大小:50.5kb
    • 提供者:徐先生
  1. MicroSD-Record-GPS-data-

    0下载:
  2. 基于MSP430和MicroSD卡的GPS记录器 MSP430f149接收C3-370模块GPS信号,用Nokia5110液晶显示经纬度,并将$GPRMC语句后62字节保存在Micro SD卡上。所存数据读入电脑后可通过RouteConverter.exe软件转成KML文件,加载到google earth后可以显示轨迹。 资料包括 原理图:Altium Designer Winter 09 格式和PDF格式 控制程序:基于MSP430F149的GPS记录程序。主
  3. 所属分类:GPS develop

    • 发布日期:2017-03-27
    • 文件大小:338.63kb
    • 提供者:HuNB
  1. 51GPS

    0下载:
  2. 自己编写的GPS程序,包括数据重建工作,主要针对GPRMC的格式重建,程序末尾添加XOR异或程序。-I have written the GPS program, including the the data reconstruction work focused rebuild the GPRMC the format, the program added at the end of the XOR exclusive or program.
  3. 所属分类:GPS develop

    • 发布日期:2017-11-22
    • 文件大小:13.47kb
    • 提供者:王立
  1. GPSCommrecv

    0下载:
  2. 使用API函数连接串口,读取$GPGGA格式的数据,(可根据需要更改为$GPRMC)-Connected to the serial port, use the API function reads the the $ GPGGA format of data, (based on the need to change the $ GPRMC)
  3. 所属分类:GPS develop

    • 发布日期:2017-11-24
    • 文件大小:2.6mb
    • 提供者:panjie
  1. DGPS_Distance

    0下载:
  2. 解析GPS数据协议中的GPRMC段协议内容,可获取经纬度等-Parse the GPRMC to get Longitude and Latitude in real time
  3. 所属分类:GPS develop

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:luoxiao
  1. GPRMC

    0下载:
  2. 通过串口读取gps时钟不同格式的数据,并显示相关经纬度、高度等信息(Read GPS data through serial and display)
  3. 所属分类:串口编程

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:Wendy1811
搜珍网 www.dssz.com