CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 异步 串口 通信

搜索资源列表

  1. 16C550

    1下载:
  2. 16c550异步串口通信芯片程序,本人工作时编写,绝对能用。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:yang
  1. 89c51-IO

    0下载:
  2. 目前普遍采用的MCS51 和PIC 系列单片机通常只有一个(或没有)UART 异步串行通信接口,在应用系统中若需要多个串行接口(例如在多机通信系 统中,主机既要和从机通信又要和终端通信)的情况下,通常的方法是扩展 一片8251 或 8250 通用同步/异步接收发送芯片(USART),需额外占用单 片机I/O 资源。本文介绍一种用单片机普通I/O 口实现串行通信的方法,可 在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:132.45kb
    • 提供者:seattlehuang
  1. 20080106003

    0下载:
  2. 现代嵌入式系统中,异步串行通信接口往往作为标准外设出现在单片机和嵌入式系统中。但是随着个人计算机通用外围设备越来越少地使用串口,串口正在逐渐从个人计算机特别是便携式电脑上消失。于是嵌入式开发人员常常发现自己新买来的计算机上没有串口,或者出现调试现场用户的计算机没有串口的尴尬局面。相反,现在的个人计算机普遍拥有4个以上的USB接口,能不能使用USB接口代替串口,完成PC机和嵌入式系统的通信呢?
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:59.14kb
    • 提供者:李正茂
  1. MSP430F16XUART

    0下载:
  2. MSP430F16X 系列 异步串行通信程序(点对点通信) 对初学MSP430 串口的同学有很大帮助
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14.66kb
    • 提供者:zx
  1. RS232andLCD1602

    0下载:
  2. msp430f2274的异步串口通信与lcd1602显示
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.76kb
    • 提供者:jiangjunyu
  1. 异步通信软件模拟,基于RS-232的串口通信,RS-485的多机通信,I2C总线协议的软件实现,SPI总线在单片机系统中的实现

    0下载:
  2. 2.1异步通信软件模拟2.2基于RS-232的串口通信2.3基于RS-485的多机通信2.4 I2C总线协议的软件实现2.5 SPI总线在单片机系统中的实现
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-12-19
    • 文件大小:62.74kb
    • 提供者:minglinet
  1. 6-3

    0下载:
  2. 用于MSP430F149进行异步串口通信,从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后将结果从串口返回。数据包的结构见xieyi.h。-For MSP430F149 asynchronous serial communication, receiving data from the serial port, analyzing the data received packets, and then computing algorithm, and finally to retur
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:4kb
    • 提供者:李凯
  1. Em78

    0下载:
  2. EM78系列单片机内部没有异步串行口,所以必须用软件来完成这个工作。在很多实际应用中,我们已经采用了软件实现RS232标准的异步串行通信,结果证明工作非常稳定可靠。用软件完成串行通信,降低了芯片的硬件成本。-EM78 Series MCU internal asynchronous serial port does not have to use the software to complete the job. In many practical applications, we have a
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:7.06kb
    • 提供者:逆流
  1. M16AsynchronousUART

    0下载:
  2. ATmega8/ATmega16异步串口UART通信实例,希望对大家学习AVR单片机有帮助-UART asynchronous serial communication ATmega8/ATmega16 example, in the hope that we help to learn AVR Single Chip
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:12.97kb
    • 提供者:jongshun
  1. chuankou

    0下载:
  2. MSP430异步串口程序,实现简单的协议,既可以用于单片机之间通信,也可以用于单片机与PC机通信。-MSP430 UART procedures, to achieve a simple agreement, both can be used for communication between the single-chip, single-chip can also be used for communication with the PC.
  3. 所属分类:SCM

    • 发布日期:2014-11-02
    • 文件大小:29.56kb
    • 提供者:zhaolq
  1. fet440_uart01_09600

    0下载:
  2. 基于msp430单片机的异步串口通信源代码-Msp430 microcontroller-based source code for the asynchronous serial communication
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:551byte
    • 提供者:王博
  1. 12_USART

    0下载:
  2. 单片机atmega16串行通信程序,功能:异步串口接收数据,并返回给PC机。-SCM atmega16 serial communication program, features: asynchronous serial receive data, and return to the PC.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:30.11kb
    • 提供者:spring
  1. UART

    0下载:
  2. pic30f4012异步串口调试程序,与pc的通信程序-item program for UART of pic30f4012
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:657byte
    • 提供者:yaohaiqing
  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
    • 文件大小:1.04kb
    • 提供者:叶蓬
  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
    • 文件大小:802byte
    • 提供者:叶蓬
  1. uart

    0下载:
  2. 这是一个调试MSP430F169单片机与PC机进行异步串口通信的源程序-This is a debugging MSP430F169 microcontroller and the PC, the source code for asynchronous serial communication
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:1.19kb
    • 提供者:yang
  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
    • 文件大小:32.01kb
    • 提供者:jerry
  1. UART

    0下载:
  2. UART串口通信,异步通信,实现单片机与计算机的通信-UART serial communication, asynchronous communication, SCM and computer communications
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1.48kb
    • 提供者:陈晓涛
  1. lession18-AVR-USTA

    0下载:
  2. 这是一个基于8位单片机AVR的异步串口通信程序-This is an 8-bit microcontroller AVR asynchronous serial communication program
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:14.81kb
    • 提供者:甦生
  1. 简单模拟串行通信2017-10-10 (1)

    0下载:
  2. 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;(The use of single-chip arbitrary IO port with the method of software simulation method to realize asynchronous serial data transmission, and
  3. 所属分类:单片机开发

    • 发布日期:2017-12-17
    • 文件大小:64kb
    • 提供者:Smile Han
« 12 3 »
搜珍网 www.dssz.com