Welcome![Sign In][Sign Up]
Location:
Search - 数据接收

Search list

[SourceCode串口发送接收数据

Description: 串口发送数据接收数据的程序 用于串口调试 对初学者很有帮助
Platform: | Size: 2491 | Author: jx_jinxiao@126.com | Hits:

[Embeded Linuxlinux GPS 数据接收 解析

Description: 串口 接受并解析gps时间 通过串口发送
Platform: | Size: 3936 | Author: jojochuang | Hits:

[SCMc8051f020微处理器gps数据接收处理程序

Description: c8051f020微处理器gps数据接收处理程序
Platform: | Size: 1279266 | Author: yyokok | Hits:

[Com Port接收从串口过来的数据并显示

Description: 蓝牙接收从串口过来的数据并显示
Platform: | Size: 93563 | Author: 365185340@qq.com | Hits:

[SourceCodelinux下串口接收数据源码

Description: 在linux下实现串口接收数据,开发平台式ok6410
Platform: | Size: 6369 | Author: wzlchongchong | Hits:

[Linux-UnixGPS数据接收程序

Description: 有关GPS数据接收的程序,串口编程。。。
Platform: | Size: 2330 | Author: 1393890567@qq.com | Hits:

[Com Portlscommdemo2

Description: 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-achieve a simple and user-friendly multi-threaded serial communication interface, and can switch automatically receive inquiries model for the serial data transceiver
Platform: | Size: 88064 | Author: 苏文涛 | Hits:

[Program docpicceeprom

Description: 非常好的GPS数据接收程序-very good GPS data reception procedures
Platform: | Size: 6144 | Author: zzh | Hits:

[CommunicationJieshou

Description: 用UDP实现数据接收的程序,UDP实现面向非连接,在通讯中接收实时数据.-with UDP data receiving program, UDP-oriented non-connected, the communication to receive real-time data.
Platform: | Size: 2183168 | Author: 郑南 | Hits:

[Com Port20050120091918_MySerialPort[2004-01-18-01]

Description: 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analysis is, in fact, overtime judgment. If a receiver to the news, some time had not received a EV_RXCHAR, it is a data packet to an end. This thread will receive notification of data threads for da
Platform: | Size: 46080 | Author: 刘云鹏 | Hits:

[Communication串口温度数据采集并实时显示

Description: 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.-Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point
Platform: | Size: 249856 | Author: 周波 | Hits:

[CSharp同步套接字监听

Description: 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and data reception capabilities to achieve communication between the computer map on the left ... This paper shows the use of a threaded to receive user information and communications network monitor port services.
Platform: | Size: 68608 | Author: 李斌 | Hits:

[GPS developVC++实现GPS全球定位系统定位数据的提取1

Description: 我国应用最多的还是美国的GPS系统。本文及代码就针对当前比较普及的GPS系统,对其卫星定位信息的接收及其定位参数提取的实现方法予以介绍。-China is the most widely used American GPS system. This code and more general view of the current GPS system, its satellite positioning receivers and positioning parameters of the extraction method to be introduced.
Platform: | Size: 7168 | Author: 汪夏 | Hits:

[ComboBox2005412143113662

Description: 串口数据接收方式如何处理不定长数据的接收用字符方式收发码值大于127的字符数据串口通讯问答 -way how to deal with variable length data reception mode transceiver using character code values greater than 127 characters Address serial data communications quiz
Platform: | Size: 150528 | Author: 刘江 | Hits:

[CSharp同步套接字服务器端

Description: 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and reception functions to achieve communication between the computer map on the left shows the
Platform: | Size: 33792 | Author: | Hits:

[GPS developGPSTest

Description: GPS数据接收及分析测试程序,由魏先生完成,本人收集整理,绝对可用.-GPS data reception and analysis of test procedures, by Mr. Wei completed, I collected absolutely available.
Platform: | Size: 11264 | Author: 何杰 | Hits:

[Windows Developt808

Description: SDK下的窗口封装,串口数据接收、处理。-SDK under the window package, the serial data reception, processing.
Platform: | Size: 97280 | Author: 林取 | Hits:

[Video Captureusbcollection

Description: VB签名数据采集界面程序源代码(包含USB数据接收和数据签名显示代码)-VB data acquisition interface source code (including USB data reception and data signatures indicate code)
Platform: | Size: 9216 | Author: laixin | Hits:

[Other声卡数据采集处理

Description: 声卡数据采集处理、声卡数据接收、声卡数据处理(Sound card data acquisition and processing, sound card data reception and sound card data processing)
Platform: | Size: 114688 | Author: 阿唐 | Hits:

[SCM室内定位数据接收

Description: 室内定位数据接收模块,用于4基站1标签的定位(The indoor positioning data receiving module is used for the positioning of the 4 base station 1 label)
Platform: | Size: 9971712 | Author: 君子如梅 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net