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

搜索资源列表

  1. IBM-8841I06-99AHT04

    0下载:
  2. 下面我们根据8251A芯片的使用体会对其在串行同步方式下的通信原理及应用进行着重介绍。在开始发送或接收之前,8251A必须装入一组由CPU 产生的控制字。-below 8251A chip based on the use of its experience in serial synchronous mode of communication theory and application highlights. At the beginning of sent or received befo
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:108002
    • 提供者:裘俊超
  1. 8251A

    0下载:
  2. 微机原理的8251A串行接口的程序,程序功能是输入字符然后经过8251A显示在屏幕上-computer tenets of the 8251A serial interface procedures, procedures function is then imported after 8251A characters on the screen
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1751
    • 提供者:张智海
  1. chip8251

    0下载:
  2. 这个是用PROTEL做的8251A的管脚图,对于初学者可能比较有用!-this done with PROTEL 8251A pin map for beginners may be more useful!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:24002
    • 提供者:chen
  1. 8251a编程

    0下载:
  2. 单片机控制8251a编程-SCM control 8251a Programming
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:53519
    • 提供者:江南
  1. hongludeng

    0下载:
  2. 模拟交通信号灯的燃灭周期 实现异步通信,掌握8251A作异步串行通信时的编程方法
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1801
    • 提供者:随风夜雨
  1. PC_serial_communication

    0下载:
  2. 1.单机自发自收串行通信。接收键入字符,从8251A的发送端发送,与同一个8251A的接收端接收,然后在屏幕上显示出来。 2.双机串行通信,在一台PC机键入字符,从8251A的发送端发送给另一台PC机,另一台PC机的 8251A的接收端接收,然后在屏幕上显示出来。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:332697
    • 提供者:renhuailu
  1. 微机实验4

    0下载:
  2. DATA51 EQU 208H 8251A DATA PORTCTRL51 EQU 209H 8251A COMMAND PORTTIMER2 EQU 202H 8253 COUNT 2TIMCTL EQU 203H 8253 CTRL PORTCLK00 EQU 8192 8251A CLK 4.77MBPS00 EQU 1200 BPS=1200FACTOR EQU 16 8251A BPS FACTOR=16
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1098
    • 提供者:叶文
  1. iul

    0下载:
  2. 8.1 可编程并行接口芯片8255A 8.2 可编程定时器/计数器芯片8253/8254 8.3 串行通信及可编程串行接口芯片8251A 8.4 模/数(A/D)与数模(D/A)转换技术 及其接口 -8.1 programmable parallel interface chip 8255A8.2 programmable timer/counter chip 8253/82548.3 serial communications and programmable seri
  3. 所属分类:SCM

    • 发布日期:2017-05-30
    • 文件大小:13253789
    • 提供者:麦克
  1. Intel8251

    0下载:
  2. 用VHDL实现Intel 8251的UART功能-Intel 8251 with VHDL realization of the UART Function
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:244247
    • 提供者:
  1. shiyan8

    0下载:
  2. 微机原理与接口技术 程序设计与调试之八使用8251A的串行接口应用实验-Microcomputer Principle and Interface Technology program design and debugging of the eight-8251A serial interface using the application of experimental
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1978729
    • 提供者:孙龙
  1. 8251a

    0下载:
  2. 利用8088/86CPU控制8251A可编程串行通信控制器,实现两个实验台之间的串行通讯。其中一个实验台作为发送方,另一侧为接收方。发送方读入按键值,并发送给接收方,接收方收到数据后在LED上显示。-Use 8088/86CPU control 8251A Programmable serial communication controller, to achieve two experiments serial communication between China and Taiwan. O
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:林燕
  1. 2

    0下载:
  2. 2. 用8251A实现串行口异步通信,自发自收,波特率1200bps。采用查询方式发送、中断方式接收。从键盘输入字符串(字符个数≤255)存入发送缓冲区并显示,启动发送键由实验者自己定义,自收结果显示于屏幕。按Esc返回DOS。(定义回车键为启动发送键)-2. With the 8251A Serial port asynchronous communication, spontaneous self-income, the baud rate 1200bps. Using query mode
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:2202
    • 提供者:Rachel
  1. 3

    0下载:
  2. 用8251A实现串行口异步方式双机通信,波特率1200bps。采用查询方式发送、中断方式接收。双方平时处在查询键盘、等待中断接收状态,并显示相关提示。-Asynchronous serial interface with the 8251A to achieve two-way machine communication, baud rate 1200bps. Using query mode to send, receive interrupt. Look at the two sides u
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2148
    • 提供者:Rachel
  1. weiji

    0下载:
  2. 微型计算机与接口原理实验全部代码合集; 包含8259、8237、8251、8255等功能实现代码。-Micro-computer interface, all the code Collection principle experiment includes features such as 8259,8237,8251,8255 implementation code.
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1759053
    • 提供者:范亚运
  1. 8251

    0下载:
  2. 在MAXPLUX下实现8251串口通信功能-The MAXPLUX achieve 8251 serial communication
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1558125
    • 提供者:洪依
  1. 2

    0下载:
  2. 用8251a实现串行口异步通信,自发自收,波特率1200bps,采用查询方式发送,中断方式接受。自收结果显示于屏幕。按esc返回dos -8251a Serial port with asynchronous communication, spontaneous self-income, the baud rate 1200bps, using queries sent, interrupt to receive treatment. Since the close results show
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:923
    • 提供者:陈志超
  1. 3

    0下载:
  2. 用8251a实现串行口异步方式双机通信,波特率1200bps,采用查询方式发送,中断方式接收。双方平时处在查询键盘、等待中断接收状态,并显示相关提示-8251a achieved using an asynchronous serial interface mode dual-machine communication, baud rate 1200bps, using queries sent, interrupt reception. Look at the two sides usuall
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1120
    • 提供者:陈志超
  1. 8251_OSED

    0下载:
  2. vhdl 实现的8251全部功能,非常实用-vhdl implementation of 8251 all of the features, very useful
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:361500
    • 提供者:马承
  1. 8251

    0下载:
  2. 通过实验台按钮控制8251A发送数据: 连接实验台按钮SP到8255的PB0,连接8255片选CS到译码输出070; 初始化8255的PB端口为方式0; 初始化8251A: 方式命令字=异步16分频/8位/无校验/1个停止位:4EH 工作命令字=允许接收/允许发送/DTR=1/RTS=1/清除错误:37H 通过读取8255的PB的0位,检测按钮按下动作; 当按钮按下,控制8251A发送0-9的ASCII码共10个字节 ; 当程序在实验台运行,强行退出PC端DVCC
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-01
    • 文件大小:530471
    • 提供者:zhaolulu
  1. 8251A

    0下载:
  2. 8251A自发自接,自发他接的程序。TPC实验台,内涵注释。-8251A code
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1813
    • 提供者:正体不明
« 12 »
搜珍网 www.dssz.com