CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - read data

搜索资源列表

  1. duxiechuankou

    0下载:
  2. 一个简单的例子:如何从串口读取数据,以及向串口写数据-a simple example : how to read data from the serial port and write data to the serial port
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:30065
    • 提供者:凌东生
  1. SerialLiveReceive

    0下载:
  2. 实时监控设备运行情况的演示程序,通过串口实时读取数据,曲线显示。有一定的参考意义。-Operation of real-time monitoring equipment demo program, through the serial port to read data in real time, the curve shown.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:247205
    • 提供者:王振刚
  1. lscomm

    0下载:
  2. 一个串口通信类,包括打开关闭串口,从串口读数据等功能,很好用的-A serial communication categories, including the closure of serial open, read data from the serial port and other functions, well used
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:5278
    • 提供者:何敏
  1. SeriesPort

    0下载:
  2. vc++开发的串口编程,包括打开串口,设置串口,读取数据等等操作。-vc++ development of serial programming, including the open serial port, serial port settings, read data operation and so on.
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:2727594
    • 提供者:章学宇
  1. DataRead

    0下载:
  2. 读取一款温度记录仪数据的例子,原来的温度记录仪只有一个数据显示画面,画面上只有曲线显示,没有具体数据,通过读取数据,可以实时监测温度的异常波动。-Read a data logger example, the original logger data show that there is only one screen, the screen shows only the curve, there is no specific data through the read data, you ca
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:4206
    • 提供者:张亮
  1. ComPortForGPS_20100203

    0下载:
  2. 可自行偵測COM PORT變更, 而更新COMPORT選單, 實現USB在讀取GPS間, 被意外拔除的預防機制 實現單一thread去負責read data的做法-COM PORT can detect changes on their own, while the updated COMPORT menu to achieve USB reading GPS, the accidental removal of the preventive mechanism to achieve a
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:29520
    • 提供者:李民偉
  1. read

    0下载:
  2. 这是一个远程读取源程序代码,基于datasocket技术,实时读取远程数据-This is a remote read source code, based on datasocket technology, real-time remote data reading
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:2265
    • 提供者:李佳
  1. Basic-Serial-Write-and-Read

    1下载:
  2. 串口读写操作,在读写基础上增加数据校验和数值读写位位数据显视.-Serial read and write operations, the increase in reading and writing on the basis of data validation and the value read and write bit data display.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:51873
    • 提供者:df
  1. draw-serial-data--

    0下载:
  2. vc++程序,实现从串口读取数据,然后进行实时曲线描绘-vc++ program to read data from serial port, and then portrayed real-time curve
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2469064
    • 提供者:lichan
  1. rfid_source

    0下载:
  2. 采用QT写的两个程序,一个串口读数据,利用TCP发送给另外一个,另外一个把数据插入到数据库中-The code was written by QT, including two program.The read data from serial port and send it on tcp to the other,and the other insert the data into mysql
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:3791423
    • 提供者:eureka
  1. CommTest

    0下载:
  2. 实现串行口读写,并将读取数据存入mysql数据库中-To achieve serial port read and write, and read data stored in the mysql database
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:138079
    • 提供者:ymting
  1. SeriesPort

    0下载:
  2. vc++开发的串口编程,包括打开串口,设置串口,读取数据等等操作-serial programming vc++ developed, including open serial port, set serial read data operation
  3. 所属分类:Communication

    • 发布日期:2017-12-01
    • 文件大小:2728345
    • 提供者:better
  1. USB_HID_CH375

    0下载:
  2. CH375 实现HID——USB资料 实现键盘的通讯,PC成功读取数据-CH375 achieved HID- USB data communication the keyboard, PC successfully read data
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:47737
    • 提供者:gfhggh
  1. Mouse_simular

    0下载:
  2. 本文件功能是从串口读取数据,并且将数据转化为鼠标数据坐标数据。-This document function is to read data from the serial port, and the mouse data coordinate data into the data.
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:59268
    • 提供者:周sir
  1. SerialPort

    1下载:
  2. * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6900
    • 提供者:Sun Jin
  1. average-pcf8591

    0下载:
  2. linux下S3C2440控制PCF8591,读取4通道数据并计算平均值。关键点是,每次读取必须抛掉第一个数据,有效数据从第二个算起-S3C2440 linux under control PCF8591, 4-channel data read and calculate the average. The key point is that each read data to discard the first valid data the second counting! ! ! ! !
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1398
    • 提供者:o67tebnrhtAcco
  1. MSCommModbus20150718161611

    0下载:
  2. 通过modbus来读取力创模块中数据;力创模块为EDA9017-Force a module to read data via modbus force a module EDA9017
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5379910
    • 提供者:zhoujinshuai
  1. AddressBook108

    0下载:
  2. 通讯录程序,QT4编程,源代码测试通过,可以从文件中读取数据。-Address book program, QT4 programming, source code test pass, you can read data the file.
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3801
    • 提供者:lie810751
  1. A-quick-read-pressure

    0下载:
  2. 用VB做的读取压力模块内的数据,也是对该网站学习的一种报答-Using VB to do read pressure within a module data, is also a return to the site to learn
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:11111
    • 提供者:xiongjie
  1. 读取串口数据并画实时曲线的VC++程序源码

    0下载:
  2. 通过串口读取数据,将读取回来的数据分析处理,然后通过曲线形式显示出来。(Read data through the serial port, read back data analysis, processing, and then displayed in the form of curves.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-26
    • 文件大小:162816
    • 提供者:Tercel_fly
« 12 3 4 5 »
搜珍网 www.dssz.com