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

搜索资源列表

  1. uart

    0下载:
  2. 采用软件方法来实现单片机的通用串口引脚来模拟UART。根据要求采用P1.0作为发送端(TXD),P1.1做为数据接受端(RXD),并采用全双工通信模式。由于MAX232电平转换芯片除了做UART的几个引脚后,还剩余T2IN,T2OUT,R2IN,R2OUT.所以采用模仿UART的接法.每次通信,发送的数据加1,接收的数据加2.用51系列单片机。-The use of software methods to achieve single-chip Universal Serial pin to s
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:4253
    • 提供者:sdcsadf
  1. 51_and_pc

    0下载:
  2. 该程序可连接51单片机和pc机的通讯,实现串口通讯-The program to connect 51 single-chip computer and pc machine communications, serial communication implementation
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:27626
    • 提供者:李大鹏
  1. IO_SOFT_UART_USE_TIMER

    0下载:
  2. IO 串口模拟程序,适用于与51等系列单片机-Analog Serial IO procedures, applies to 51 series single-chip
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3920
    • 提供者:王菲菲
  1. chuankou

    0下载:
  2. 51系列单片机实验课程:串口 (通过计算机与试验箱相连,互相收发信息)-51 Series single-chip experimental curriculum: serial (through the computer and the chamber connected to each other to send and receive information)
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:27521
    • 提供者:cuityb
  1. jishu

    0下载:
  2. 51系列单片机实验课程:计数 (通过串口,计数输入的字符数)-51 Series single-chip experimental curriculum: count (through the serial port, count the number of characters input)
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:33592
    • 提供者:cuityb
  1. EXKJMSCOMM

    0下载:
  2. 单片机51系列的串口通信例程,良好的模块说明.使你更容易全面掌握串口通信的操作.内部含相应的数码管操作.-51 series single-chip serial communication routines, a good descr iption of the module. Make it easier for you complete control of the operation of serial communication. Internal with the correspon
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:10535
    • 提供者:郭军
  1. XL232UP

    0下载:
  2. 用C语言实现51单片机232串口通信程序,已经调试好了-51 using C language to achieve single-chip serial communication program 232 has better debugging
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1618
    • 提供者:武恩龙
  1. virtualUART

    0下载:
  2. 51单片机虚拟串口,解决只有P3.0/P3.1单串口的不足-51 single-chip virtual serial port, serial port solution is only the inadequacy of single-P3.0/P3.1
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:11800
    • 提供者:Link
  1. chuan_kou_dianzhen_xianshi_bazi

    0下载:
  2. 模拟串口,点阵显示固定八字,51单片机平台-Serial simulation, a fixed eight-character dot matrix display, 51 single-chip platform! ! !
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1515
    • 提供者:show
  1. ck

    0下载:
  2. 51单片机异步串口发送程序,适合初学者学习使用。-51 single-chip asynchronous serial port to send a program, suitable for beginners learning to use.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:933
    • 提供者:zxc
  1. serialportdebugging

    0下载:
  2. 串口调试助手,做51的的必备工具,能够与单片机之间进行串行通信,实现在线调试功能。-Serial debugging assistants do an indispensable tool for 51, with single-chip serial communication between, online debugging.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:307338
    • 提供者:wangfei
  1. PS2KeyAndLCD

    0下载:
  2. 一个在51单片机下PS/2键盘的应用,根据PS2协议,单片机读取到键盘值,通过串口方式出来,并在LCD上显示按键-51 under a single-chip PS/2 keyboard application, in accordance with PS2 agreement, the value of single-chip reads the keyboard, the way out through the serial port and LCD display button
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:88246
    • 提供者:意天
  1. serial

    0下载:
  2. 8位51单片机的串口通信驱动,采用汇编编写..适合新手-8-bit single-chip microcomputer 51 of the serial communication drivers, using a compilation prepared for novice ..
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1459
    • 提供者:梁飞
  1. 232

    0下载:
  2. 51单片机232串口通信实例 希望能给初学者带来帮助-51 examples of single-chip serial communication 232 hope that they will be helpful for beginners
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:906
    • 提供者:黄宏亮
  1. rs232

    0下载:
  2. 80c51和pc 机通过串行通信程序,电平转换用MAX232 (1)单片机端的数据传输程序 汇编或者c51 (2)pc机端的vb或者vc编写的通信程序 最好是vb (3) pc机 用的是com1 9针端口 -80c51 and machine through the serial communication pc procedures, level translators with MAX232 (1) single-chip end of the compilation
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:7653
    • 提供者:wq
  1. VirsulCom

    0下载:
  2. 可使用51单片机,任何两PIN脚与PC通讯,软件模拟串口工作。-51 single-chip microcomputer can be used, any two-pin PIN and PC communications, software simulation of serial work.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:8479
    • 提供者:wen226
  1. SPI

    0下载:
  2. 用于51系列单片机将普通串口变成模拟的spi口的程序-analog spi communication for 51 series single chip
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:23532
    • 提供者:athena
  1. 51chuankou

    0下载:
  2. 对51单片机进行串口读取,希望对所需要的提供参考,Carried out on 51 single-chip serial port to read, I hope to provide the necessary reference.。-Carried out on 51 single-chip serial port to read, I hope to provide the necessary reference.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:919
    • 提供者:余杰
  1. 51Transplantation

    0下载:
  2. 本资料详细的讲解了UCOS了内核在51系列单片机上的移植,里面包括了详细的51串口驱动等系列的内容!-The detailed information on the UCOS the core of the 51 series single chip on the transplant, which includes a detailed series of 51 serial port driver, such as the content!
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:444667
    • 提供者:momo
  1. 51_seriestransfer

    0下载:
  2. 51单片机作为处理器,将两个51单片机的串口对接,主机发出数据并显示,从机将接收到的数据显示出来-ff
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:60316
    • 提供者:kk
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com