搜索资源列表
GPS test 给予stm32的gps定位程序
- 给予stm32的gps定位程序,用c编写,亲自测试通过,可以直接拿来用-Given stm32 the gps locator, with c write personally tested and can be directly used
modultest.rar
- gps、电子罗盘测试,主要针对GPS1050和TCM3,gps test
GSM-GPS
- GSM/gps通信程序:双串口控制。当时我编这程序时还是花了不少力气的。 (1)gsm部分:以AT指令控制西门子TC35模块。程序代码精简。也可以用于TC35i,MC45,TC45的控制. (2)采用GPS标准协议格式,获取GPS模块发来的时间、位置、速度等信息。该程序经过试验验证. 程序中,实现GPS信息的接收,并和其它信息一起编码成GSM传输协议格式发送出去。-GSM/gps Communication Program: Two serial control. When
GPSTest
- Android Test App. GPS Test
GPS-test
- 一个虚拟的gps模块,和虚拟串口配合可以给gps地图等发送数据。-A virtual gps modules, and virtual serial port to the gps with maps can send the data.
GPSTest
- ANDROID GPS搜星程序 能够发现卫星数量 连接的卫星数和卫星的信息-android GPS
PcodeGeneration
- 在ModelSim或其他支持Verilog语言编译的环境中仿真可得GPS的P码及与卫星数据码调制后的波形,其中一个为源程序,另一个为测试程序-ModelSim or other support in the language Verilog simulation environment to compile available GPS P-code and code of satellite data after the modulation waveform, one for the sour
Gps
- Windows Mobile 6.5上一个gps测试软件,通过处理串口数据显示gps定位的一些基本信息,并且用图形显示卫星位置极其信号值,在res里有其运行效果图。 -Windows Mobile 6.5 on a gps test software, by processing the serial data to display some basic information about gps positioning satellite position is extremely sig
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.
gps_test
- GPS测试源代码,使用C语言开发,可以在ARM是使用-GPS test source code, using C language development that can be used in the ARM
GPS
- GPS功能进行测试的软件。完整调试了能测试GPS的重要参数的功能。-This software is design for test GPS main key parameters
LocationTest
- android gps源码,主要功能测试GPS,和设置GPS监听-android gps source code, the main function test GPS, and set the GPS monitoring
GPS_Test
- 用MFC开发的,在windows mobile环境下的编程,GPS测试。通过gpsid读取当前的位置,给出经纬度。-Developed using MFC, in the context of the programming windows mobile, GPS test. Read the current position by gpsid given latitude and longitude.
tstGPS
- Android test GPS soure code
GPS-test-for-51
- 基于GPS模块的研究,定位你所在的位置,经纬度等-Based on the study of GPS module, position your location, longitude and latitude, etc
GPS-test-program
- 89C52的gps数据读取源码,12864显示 GPS模块只需TXD TXD即可!-89C52 the gps data to read source code, 12864 GPS module only TXD TXD can!
Android-Gps-Test
- GPS 学习 定位 测试 获取位置信息 希望喜欢-GPS TEST
GPS
- 一款MAX-7C-000的GPS模块,参考正点原子的例程改过来的定位代码,数据正常采集,亲测可用(A MAX-7C-000 GPS module, referring to the atomic routine on the spot to change the positioning code, pro test available)
qxwz-rtcm-test
- GPS高精度导航,利用普通GPS模块,在不改变硬件的情况下,提高定位精度。(GPS high precision navigation)
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公