搜索资源列表
GPScode
- 监听端口并解析所有的GPS数据. WINCE上可用. -monitor port and parse all the GPS data. Available on WINCE.
gps
- 该软件可以实现gps的端口设置,并能够接收经纬度数据。-The software can set the gps port and can receive latitude and longitude data.
Mscomm_GPS
- 运行文件:GPS_Disp.exe 测试数据:\TestData\temp.log 0529-2.log 操作说明: 1. 文件 1.1 打开记录文件... 新建或打开一个文件,以记录实时读入的GPS数据,“GPS信息示例”中显示有关信息 1.2 关闭记录文件 关闭并保存正在记录数据的记录文件 1.3 打开回放文件... 打开一个已存在的回放文件 1.4 播放回放文件 播放回放文件,在“GPS信息示例”栏中显示有关
27037120-3201-443e-bf3d-71e1eed0185f20070530092322
- GPS端口测试软件,实现对GPS接收机的接收数据过程调试。-GPS port to test software, the implementation of the GPS receiver to receive the process of debugging data.
VBSerialPort
- 从指定GPS端口获取GPS数据按设定发送到指定手机上!-GPS access from the specified port configured to send GPS data to a designated mobile phone!
CRTGModle
- UDP模拟发送港口RTG位置数据,并定义自己的协议进行通信,配置好端口后,按键盘的上下左右键,数据自动计算并发送,并有相关图形显示-UDP port to send RTG simulated location data, and define their own protocol to communicate, configured the port, press the keyboard up and down around keys, data is automatically calcu
GpsModule
- gps端口的配置,打开,gps数据解析与分析。gps状态信息的描述-gps port configuration, open, gps data parsing and analysis. gps status information of the descr iption of
WJGPS
- 基于GPS的串口接收程序,和以太网服务器 以及客户端 来接收gps并发送gps数据 供客户端使用 -GPS-receiver program, and Ethernet server and the client to receive and send gps gps data for client use
GVBSerialPortP
- 从指定GPS端口获取GPS数据按按设定发送到指定手机上!可直接使用。 -GPS access from the specified port configured to send GPS data to aa designated mobile phone! Complete source code can be used directly.
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公