搜索资源列表
gps串口通信
- 一个GPS与串口通信的程序,很好的对gps信号信息解码,提取 并用VC信息转换!-a GPS and serial communication procedures, very good information to a GPS signal decoding, extraction and conversion of information with VC!
串口通信应用程序
- 这是串口通信应用中一个比较好的例子,同还展示了如何通过串口来获得GPS接收到的数据,并作相应的处理,是一个完整的示例。-This is the serial communication applications a good example, with the display through the serial GPS receiver to receive the data, and accordingly, is a comple
GPS信息发送端
- GPS串口通信,适合初级入门编程,没有解压密码-GPS serial communication codes,suit for primers, no compression password.
USComm
- 非常好用的GPS串口通信,支持Nmea0183协议,支持GarMin协议,如果需要新添加协议类型,修改非常简单!-very handy GPS serial communications, support Nmea0183 agreement, support GarMin Agreement, if the need for a new type of agreement to add, change is very simple!
gps串口通信
- 一个GPS与串口通信的程序,很好的对gps信号信息解码,提取 并用VC信息转换!-a GPS and serial communication procedures, very good information to a GPS signal decoding, extraction and conversion of information with VC!
串口通信应用程序
- 这是串口通信应用中一个比较好的例子,同还展示了如何通过串口来获得GPS接收到的数据,并作相应的处理,是一个完整的示例。-This is the serial communication applications a good example, with the display through the serial GPS receiver to receive the data, and accordingly, is a comple
GPSSerialRevSoft
- GPS数据采集程序大致可分4个模块:串行通信、数据库处理、控制和显示模块。串口通信技术使用了自己编写的CSerialPortEx类;接收串口数据时使用隐式调用,CserialPortEx在串口数据到达时讲数据发送到程序主窗口。控制模板每隔一段时间察看一次主创口串口数据接收缓冲区,并对符合要求的数据进行处理后通过数据库处理模块存储导数据库中,同时请求显示模块跟新纪录,语言环境:Visual C++6.0。 -GPS data coll
VC++GPS
- 首先简单介绍了GPS 接收机串口通信的基本概念, 然后通过实例详细介绍了计算机与GPS 接收机进行 数据传输的两种方法: 一种是使用W in32 A P I 通信函数的文件读写方式 另一种是通过VC+ + 6. 0 提供的 M SComm 控件实现。-first brief introduction of GPS receiver serial communication the basic concepts, Then det
VBGPS
- 本文介绍了GPS接收机与PC机的串口通信,使利用VB的MScomm控件来实现的-This paper introduces a GPS receiver and PC serial communications, make use VB MScomm controls to achieve the
Modern
- eVC串口通信程序,用EVC所编写。EVC串口通信程序。用EVC编写-eVC serial communication procedures, prepared by using EVC. EVC serial communication program. Prepared by EVC
GPSlocationLinkProgram
- 主要用于GPS定位、连接以及界面显示的程序,VC++编写,作串口通信研究的可参考-Mainly used for GPS positioning, connectivity, and the interface shows that the procedures, VC to prepare for serial communication research may refer to
chuankouhuizhong
- 串口通信中使用的工具,包括配置串口,GPS串口,串口波形等等。-Used in serial communication tools, including configuration serial, GPS serial port, serial waveform and so on.
GpsRecv
- GPS机串口通信程序,可以了吧!为什么下个东东也这么难啊-GPS machine serial communication procedures, be all right! Why so next Dongdong also难啊
GPS
- 这是一个GPS芯片的程序,能够读取各种GPS信号,采用串口通信,能够准确地定位地理信息-This is a GPS chip procedures, be able to read a variety of GPS signal, using serial communications, be able to accurately geo-positioning information
GPSDataRecv
- c#编写的一个接受GPS模块数据的测试软件,通过.NET开发环境自带的串口通信控件接收GPS模块传来的数据,显示在数据窗口中,并存入数据库。数据源根据自己的环境决定,数据表由两个字段组成,一个为日期时间型,一个为VCHAR型-c# prepared to accept a GPS module test data software. NET development environment built-in serial communic
if
- 串口通信的主要任务是采集遥测数据。从图1 可以看出, 转台上有3 路数据要通过串口进行通信, 分别是GPS、陀螺和飞轮电机。-Serial Communication s main task is collecting telemetry data. As can be seen from Figure 1, 3-way switch to the platform through the serial data communicati
Visual C++实践与提高 —— 串口通信与工程应用篇
- 一些串口代码主要是C++,希望对大家有帮助。(Some serial code of GPS antenna)
GPS--串口
- 利用STM32串口1,串口3接受GPS数据并且发送显示(GPS Signal communication)
串口程序
- 使用模型好GPS接收机的通信程序,完成了GPS串口通信函数(Using the communication program of the model GPS receiver, the GPS serial communication function is completed)
VB
- 实现GPS和导航系统的连接,必须要解决计算机和GPS接收机的串口通信问题。在计算机和GPS接收机的数据传输过程中,计算机的串口(COM)作为计算机CPU和串行设备间的编码转换器,提供了计算机与GPS接收机之间的数据传输通道。而GPS接收机作为数据终端设备,将采集到的导航定位数据通过计算机串口传输给计算机,并为导航系统使用。在Windows环境下可以通过Visual Basic编程语言及其提供的专门用于串口通信的MSComm控件,实现GP