CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读取串口数据

搜索资源列表

  1. 一个串口包装类及演示程序

    0下载:
  2. 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49061
    • 提供者:张权
  1. 串口数据读取

    0下载:
  2. 本软件基于vc++开发,实现从串口读取信息,并显示的功能
  3. 所属分类:源码下载

    • 发布日期:2011-03-25
    • 文件大小:1076268
    • 提供者:xiaxianyue
  1. c# 串口通讯 读取数据库等信息

    3下载:
  2. c# 串口通讯 读取数据库等信息,写入注册表,读取磅的数据,写入数据库-c# serial communication read the database information, write to the registry, read pounds of data, written to the database
  3. 所属分类:串口编程

    • 发布日期:2014-01-25
    • 文件大小:675781
    • 提供者:adai
  1. sc

    0下载:
  2. 用vc++读取串口的数据,并将读取的串口数据,实时绘制曲线-Using vc++ read data from serial port, serial port and read data, real-time rendering curve
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2946132
    • 提供者:大宝
  1. write-data111

    1下载:
  2. labview 读取串口数据并定时保存,通过读取串口中的数据,定时对缓存区的数据进行保存-labview read serial and store the data
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:24750
    • 提供者:任晓彪
  1. serial_matlab

    0下载:
  2. matlab读取串口数据,实时显示。 数据格式、串口设置可根据代码注释自定义 含test4与test5l两个例程,较为简单,后者需要开两个matlab(Do serial's data reading and real-time displaying by matlab, . Data format and serial settings can be customized according to code comments Containing test4 and test5l tw
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:karonforever
  1. myserial

    0下载:
  2. Android通jni读取串口数据实例,包含lib库文件,封装好了jni(Android serial read and write)
  3. 所属分类:android开发

    • 发布日期:2017-12-19
    • 文件大小:78848
    • 提供者:glzhong
  1. Test

    0下载:
  2. 通过java读取电脑串口数据,免去下载串口助手(Read computer serial data)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1315840
    • 提供者:whl414
  1. RS232

    0下载:
  2. 打开、关闭串口,读取串口数据,处理串口错误,数据帧封装与解析,多通道绘制波形。(Open and close the serial port, read the serial data, deal with serial error, data frame encapsulation and analysis, multi-channel rendering waveform.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:CheckerYoung
  1. 串口测试

    0下载:
  2. 串口发送数据的matlab的GUI程序,读取一个需要发送的TXT文件,通过串口发送出去。(using serial port to send data based on matlab GUI .Reading a TXT file to send out through the serial port .)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:vapour
  1. MSComm 串口通信6月9日

    0下载:
  2. 数据的读取:串口通信串口按位发送和接收字节,可以将来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件使用。串口通信最主要的参数是波特率、数据位、停止位和奇偶校验。(The data read: serial communication serial port by sending and receiving bytes, parallel data characters from the CPU into a continuous
  3. 所属分类:串口编程

    • 发布日期:2018-01-01
    • 文件大小:11770880
    • 提供者:celery123
  1. 可以发送长字符串的串口调试助手

    0下载:
  2. 实现串口调试,可以读取终端与上位机之间数据的读取发送(To realize serial debugging, the reading and sending of data between the terminal and the upper computer can be read)
  3. 所属分类:串口编程

  1. 带CRC的串口通信

    0下载:
  2. 使用labview写串口与读取串口数据,包含CRC校验(Using LabVIEW to write serial port and read serial data, including CRC check)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-09
    • 文件大小:24576
    • 提供者:LU路
  1. 串口程序

    0下载:
  2. 实现上位机与单片机的串口调试,pc输入一条数据,单片机读取数据后并返回上位机(Realization of serial debugging of host computer and single chip microcomputer)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-09
    • 文件大小:30720
    • 提供者:Devil無殇
  1. W1

    0下载:
  2. 串口数据读取和解析,C#下怎么解析设备数据内容。(Reading and parsing of serial data, how to parse the data content of the device under C#.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:52224
    • 提供者:ded43df
  1. Rxtx串口通信链接库及jar包32位64位

    2下载:
  2. Java 读取串口数据,用Java 编写的读取串口中的数据 (Java 读取串口数据)(Java reads serial data and reads data from serial port written in Java (Java reads serial data))
  3. 所属分类:串口编程

    • 发布日期:2018-04-29
    • 文件大小:309248
    • 提供者:小阿文
  1. SerialPort

    0下载:
  2. 读取USB串口数据,支持热插拔,目前可以使用,支持其他程序调用,也可以直接访问获取读取到数据。(Read USB serial data, support hot plug, can be used at present, support other program calls, also can directly access to get, read to the data.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:20310016
    • 提供者:一叶秋风凉
  1. matlab串口通信基础讲义

    0下载:
  2.  在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:7168
    • 提供者:SDDASDASD
  1. ReadDaTime

    2下载:
  2. 从串口读取串口数据,并截取部分数据进行曲线拟合,实时读取数据,定时持续更新曲线。(Read data from serial port and intercept some data fitting curves.)
  3. 所属分类:串口编程

    • 发布日期:2019-09-18
    • 文件大小:31744
    • 提供者:绮筵
  1. demo-0.0.1-SNAPSHOT

    1下载:
  2. 串口通讯,读取串口数据,发送串口数据,监听串口数据(serial communication)
  3. 所属分类:串口编程

« 1 23 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com