CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 串口中断

搜索资源列表

  1. linux_drive_CN

    0下载:
  2. linux驱动开发中文版,包括中断,DMA,PCI,USB,串并口,显示等-linux-driven development of Chinese language version, including the interruption, DMA, PCI, USB, serial port and parallel port, the display
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1288053
    • 提供者:wyq
  1. BSPexample

    0下载:
  2. 驱动功能模式: 对于串口终端,有两种模式: 轮询模式 中断模式 -driven function mode : serial terminal, there are two models : Polling mode interrupt mode
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18009
    • 提供者:刘枫
  1. COMM

    0下载:
  2. 在DOS环境下,UART利用中断方式接收串口数据,并将接收到的数据从串口发送出去。串口地址为0xff80,波特率115200.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6982
    • 提供者:chen
  1. interrupt

    0下载:
  2. 定时器中断实验,分别设定时钟时间值和闹钟时间值,通过串口可以显示当前实时时钟时间值,当到达闹钟设定的时间后,会触发闹钟中断-Timer interrupt experiments, respectively, set the alarm clock time value and time value, through the serial port can display the current real-time clock time value, when the arrival alarm
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4932
    • 提供者:
  1. clk

    0下载:
  2. 一个单片8051及74HC164组成的简单时钟,可以了解定时器及中断,以及串口数据传输。-I don t konw english
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:60650
    • 提供者:李鹏
  1. SCI_interrupt

    0下载:
  2. 串口通信程序,2812接收到数据后产生中断,然后将收到的数据再发出来。-Serial communication program, 2812 after receiving the data to generate an interrupt, then the received data is sent to.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4684513
    • 提供者:老张
  1. TMS320C6000

    0下载:
  2. 本文介绍TMS320C6000系列中断设置的简明方法。通过示例定时器中断,MCBSP串口接收中断及外部中断这三种中断实现过程,介绍如何实现中断各个寄存器的配置,中断向量表书写以及中断服务函数。最后提供一个简要的示例程序可供大家下载使用。此示例在DSK6416的TI官方实验板上通过测试。由于定时器和串口工作模式较繁,因此对中断无关部分不做介绍。-This article describes the TMS320C6000 interrupt settings concise method.
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:1922470
    • 提供者:姜山
  1. MSP430F149-communicating-with-the-PC

    0下载:
  2. //电脑端必备RS232转RS485模块,否则无法进行直接的连接 //RS485之间通过双绞线连接,如果距离近,可以不使用120欧电阻匹配 //电脑端通过串口调试助手操作,先将数据由电脑发往开发板 //开发板板会将收到的数据再发送到串口调试助手,接收采用中断模块,发送用查询 //波特率更改请通过config.h文件,直接更改baud参数即可-//PC necessary RS232 to RS485 module, otherwise can not be directly co
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:9525
    • 提供者:王健军
  1. MODBUS

    0下载:
  2. C#写了一款上位机监控软件,基于MODBUS RTU协议。 软件的基本结构: 采用定时器(Timer控件)为时间片。 串口采用serialPort1_DataReceived中断接收,并进行MODBUS格式判断。 把正确接收的数据取出,转换为有特定的结构体中。 数据通过时间片实时刷新。 MODBUS协议-C# write a PC monitoring software, based MODBUS RTU protocol. The basic structu
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:18231
    • 提供者:pengjian
  1. ATMEGA16PUSART

    0下载:
  2. AVR单片机atmega16串口中断接收和发送程序-AVR ATmega16 microcontroller serial interrupt the sending and receiving program
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:445548
    • 提供者:张先生
  1. IAR_7_2_Camera_Demo_V1.0

    0下载:
  2. 功能描述: OV7620摄像头数据采集 硬件配置说明: 摄像头位数据位 - PORTD0~7 * * PCLK - PORTC0 * 行中断 - PORTA29 场中断 - PORTB0 图像数据输出 - K60串口1,波特率115200 * ** 添加说明: 我们自己的用户代码主要在main.c,isr.h,isr.c这三个文件中 * * 采集的图像的行数和列数在isr.h文件中修改 #define H 260 #define V 60
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3830146
    • 提供者:吴逸
  1. chengxudaima

    2下载:
  2. STM32控制板(自己设计的),主要实现的功能包括:GPS数据获取,LED显示,开关中断,数码管,USB(采用串口RS232协议,电路中设计了相应转换),霍尔传感器输入,SPI存储,FLASH扩展,继电器和实时时钟等功能的具体代码。通过编写具体的库,给大家做一个参考(注:都是底层的代码,库文件编写,针对电路的) 不含上位机部分-STM32 control board (own design), the main features include: GPS data acquisition, LE
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11410790
    • 提供者:岑旭东
搜珍网 www.dssz.com