搜索资源列表
GPS接收机
- GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
GPSProtocol
- 自己编写的对于NMEA0813解析的C#代码,提供对GPGGA,GPRMC数据的解析
GPSTestTool
- gps 定位误差分析软件,只识别GPRMC格式的-dfdfdfdfdfd dfdf dfdsf dfdsf df b bfgfdgk
VCgpstest
- 自己封装的能解析出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
GPS
- 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.
GPRMC(DSP)
- DSP-based positioning data GPRMC extraction, NMEA-0183 data format and understanding of the basic working principle of GPS
gps-c
- GPS的一个几码程序,GPRMC,GPGGA!-this s a c PROGRAMME ,GPRMC,GPGGA!
GPSE55UserManual
- GPS E-55资料 下载后请珍惜 非常有用!-GPS GPRMC very good! GPS Receiver Module
GPS-0183
- GPS-0183语句串口编程提取解析$GPRMC语句,定时读取GPS25LVS板卡串口2数据-GPS-0183 serial programming statements extraction analysis
GPSDirection2
- 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,
GPSDemo
- 通过串口接收GPS数据,解析接收到的GPS信息中GPRMC数据,从中提取出经度和纬度信息。-Through the serial port to receive GPS data, analytical information received GPS GPRMC data to extract the longitude and latitude information.
GPS
- GPRMC协议解析 数据提取 可以参考学习的代码,可以参考参考-GPRMC protocol analysis data extraction can refer to learn the code, can refer to reference
GPS
- gps协议的说明 $GPRMC命令的格式-gps protocal readme and the $GPRMC format of command
MicroSD-Record-GPS-data-
- 基于MSP430和MicroSD卡的GPS记录器 MSP430f149接收C3-370模块GPS信号,用Nokia5110液晶显示经纬度,并将$GPRMC语句后62字节保存在Micro SD卡上。所存数据读入电脑后可通过RouteConverter.exe软件转成KML文件,加载到google earth后可以显示轨迹。 资料包括 原理图:Altium Designer Winter 09 格式和PDF格式 控制程序:基于MSP430F149的GPS记录程序。主
51GPS
- 自己编写的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.
GPSCommrecv
- 使用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)
DGPS_Distance
- 解析GPS数据协议中的GPRMC段协议内容,可获取经纬度等-Parse the GPRMC to get Longitude and Latitude in real time
GPRMC
- 通过串口读取gps时钟不同格式的数据,并显示相关经纬度、高度等信息(Read GPS data through serial and display)