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

搜索资源列表

  1. 51_IO_Used_as_UART

    1下载:
  2. 大多数51单片机只有1个串口,有2个串口的价格比较高。这是用51 IO口模拟串口通讯的C源程序-majority of 51 MCU only one serial port, two serial prices are relatively high. This is the mouth with 51 IO serial communication simulation of C source
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1579
    • 提供者:adee
  1. UART_Send

    0下载:
  2. 基于msp430的软件模拟串口发送程序(在MSP430F147型单片机上成功实现)-Controller Based on the simulation software Serial this procedure (MSP430F147 MCU - successful realization)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2310
    • 提供者:舒华
  1. UART_Recv

    0下载:
  2. 基于msp430的软件模拟串口接收程序(在MSP430F147型单片机上成功实现)-Controller Based on the simulation software serial receiver (the MSP430F147 MCU - successful realization)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1540
    • 提供者:舒华
  1. ak1

    0下载:
  2. 一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。以下的程序是我编写的模拟串口程序,程序中使用了单片机的定时器0,和INT0中断。数据的发送和接收由中断程序自动进行。程序已经过AVR仿真器仿真和实际烧片使用,证明可靠。有一点需要说明的是,此模拟的串口为半双工方式。 主程序中,单片机将标准串口设置为115200bps,将模拟串口设置为19200bps。单片机将标准串口收到的数据从模拟串口发送出去,将模拟串口接收到的数据从标准串口发送回来。-s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2007
    • 提供者:张永余
  1. GTD

    0下载:
  2. 基于单片机的交通灯+RS232+模拟串口通讯-based SCM simulated traffic lights RS232 serial communication
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:34805
    • 提供者:方凯旋
  1. 89c2051RS232

    0下载:
  2. Commulication Between 89C2051 and PC by RS232 用51的口线模拟串口通信-Commulication Between 89C2051 and PC by RS 232 with 51 of them simulated serial communication lines
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1056
    • 提供者:m
  1. 200704051506

    0下载:
  2. 51单片机模拟串口的三种方法,延时法,计数法,计数法-51 serial microcontroller simulation of the three methods, delay, counting, counting method
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7774
    • 提供者:张山
  1. 8zichuangkou

    0下载:
  2. 固定八字显示模拟串口 原创 用P1 模拟串口发送数据 实现点阵显示-fixed 123A serial original analogue simulation using P1 send data to achieve serial dot matrix display
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1906
    • 提供者:戴旭昶
  1. SoftIO_COM

    0下载:
  2. 经过改进的IO模拟串口程序源码,它可以实现MODBUS RTU的功能!对需要使用普通IO来增加串口的朋友非常有用,其中通讯部分来自网上.-improved procedures Serial IO simulation source code, It can be achieved MODBUS RTU functions! the need to use ordinary serial IO to increase friend is very useful. Communications f
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1888
    • 提供者:邹吉文
  1. 51monichuankouchengxu

    0下载:
  2. 51模拟串口c程序 //但我验证过,OK-51 procedures simulated serial c / / I tested, OK
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1452
    • 提供者:
  1. IOmouthexpansion

    0下载:
  2. 普通I/O口扩展,使其模拟串口显示数据,主要节省I/O资源。-general I / O expansion mouth, it shows simulated serial data, major saving I / O resources.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14947
    • 提供者:袁均
  1. w_readers

    0下载:
  2. 韦根协议实现和用io模拟串口实现-Wageningen protocol and the use of simulated io Serial Port
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2391
    • 提供者:王鹏翔
  1. IOtoUART

    0下载:
  2. IO口模拟串口,c语言编写,使用一个定时器中断-Serial IO mouth simulation, c language, the use of a timer interruption
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:965
    • 提供者:fp
  1. 232

    0下载:
  2. C51单片机IO模拟串口,简洁明了,非本人写,好程序,大家共享-C51 microcontroller serial IO simulation, concise, non - I write the program, share
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1462
    • 提供者:qinzhe
  1. To_Pudn

    0下载:
  2. 一个在Proteus仿真平台上模拟串口发送9位数据的方法。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:45367
    • 提供者:YLS
  1. r232c

    0下载:
  2. 模拟串口的实用程序,很多没有串口的单片机可以借鉴,或者需要多个串口的人也可以借用
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:139612
    • 提供者:张文治
  1. io_232

    0下载:
  2. 232模拟串口的程序,给需要的朋友
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16685
    • 提供者:张文治
  1. M88

    0下载:
  2. 模拟串口通信代码M88 模拟串口通信代码M
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1500
    • 提供者:happycxz
  1. Serial

    0下载:
  2. proteus仿真的单片机串口通信,请使用虚拟串口软件模拟串口调试,该软件我已经上传。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:51023
    • 提供者:缘分相伴
  1. com

    0下载:
  2. 很好的用io口模拟串口的程序,内带仿真文件,可随意修改,已经在产品中应用,可放心使用。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12451
    • 提供者:Binary
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com