搜索资源列表
linux GPS 数据接收 解析
- 串口 接受并解析gps时间 通过串口发送
串口通信最终测试机
- 功能:1 实时绘制数据曲线2 保存接受数据到文件3 能在各种参数下,与单片机和pc机通过串口通讯4 能实时记录输入和输出数据sstcomc.c为单片机上使用的演示程序,在keil c51编译以后,在sst89c58测试通过-functions : a real-time rendering two data curves accept data preservation of documents in three parameters,
DataRet
- 使串口接受上位机发送的数据,当接受到8个连续数据后,将接收计数值加一后数出数码管显示,并将数据原封不动的发送会上位机。-PC serial transmission of data, receives eight consecutive information, or to receive a numerical increase after a few out of the digital display, and will send
用c语言编写串口程序
- 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速
PC机串行通信程序设计
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communica
MultiThread_RecvCommMsg
- 多线程串口接受程序,通过异步接受处理程序能对大数据量传输的串口,比如大型电信交换机计费系统,进行快速稳定的处理.-multithread serial acceptable procedure for the adoption of asynchronous processing procedures would be acceptable to the large volume of data transmission in seri
MOTOGPS
- motorola的GPS数据采集程序,通过串口接受数据并且分析显示-motorola GPS data collection procedures, receiving data through the serial port and analysis
GPS
- 目前GPS(全球定位系统)定位应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM-X205GPS接受模块为例,介绍了其数据格式,以及应用PIC16F874单片机RS232串口进行数据接收的程序-current GPS (Global Positioning System) location-based applications market becomes more mature, Application
123487
- 通过串口接受数据然后,图形显示比较直观,-To accept serial data through the graphical display and then
TCP+UDP+串口RS232
- 这个是TCP+UDP+串口RS232一体化测试软件,我用它做TCP_Client可以接受TCP_Server快速大量数据发送,同时用串口监测TCP_Server打印信息,调试起来非常方便。(This is the TCP+UDP+ serial RS232 integration testing software, I use it to do TCP_Client, you can accept a large number of r
串口接受数据
- 51单片机串口接受数据,需要有握手包或者帧头,ECO或者结束符(51 single-chip serial port to receive data, you need to have a handshake package or fr a me header, ECO or terminator)
单片机串口接收数据
- 单片机串口接受数据,实现单片机的串口通信功能(Singlechip serial port to receive data)
我的串口调试助手(Labview2012版的)
- 使用labview编写的串口调试助手,可以实现接受串口数据并进行显示(Labview prepared using serial debugging assistant can accept serial data and display)
MSComm 串口通信6月9日
- 数据的读取:串口通信串口按位发送和接收字节,可以将来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件使用。串口通信最主要的参数是波特率、数据位、停止位和奇偶校验。(The data read: serial communication serial port by sending and receiving bytes, parallel data characters
GPS--串口
- 利用STM32串口1,串口3接受GPS数据并且发送显示(GPS Signal communication)
com
- 串口调试助手,检测串口接受数据,发送数据,ascii,十六进制(Serial debugging assistant)
qt串口
- 你可以用串口接受/发送数据,基于windows,qt5.9.1(Can receive / send data by serial port)
完整串口通信程序(发送和接受)源代码
- 完整串口通信程序Vc++源代码,实现通过串口发送和接收数据的功能(Complete serial communication program Vc++ source code, to realize the function of sending and receiving data through the serial port)
串口工具和例程
- 一个函数专门向上位机发送数据,上位机接受 一个函数是通过上位机向单片机发送并回传显示 还有一个是串口调试工具 适合初学者入门(A function to send data to the upper computer, the upper computer to accept. A function is sent by the upper computer to the MCU and transmitted back a
USART串口接收程序
- STM32之USART串口接受数据,适合入门爱好者(STM32 USART Serial Port accepts data, suitable for beginner enthusiasts)