CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - gps信息解析

搜索资源列表

  1. GPSReceiveViaCOM

    0下载:
  2. GPS定位数据,通过ATmega128串口接收并解析出定位信息,已测试通过。-GPS location data, via the serial port to receive and resolve the ATmega128 location information, have been tested.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:85153
    • 提供者:lele1208
  1. GPS1602

    0下载:
  2. GPS1602.rar - 51单片机下select方式接受并解析NMEA协议gps信息,解析GGA、RMC语句,可以定位经纬度、时间、日期、星数等信息,并实现1602液晶显示。-GPS1602.rar- 51 single chip select to receive under the agreement and parse NMEA gps information, analytical GGA, RMC statement, you can locate latitude and lon
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:42339
    • 提供者:T.H.
  1. GPS-test-program-12864-(in-parallel)

    0下载:
  2. 这是一购买GPS模块时 卖家送的程序, 其功能是 GPS模块通过串口向单片机发送固定格式的数据 单片机的串口接收到数据后,进行解析,在LCD上显示 定位信息包括:日期时间,经纬度,速度,角度,高度-This is a program to send the seller when a purchase of the GPS module, Its function is to GPS module to the microcontroller through the se
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:94702
    • 提供者:张立辉
  1. slave

    0下载:
  2. MSP430G2553从机与主机MSP430F5438a实现以SPI的通信方式交换数据,包括从机解析的GPS信息,并且主机通过从机控制继电器的状态。-MSP430G2553 slave host MSP430F5438a, SPI communication to exchange data, including GPS information parsed from the machine, and the host control relay slave state.
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:71392
    • 提供者:王辰
  1. TX2440GPS

    0下载:
  2. TX2440GPS测试程序,解析了GPS的定位信息-TX2440GPS test procedures, parse the GPS positioning information
  3. 所属分类:Driver develop

    • 发布日期:2017-12-05
    • 文件大小:246257
    • 提供者:sendoc
  1. gps

    0下载:
  2. 基于51单片机的gps模块定位设计,包含各种信息帧的解析。-Based on 51 single-chip the gps module positioning design, contains a variety of information frame analysis.
  3. 所属分类:SCM

    • 发布日期:2017-12-05
    • 文件大小:123696
    • 提供者:YJH
  1. C51解析gps ublox 在1602上显示定位信息

    0下载:
  2. C51解析gps ublox 在1602上显示定位信息
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-05-22
    • 文件大小:4338
    • 提供者:jzmwdw@126.com
  1. SIM908-AT-Instructions

    0下载:
  2. AT 指令通过GSM 串口发送到模块并接收返回指令。GPS 的控制指令也是 通过GSM 串口控制,GPS 串口只负责输出相应的GPS 信息.本文档时针对SIM908的AT指令集做解析。-Serial port to send AT commands to the module via the GSM and receive return instructions. GPS control command is serial control via GSM, GPS serial output
  3. 所属分类:SCM

    • 发布日期:2017-11-01
    • 文件大小:217508
    • 提供者:luoshizhou
  1. GPS

    0下载:
  2. GPS数据的解析函数,经过验证,能解析出速度,时间,经纬度等信息!-GPS data analytic functions, after verification, to parse out the speed, time, latitude and longitude information!
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:841
    • 提供者:bixiangru
  1. gps-data-analyze

    0下载:
  2. gps模块数据解析,包含GPRMC信息解析。并将结果打印-gps module data analysis, information analysis contained GPRMC. And the results Print
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4601
    • 提供者:刘振
  1. GPS

    0下载:
  2. GPS模块通过串口向单片机发送固定格式的数据., 单片机的串口接收到数据后,进行解析,在LCD上显示, 定位信息包括:日期时间,经纬度,速度,角度,高度 // 硬件连接: 将GPS模块插在51STAR实验箱的MP3模块插座上,或使用TTL电平 // 接口和51单片机连接 -GPS module test program
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:5173
    • 提供者:吴将
  1. gps

    0下载:
  2. gps模块数据接收,对接收字符串进行解析,得到经度维度速度时间等重要信息。-gps Module data reception,Parse the received string,The important information such as the velocity time of the longitude dimension is obtained.
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3420013
    • 提供者:yuanxiaozheng
  1. GPS

    0下载:
  2. gps电文解析,得到经纬度、高度、可见卫星、时间等信息-gps parse the message to obtain the latitude and longitude, altitude, visible satellites, time and other information
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4836
    • 提供者:郝凯旋
  1. GPS

    0下载:
  2. 通过串口接收GPS模块的数据帧,从NMEA数据格解析出经纬度、UTC等信息,通过TFT屏幕显示出来。单片机采用STM32F103ZE,开发环境是RV MDK(The data frame of the GPS module is received through the serial port, and the latitude and longitude, UTC and other information are parsed from the NMEA data lattice, and
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:3375104
    • 提供者:seniorK
搜珍网 www.dssz.com