CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串行异步通信

搜索资源列表

  1. 6-1

    0下载:
  2. iar msp430149 异步串行通信程序(点对点通信)-iar msp430149 asynchronous serial communication program (peer to peer communication)
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:30767
    • 提供者:thomashiker
  1. 6-2

    0下载:
  2. iar msp430f149 异步串行通信程序(地址位模式多机通信)-iar msp430f149 asynchronous serial communication program (address-bit mode multi-machine communication)
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:26454
    • 提供者:thomashiker
  1. 6-3

    0下载:
  2. iar msp430f149 异步串行通信程序(空闲模式多机通信)-Asynchronous serial communication program (idle mode multi-machine communication)
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:26460
    • 提供者:thomashiker
  1. master

    0下载:
  2. 数控流水灯,键进行内容选择,16个按键分别为0~F,按下一个按键,在主机板子上的数码管上显示相应的值,并通过异步串行通信的方式将按键内容发给从机。异步串行通信的要求:不能使用芯片自带的串口,要求用除P3.0和P3.1外的任何IO管脚进行模拟发送,速度是2400波特率。-CNC water lights, choice of content keys, 16 keys are 0 ~ F, press a button on the motherboard LED sub display the
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1068
    • 提供者:叶蓬
  1. slave

    0下载:
  2. 2、从机:在P1口上实现流水灯,串口接收从主机发送过来的异步串行数据,将数据在从机板子上的数码管进行显示,并通过对数据的判断调节流水灯的速度(比如:0是最慢,F是最快,中间字符对应的流水灯速度依次递增,要能明显区分)。异步串行通信的要求:从机使用单片机自带的串口进行数据接收,速度是2400波特率。-2, from the machine: to achieve water in the P1 port lights, sent from the host over the serial port
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:802
    • 提供者:叶蓬
  1. AVR_USART

    0下载:
  2. 关于异步串行通信的avr实验源程序,适合入门的-Avr asynchronous serial communication on experimental source, suitable for entry
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:208537
    • 提供者:韩伟
  1. uart_16550

    0下载:
  2. UART是一种通用串行数据总线,用于异步通信。该总线双向通信,可以实现全双工传输和接收。在嵌入式设计中,UART用来与PC进行通信,包括与监控调试器和其它器件,如EEPROM通信。-A UART that is compatible with the industry standard 16550D includes wrappers for the Wishbone and AMBA APB busses
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:245074
    • 提供者:zhaohaiting
  1. vspi

    0下载:
  2. 通用异步串行通信协议 SPI模块 VHLD语言 -SPI module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:6427
    • 提供者:xuyi
  1. Dual-UART-communication-program

    0下载:
  2. UART双机通信程序,帮助你快速掌握异步串行口的应用-Dual UART communication program to help you quickly master the application of asynchronous serial port
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:57447
    • 提供者:黄瑞
  1. C-for-Uart-programs

    0下载:
  2. C语言编写的异步串行通信接口程序 非常实用的哦-C language program asynchronous serial communication interface
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:19315
    • 提供者:ice
  1. UART2

    0下载:
  2. 基于SPARTAN-3E的与计算机的异步串行通信,可根据需要更改波特率等等。-SPARTAN-3E based on the asynchronous serial communication with the computer, according to the need to change the baud rate and so on.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:365127
    • 提供者:姚武
  1. USART

    0下载:
  2. MSP430异步串行通信调试程序,调试成功-Asynchronous Serial Communication MSP430 debugger
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:19319
    • 提供者:Milano
  1. EXAMPLE4.15

    0下载:
  2. PIC16887A单片机一个双机通信,2个单片机异步串行通信接口相连方式为:RX和TX交叉对接,左边的单片机U1,每按下按键S1就发送一个字节数,从0x20开始发送,每送一个数据,此数加1.发送的同时在D口上输出。右边单片机U2为接收状态,采用中断方式,如有接收中断,则进入中断,将接收到的数直接在D口上输出-PIC16887A a two-machine communications microcontroller, two asynchronous serial communication i
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:32766
    • 提供者:周欣
  1. cPPxianchen

    0下载:
  2. 一个基于线程的异步串行通信程源码,希望你们喜欢-the c++ program by
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:515738
    • 提供者:wyh
  1. c

    0下载:
  2. C程序 单片机串行通信 异步串行通信 有关的c语言编程代码-C program danpianji shuangji tonxin
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:6031
    • 提供者:
  1. 34567798708

    0下载:
  2. 用VB实现的RS232异步串行通信的实例,可通过串口实现通信-Using VB' s RS232 asynchronous serial communication instance, can communicate through the serial port
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2758
    • 提供者:xiaofan
  1. simulation-ofserial-communication

    0下载:
  2. 软件模拟异步串行通信程序 用于MSP430F149。从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后 将结果从串口返回。-Asynchronous serial communication software simulation program for MSP430F149. Serial receive data from the analysis of data packets received, then the algorithm for computing the fi
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:32774
    • 提供者:jerry
  1. jieshou

    0下载:
  2. 实现异步串行通信的接受部分,采用vhdl语言实现-Acceptance of asynchronous serial communication part, using vhdl language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:999
    • 提供者:yangyang
  1. send

    0下载:
  2. 采用vhdl语言编程,实现异步串行通信的发送自己定义的通信协议格式-Using vhdl language programming, asynchronous serial communication to send their own communication protocol format definition
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1056
    • 提供者:yangyang
  1. task2

    2下载:
  2. Verilog语言,可在QuartusII正确运行,实现远程控制系统,利用异步串行通信,PC发送数据FPGA接收,实现本地回环模式。-清华大学电子课程设计:Verilog language, you can QuartusII correctly, remote control systems, using asynchronous serial communication, PC to send data received FPGA to achieve the local loopback
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:572352
    • 提供者:薛芬
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com