CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 中断 发送

搜索资源列表

  1. IO_INT0(OK)

    0下载:
  2. 外部中断INT0模拟1200bps串口通讯。一次MCU可以可以接收并通过MCU向下位机发送30个字节。-external interrupt INT0 simulated 1200 serial communication. A MCU can be accepted and passed down MCU can send 30 bytes.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:20097
    • 提供者:王杰
  1. atmega16串口收发程序

    0下载:
  2. AVR单片机atmega16串口中断接收和发送程序。接收到字符后再发送出去。-AVR atmega16 interrupt receive and transmit procedures. After receiving characters sent.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1028
    • 提供者:鹏程万里
  1. serial int86

    0下载:
  2. Borland C 3.1的串口编程源代码,中断方式接收,键盘按键发送。 可运行于DOS,windows98,Windows2-Borland C 3.1 Serial programming source code, interrupt receiving, sending keyboard keys. Can run on DOS, Linux, Windows
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:15857
    • 提供者:赵磊
  1. Communication_USART

    0下载:
  2. 本程序是用于通用同步和异步串行接收器和转发器(USART),使用中断方式异步接收和发送数据通信源的程序文件。-this procedure is common for serial synchronous and asynchronous receiver and transponder (USARTs), the use of asynchronous interrupt receive and transmit data communication source program files.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11991
    • 提供者:磊元
  1. PC机与RS232串口通讯_C51源程序

    0下载:
  2. 此程序为单片机和PC机RS232传输时候的C51源码!实现单片机中断程序发送,接受功能.-procedure for a microcontroller and PC RS232 transmission when the C51 source! MCU interrupted proceedings to send and receive functions.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:18537
    • 提供者:南郁星
  1. gserial

    1下载:
  2. GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, can be compiled out with interrupt receiving / sending of
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:21375
    • 提供者:吴义军
  1. tank20057

    0下载:
  2. Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断-on the debugging, it will also send a string, and have interrupted
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:343671
    • 提供者:武松
  1. GPRS_Q2403

    1下载:
  2. arm下驱动WAVECOM模块Q2403的源代码,包括拨打电话,发短信,串口中断接收发送等!-arm driving under Enfora Flash Card module source code, including telephone calls and send text messages, send interrupt reception so!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2905
    • 提供者:夏磊
  1. DSP_SCI_C

    1下载:
  2. DSP2407实现SCI串口通信的C语言源代码。 分别使用2个中断实现串口的接收/发送。-DSP2407 achieve SCI serial communication C language source code. The use of two separate Serial interrupted the receive / transmit.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:18933
    • 提供者:xust_zxh
  1. 315M无线通信模块

    0下载:
  2. 315M的无线通讯模块,用VC编写(1) 串口初始化,如何设置波特率,串口的四种工作方式。 (2) 串口查询、中断方式发送程序编写方法 (3) 串口查询、中断方式接收程序编写-- 315M wireless communications modules, prepared with VC (1) serial port initialization, how to set up a baud rate, Serial four methods of work. (2) Serial inquir
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:273100
    • 提供者:孟凡军
  1. DATARETljx

    0下载:
  2. LED数码管显示0-F字符,同时控制LED1、LED2、LED3、LED4显示对应的16进行值。数据以高低位调换. 串口UART0接收上位机发送的数据,接收到返回最后一个数据到上位机,同时中断计数显示,显示回发上位机的数据。 周立功lpc2104板开发。-digital LED Display 0-F characters and control LED1, LED2, LED3. LED4 shows the corresponding values for 16. Data-transf
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:47891
    • 提供者:李建勋
  1. PC机串行通信程序设计

    0下载:
  2. 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:59105
    • 提供者:王成
  1. chuankoubiancheng

    0下载:
  2. 串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁 采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率,SMOD = 0或者1 定时器初值X=256-SYSCLK*(SMOD+1)(BAUDRATE*384) -Serial Programming -- receiving PC sent the string, the string back. During this interruption control LED lights exter
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2436
    • 提供者:团党委
  1. sourcecodesofchuankouinterruptcommunication

    0下载:
  2. 是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序。-under DOS is a serial communication program, program structure better, can be compiled out with interrupt receiving / sending of multiple serial communication program.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6651
    • 提供者:wang
  1. CAN_Zongxiantongxun_AVR

    0下载:
  2. MCU:ATMEGA8515 Frequence: 16M 描述:利用已有CAN TEST V1.0电路板进行调试, 可靠性测试已通过,并发现8515外部中断不稳定 的原因是没有在INT0脚加上拉电阻,加上后已能 够稳定地运行 调试过程中发现SJA1000的首地址设置有误,改过 后,当CAN发送数据时,程序能进入中断了,但发现 中断是由出错报警中断引起的,估计与波特率设置 有关。 通过修改CDR的参数,以及更换16M晶振,现在已能 正常地收发送数据了-
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:727323
    • 提供者:王宇
  1. m-saiic

    0下载:
  2. 通讯实验程序。用到了IIC,SPI,UART和相应的中断,上位机通过UART将数据发送至主机,主机通过LED显示数据并将数据发送至从机,从机接收后通过SPI发送回主机。并再次显示数据。-communications experimental procedure. Use the IIC, SPI, UART and the corresponding disruption PC through UART send data to the mainframe, mainframe data thr
  3. 所属分类:其它

    • 发布日期:2014-01-12
    • 文件大小:11033
    • 提供者:zz
  1. dsp_SCI

    0下载:
  2. dsp串口通讯,采用中断方式实现接收和发送功能-dsp serial communications using interruption means receive and transmit functions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6638
    • 提供者:明镜无尘
  1. gSeral

    0下载:
  2. GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, the amounts can be interrupted with receiving / sending of
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6401
    • 提供者:guchong
  1. N76E003串口0、串口1中断程序模板

    1下载:
  2. N76E003串口中断程序模板,实现串口中断接收和发送(N76e003 serial port interrupt program template to realize serial port interrupt receiving and sending)
  3. 所属分类:单片机开发

    • 发布日期:2020-11-16
    • 文件大小:130048
    • 提供者:小小水了
  1. stm32 串口DMA中断

    0下载:
  2. 实现stm32 USART串口DMA发送和接收中断;产品可用
  3. 所属分类:微处理器(ARM/PowerPC等)

« 1 2 3 4 56 7 8 9 10 ... 33 »
搜珍网 www.dssz.com