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

搜索资源列表

  1. 51单片机IO口模拟串口通讯C源程(单片机)

    1下载:
  2. 单片机串口调试小程序,是单片机之间的通信的-small microcontroller serial debugging process, the communication between the microcontroller's
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1457
    • 提供者:
  1. 51 IO口模拟串口通讯C源程序

    0下载:
  2. 51 IO口模拟串口通讯C源程序,IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 -51 IO serial communications simulation C source, I simulated 232 IO communication procedures use two forms of occupation C program timer 0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3677
    • 提供者:王胜
  1. io口模拟RS232串口

    0下载:
  2. IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 -IO simulated 232 communications programs use two forms of occupation C program timer 0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1217
    • 提供者:周向波
  1. moni_uart

    0下载:
  2. 51单片机的模拟串口程序,实现发送功能。 编译环境:keil c51-51 analog microcontroller serial procedures to achieve this function. Build Environment : Keil decoder
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2719
    • 提供者:zidaozhou
  1. chuankoumoli

    0下载:
  2. 用单片机软件模拟串口程序,只占用一个T2资源,对初学者很有帮助-MCU serial process simulation software, only takes up a T2 resources useful for beginners
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1702
    • 提供者:陈瑾
  1. ak1

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

    • 发布日期:2008-10-13
    • 文件大小:2007
    • 提供者:张永余
  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. at89c2051模拟串口

    0下载:
  2. 51io模拟串口程序-51io simulation procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1709
    • 提供者:王兰兰
  1. SOFT-UART

    0下载:
  2. 51 单片机io口模拟串口程序,带中文说明。-soft UART
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:411591
    • 提供者:cao
  1. serial_Simulation

    1下载:
  2. 单片机IO口模拟串口(接收+发送) 环境:STC单片机+KEIL2 使用单片机的IO口模拟串口。其中分别包含模拟串口接收数据和模拟串口发送数据两个测试程序。 另外,程序附加说明中对网上流传的一个不错的模拟串口代码提了一些改进建议,并说明了测试程序应用于实际工程需要注意的几个地方。-Simulation of Single-chip Serial IO port (receive+ send) Environment: STC Single-chip MCU+ KEIL2 use an
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:3675
    • 提供者:code998
  1. iocom

    0下载:
  2. 51单片机的IO口模拟串口的程序 使用两种方式的C程序 占用定时器0 -51 MCU Serial IO mouth simulation procedures for the use of two methods of C procedures occupied timer 0
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:1408
    • 提供者:sjj
  1. UART

    0下载:
  2. 单串口8051内核单片机模拟双串口程序源代码-8051 single-core single-chip serial analog dual serial source code
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:1339
    • 提供者:lauking
  1. iouart

    0下载:
  2. 模拟串口的通讯程序,采用的AVR单片机进行编程,C语言编写的-Simulation of serial communication procedures used in single-chip AVR programming, C language
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:21586
    • 提供者:huangjian421
  1. COM

    0下载:
  2. Keilc51编写的51单片机模拟串口程序-Keilc51 prepared by 51 serial single-chip simulation procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2496
    • 提供者:xiaoyao
  1. serial

    0下载:
  2. 单片机模拟串口通讯 I/O口模拟232通讯程序 使用两种方式的C程序 占用定时器0-Analog single-chip serial communication I/O port 232 Analog communication procedures in two ways to use the C program occupied timer 0
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1367
    • 提供者:marcow
  1. ST12864serial

    0下载:
  2. 深圳市秋田视佳实业有限公司的液晶程序,HY-12864T-201,单片机模拟串口方式的C51程序-Shenzhen City Industrial Co., Ltd. Akita good as the LCD process, HY-12864T-201, the C51 serial approach procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2212
    • 提供者:wyl
  1. IO_SOFT_UART_USE_TIMER

    0下载:
  2. C51很好的IO模拟串口程序,也称软件UART。只需用一个定时器,实现中断接收。程序编写得很规范,有很多个晶振频率和串口频率可选。是一个比较好的软件串口程序。-C51 a good simulation of serial IO program, also known as the software UART. Just use a timer to achieve interrupt reception. Programming very standardized, there are man
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:3561
    • 提供者:李杰
  1. AVR与PC虚拟串口

    0下载:
  2. Atmega8串口测试程序,适合初学者,使用Atmel Studio 6.0编译通过,使用proteus 7.7模拟,串口输入、输出。test.atsln为Atmel Studio 6.0工程文件,uart.DSN为proteus文件
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-10-25
    • 文件大小:27323
    • 提供者:chenhua
  1. 模拟串口

    0下载:
  2. 51单片机的模拟串口的一个小程序,新手了解学习模拟串口看一下可以(51 SCM simulation serial port a small program, novice understand the learning simulation serial port to see can)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-10
    • 文件大小:31744
    • 提供者:xs_wape
  1. PIC模拟串口

    0下载:
  2. PIC模拟串口C程序,比较通用,改下IO口就可以实现串口通信
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2022-03-05
    • 文件大小:1001
    • 提供者:lwylwylwy1
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com