CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 串口中断

搜索资源列表

  1. display_on_the_PC_XIAOJIEXU

    0下载:
  2. 当前时间送电脑同时显示,用RS232运用串口通信送数据给电脑,开中断计算时间,精确到秒。Keil C51开发环境,是一个整合很多技术的程序。 -current time to send the computer also showed that use RS232 serial data communications sent to the computer, open interrupted computing time, accurate to the second. Keil C51
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1778
    • 提供者:许杰
  1. CH375__HMS

    0下载:
  2. U盘文件读写模块, 连接方式: 3线制串口+查询+事件中断通知-U disk document literacy module, Connectors : 3-wire serial inquiries termination notice
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4565
    • 提供者:wuyong
  1. comdraw

    0下载:
  2. 串口发送接收数据。可配置端口,波特率等。 发送可选择ASCII方式或HEX方式。 中断方式接收数据。 可以通过ADC和MCU可以把数据通过 串口直接发送到PC上让MATLAB分析-receiving data. Configurable ports, baud rate, and so on. Send option HEX or ASCII mode. Interrupt receiving data. Through the MCU and ADC data can b
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7106
    • 提供者:魏威
  1. COMM_C_2

    0下载:
  2. 串行口升级子程序支持1-4口的中断控制  -serial port upgrade 1-4 subroutine I support the Interrupt Control
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5587
    • 提供者:100
  1. chaoshengbo

    0下载:
  2. 基于飞思卡尔MC9S12XS128单片机的超声波控制程序,包含中断,主函数,定义,串口-Microcontroller based on Freescale MC9S12XS128 ultrasonic control program, including interrupts, the main function, definition, serial
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:183635
    • 提供者:lizhichao
  1. MATLAB_Heart_sounds

    0下载:
  2. 配合上传的C8051程序,通过串口接收心音数据,并通过图形显示。串口接收数据为中断方式。-With the upload process of C8051F020, through the serial port to receive heart sound data, and useing graphics to display.Received through the serial port interrupt.
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1303718
    • 提供者:闵晓东
  1. chaxunfa

    0下载:
  2. matlab串口中断通行查询法位编译源代码-Inquiries Act matlab serial passage
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:658
    • 提供者:留从
  1. comtest

    0下载:
  2. 自己写的串口中断程序 带有详细注释 适合新手 个人推荐 -Serial interrupt program to write notes with detailed personal recommendation for novice
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:10508
    • 提供者:章飞
  1. serialtool

    0下载:
  2. matlab编写的串口调试工具,数据接收部分采用中断方式,保证了实时的数据显示 。在获取端口部分采用了try catch 的方式,可以更加方便的选取端口。-this is a simple serial tool scr ipted by matlab. I used interrupt to ensure the instant display of received data.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:140255
    • 提供者:zhangweijia
  1. 2012.8.11.12.22uart

    0下载:
  2. 模拟串口 采用中断轮询法 不占用系统只有-Simulation of serial interrupt polling method not only takes up system
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:162685
    • 提供者:刘佳
  1. lsCommDemo

    0下载:
  2. VC多线程编程实例,多接收模式串口类,接收模式有四种:手动查询串口方式(ManualQueryRecv)、手动定长查询方式(ManualConstRecv)、自动信号查询方式(AutoRecvBySignal)、自动中断查询方式(AutoRecvByBreak)。-VC multithreaded programming examples, multi-category serial receive mode, there are four reception modes: manual che
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:106248
    • 提供者:曾峥
  1. COMTEST

    0下载:
  2. 在DOS环境下,串口测试源码,采用中断方式,需要输入基地址和中断号-Serial test source, interrupt, you need to enter the base address and interrupt number in DOS.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3742
    • 提供者:cpu200100
  1. ajdm

    0下载:
  2. 串行口升级子程序支持1-4口的中断控制()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:lulie
  1. cxazacter

    0下载:
  2. 串行口升级子程序支持1-4口的中断控制()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:bsxembly
  1. matlab串口通信基础讲义

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

    • 发布日期:2018-05-02
    • 文件大小:7168
    • 提供者:SDDASDASD
搜珍网 www.dssz.com