搜索资源列表
GPS接收机
- GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
GPSComEVC3.0
- 程序实现了PDA对手持型GPS的导航设计。用一个串口类控制串口通讯,通过对接收的GPS数据分析导航信息。-program on the PDA handheld GPS navigation design. Serial category with a serial communication control, the reception of the GPS navigation data analysis information.
MyModem
- eVC串口通讯+GPS定位信息显示. 不错的原码-eVC serial communication GPS information display. Yes the original code
GPS
- 串口与GPS通讯的实例,负责采集GPS的数据
GPSComm
- 本程序主要实现GPS的串口通讯,我运行成功了,是完全没错误的
MSCOMM
- 利用MSComm控件实现与GPS接收器的串口通讯
GPStongxin
- 基于VC++的GPS串口通讯的源代码 RS 232串口-The GPS-based VC++ source code for serial communication port RS 232
GPS
- 程序为一个GPS惯性导航系统。使用了OpenNETCF库的串口通讯程序。-Program for a GPS inertial navigation system. Use a OpenNETCF library serial communication program.
gps
- 实现gps定位,并返回坐标(基于串口通讯)-Achieve gps positioning, and return to the coordinates (based on serial communication)
GPS_Comm
- 一个GPS串口通讯的程序,GPS接受的数据结果写入文件-A GPS serial communication procedures, GPS data acceptable to write to file
GPS
- GPS数据获取 并处理 利用串口通讯 串口利用SerialPort-GPS data acquisition and processing using serial communication serial port using SerialPort
beacon
- AVR控制GPS移动电话(atmega8)设备本身是非常小,就好像已经存在的GPS模块(GM862)一样大。Alexander Weber连接这个模块到atmega8微处理器,并且使用串口modem通讯协议。设备可以发送带有GPS位置信息的文字短信-AVR control of GPS mobile phones (atmega8) the equipment itself is very small, just like GPS modules that already exist (GM86
MyProg_C51_C8051F
- 一份51系列单片机的例程,里面包含了每个部分的代码,包括串口通讯,LCD,GPS数据接收处理,DA输出,EEPROM,USB读写等相关的代码。-A 51 series MCU routine, which includes every part of the code, including serial communications, LCD, GPS data receiving and processing, DA output, EEPROM, USB and other related
UART-WLAN
- Wi-Fi(wlan 无线局域网)作为当今无线领域最为热门的一个技术, 已经应用到各行各业中。它使用TCP标准通讯,技术成熟可靠,传输速率快,各种配套的网络设备十分丰富,使用者接受程度最高, 全球免费使用,是区域无线通讯的首选方案。 SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*5 mm; ◆ 用户接口开发简单快捷,串口驱动 ,内置协议栈,无需操作系统支持; ◆ MSC51/
DelphiCOMMoniter
- Delphi串口通讯的监听可接收GPS数据-Delphi serial communication listener can receive GPS data on
demo
- 下面是目录介绍 ADC---------ADC模数转换实验 ASM---------汇编程序实验 ASM_c-------汇编和C语言混合实验 CF----------CF读写实验 DcMotor-----直流电机实验 DMA——-----DMA数据传输实验 GPRS--------GPRS/GSM通讯实验 GPS---------GPS全球定位实验 IDE---------IDE测试实验 IIC---------IIC读写实验 IIS--------
GPS
- GPS定位数据解析,GPS设备通过对接收到的导航电文进行分析处理,计算出设备所在的经纬度、海拔、航速、航向等空间信息,并按照规定的NMEA-0183协议将空间信息以及卫星信息进行组织,按照一定的波特率通过串口通讯(按位发送)提供给GPS设备使用者或者在GPS设备上进行显示-GPS positioning data analysis, GPS device by the received navigation message analysis and processing equipment wh
GPS
- 按照gps串口通讯协议,实现串口通讯,按照协议要求在界面上显示相关信息-According to GPS serial communication protocol to achieve serial communication, in accordance with the requirements of the protocol on the interface to display the relevant information
gps_handle
- 解析GPS 串口数据 是一个通用的解析程序。。。。。。。。。(The DS28E01-100 combines 1024 bits of EEPROM with challenge-and-response authentication security implemented with the ISO/IEC 10118-3 Secure Hash Algorithm (SHA-1).)
串口程序
- 使用模型好GPS接收机的通信程序,完成了GPS串口通信函数(Using the communication program of the model GPS receiver, the GPS serial communication function is completed)