搜索资源列表
GPS信息发送端
- GPS串口通信,适合初级入门编程,没有解压密码-GPS serial communication codes,suit for primers, no compression password.
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 complete example.
串口小程序
- 用于linux下打开gps串口数据调试的程序
串口接收GPS数据解析并且显示出相应的时间位子可存储
- 串口接收GPS数据 代存储功能 解析了几句关键的GPS数据 可以直观的看出当前定位信息。
GPS.rar
- Stm32 通过串口访问GPS模块然后将数据加工后传给电脑或者上位机,用来计算两个GPS模块之间的距离。 ,Stm32 module through the serial port and then visit the GPS data to a computer after processing or PC, used to calculate both the distance between the GPS module.
LABVIEW-serial-rollup
- LABVIEW串口程序汇总。包括ascii转为10进制2、ascii转为10进制 1、byte array、rs232、串口波形、串口数据转换、读取GPS串口等。-LABVIEW serial rollup. Including ascii to decimal 2, ascii to decimal 1, byte array, rs232, serial waveform, serial data conversion, read the GPS serial port and so on.
GPS
- 在VC++环境下通过串口实现GPS数据采集程序,-In VC++ environment under implementation through the serial port GPS data collection procedures,
GPS
- 一个简单地基于VC 读取串口读取gps 数据-VC based on a simple reading gps serial read data
GPS
- GPS数据获取 并处理 利用串口通讯 串口利用SerialPort-GPS data acquisition and processing using serial communication serial port using SerialPort
GPSreader
- 通过选定串口 GPS的数据,目前只是读取位置,速度和方向的数据,如需宽展可依此编写。-Through the selected serial port GPS data is only read the position, speed and direction data for the preparation of spread may be so.
serial-port-communication-examples
- 包括了读取GPS串口,串口读写操作,串口数据合并等串口操作实例,对于熟悉串口操作有很大帮助。-Read and Write example performs a Serial Port Read, a Serial Port Write, or a combination of these actions while setting some advanced serial features like buffer size, termination characters, and XON/XO
GPS-data-collect
- 这是一个GPS数据收集器程序。 通过串口编程打开gps模块,自动接收信息,并分析信息。-This is a GPS data collection program. Programmed through the serial port to open gps modules, automatically receive information and analyze information.
GPS
- gps的串口编程,针对arm的串口程序数据接收和发送-gps serial port programming, serial arm procedures for receiving and sending data
GPS
- 包括了读取GPS串口,串口读写操作,串口数据合并等串口操作实例,对于熟悉串口操作有很大帮助。-Read and Write example performs a Serial Port Read, a Serial Port Write, or a combination of these actions while setting some advanced serial features like buffer size, termination characters, and XON/XO
GPS数据提取 串口操作 vc++6.0环境
- 用串口开发的GPS数据提取程序,通过实际应用,切实可用!(GPS data using serial development program, through practical application, practical!)
GPS--串口
- 利用STM32串口1,串口3接受GPS数据并且发送显示(GPS Signal communication)
GPRMC
- 通过串口读取gps时钟不同格式的数据,并显示相关经纬度、高度等信息(Read GPS data through serial and display)
串口程序
- 使用模型好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控件,实现GPS接收机与计算机的串口通信。 二、GPS输出的数据格(Re