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

搜索资源列表

  1. MSComm.rar

    0下载:
  2. 用MFC编的读取串口数据并画实时曲线的VC++程序源码,MFC vc++
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2426846
    • 提供者:chen anquan
  1. RTComdraw.rar

    0下载:
  2. 使用串口控件和Graphics类 读取串口数据并画实时曲线的VC++程序, 使用串口控件和Graphics类 读取串口数据并画实时曲线的VC++程序
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:158492
    • 提供者:fm
  1. cktx

    0下载:
  2. 学习串口通信的好资料,内含有创建一个串口,打开串口,读取串口内容,关闭串口,还有多线程串口编程知识-Learning a good serial communication data contains create a serial port, open the serial port, serial port to read the contents, close the serial port, serial ports are multi-threaded programming know
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:907091
    • 提供者:王勇
  1. view

    0下载:
  2. 读取串口数据并画实时曲线的VC源码,我试过了,修改一些就可以用了-Read the serial data and pictures of the VC-source real-time curve, I tried to amend some can use
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:173286
    • 提供者:liqiang
  1. grape

    2下载:
  2. vc6.0 使用NTGraph控件 读取串口数据后画出波形图-vc6.0 use NTGraph read serial data control to draw waveforms
  3. 所属分类:Graph program

    • 发布日期:2014-09-02
    • 文件大小:4242152
    • 提供者:lee
  1. 串口通信

    0下载:
  2. 检查所有串口,并读取串口数据和写串口数据。需要串口访问的Jar包,
  3. 所属分类:通讯编程

    • 发布日期:2012-11-07
    • 文件大小:144128
    • 提供者:xhy1100
  1. GPS

    0下载:
  2. 一个简单地基于VC 读取串口读取gps 数据-VC based on a simple reading gps serial read data
  3. 所属分类:GPS develop

    • 发布日期:2017-05-19
    • 文件大小:5207608
    • 提供者:李宁
  1. productshow1

    0下载:
  2. 这个用c#编写的展品统计软件,实现了读取串口数据,将数据统计成展品关注度信息并显示,同时附带串口设置的相关界面。-This statistical software with c# is used to statistical the exhibits int the way recieving from a read serial data into display data and show concern about the degree of information, and the
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:49275
    • 提供者:jerry.shen
  1. serial

    0下载:
  2. Java实现串口全双工通讯 一个Java读取串口值的类(收藏) 这是一个通过JAVA的扩展包(javax.comm)从串口读取值的类, 本类库(javax.comm)主要包括: SerialBean.java (与其他应用程序的接口), SerialBuffer.java (用来保存从串口所接收数据的缓冲区), ReadSerial.java (从串口读取数据的程序)。-Serial full-duplex communication
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:2457
    • 提供者:xiaofeng
  1. vb-chuankou

    2下载:
  2. VB串口通信程序,可以读取串口并显示保存数据,且能显示数据曲线-VB serial communication program that can read and display the stored data, serial, and can display the data curve
  3. 所属分类:Com Port

    • 发布日期:2016-10-06
    • 文件大小:2048
    • 提供者:姜利
  1. EMS_new

    0下载:
  2. 绝对原创,读取串口信息,实时显示数值,系统支持9个串口,把值记录到database,然后出实时曲线图.-Absolutely original, read the serial port information, the number of real-time display, support 9 serial port, the value of the records to the database, and then a real-time graph.
  3. 所属分类:Com Port

    • 发布日期:2017-05-11
    • 文件大小:3065839
    • 提供者:aragon_ou
  1. write-data111

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

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

    0下载:
  2. 异步读取串口,实现文件传输,采用重叠操作很有学习价值-Asynchronous serial port to read, to achieve transmission
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:637111
    • 提供者:
  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. 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. 串口程序

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

    • 发布日期:2018-01-09
    • 文件大小:30720
    • 提供者:Devil無殇
  1. 串口通信+DMA接收不定长数据

    0下载:
  2. 利用DMA接收不定长的数据,原理是利用串口中断中的空闲中断读取DMA中的数据(Using DMA to receive indefinite long data)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2173952
    • 提供者:2222111
  1. GE PLC串口通讯,VB编制,读取内存单元

    0下载:
  2. GE PLC串口通讯,VB编制,读取内存单元(GE PLC serial communication, VB compilation, read memory unit)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:彦子盗
  1. MPU6050串口直读舵机控制

    0下载:
  2. 串口读取mpu6050六轴传感器,获取姿态信息,驱动舵机转动(serial port read the data of the accelator metric to control servo motor)
  3. 所属分类:其他

    • 发布日期:2019-10-17
    • 文件大小:5084160
    • 提供者:xuyuewei
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com