搜索资源列表
GPSlocationLinkProgram
- 主要用于GPS定位、连接以及界面显示的程序,VC++编写,作串口通信研究的可参考
GpsSerialPortProgram1
- c#编写的带控件GPS接收程序,可以扫描串口并可以随时中断与蓝牙模块的连接。
Add_GPS_support_to_your_desktopGPS_support_demo.zi
- 来自网络,国外网友做的,vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码. -From the network, so friends from abroad, vc++ Code, test, and expressed his thanks. Can read
M89SPEC071031
- GPS M-89模块DATASHEET 串口连接原理图-GPS M-89 modules to connect serial schematic DATASHEET
GPS
- vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码-vc++ code, tested, thanks. can read the serial port GPS location data, the need for an external GPS receiver con
bluetooth_gps
- 通过delphi操作蓝牙串口,访问蓝牙GPS设备,并解析相关的经纬度,坐标时间,方向和速度.通过本程序可以使用带有蓝牙功能的笔记本于蓝牙GPS设备进行连接 ,通过获得GPS坐标.-By operating the Bluetooth serial port delphi, access the Bluetooth GPS devices, and analysis related to the latitude and longitude coordinates of time, directi
QtGps
- GPS导航,可以用串口,GMS,网络三种工具来连接,用win7下,用Qtcreator运行编译,源码测试通过,也可以移植Linux下编译,画面导航和谷歌地图想似-GPS navigation, can use a serial port, GMS, network three tools to connection, with win7, with Qtcreator running compiled, source through test, can also transplant Linux
GPSrecive
- GPS的接受程序,可实现与1602连接的显示! 可以连接串口!-it is a GPS program.
GPSrec_
- 该程序可以实现串口就收数据,并与LCD连接显示。-It is a GPS 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)
main
- 是实现GPRS与服务器连接的C程序,是串口通信的重要组成部分,对后面学习很有帮助的。-Is the C program to realize GPRS connects to the server, is an important part of serial communication, very helpful to behind the study.
gpsfeed
- 提供TCP/IP,UDP,HTTP和XML的NMEA 0183串行端口的连接,或用户定义的输出格式。可用于测试各种GPS应用。(A software gps simulator, providing TCP/IP, UDP, http and serial port connectivity in NMEA 0183, XML or user defined output format. Usable for testing all kinds of GPS applications. Can
VB
- 实现GPS和导航系统的连接,必须要解决计算机和GPS接收机的串口通信问题。在计算机和GPS接收机的数据传输过程中,计算机的串口(COM)作为计算机CPU和串行设备间的编码转换器,提供了计算机与GPS接收机之间的数据传输通道。而GPS接收机作为数据终端设备,将采集到的导航定位数据通过计算机串口传输给计算机,并为导航系统使用。在Windows环境下可以通过Visual Basic编程语言及其提供的专门用于串口通信的MSComm控件,实现GPS接收机与计算机的串口通信。 二、GPS输出的数据格(Re