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

搜索资源列表

  1. ttx.rar

    0下载:
  2. 51单片机异步串口接收程序,可配合发送程序使用。,51 single-chip asynchronous serial port to receive the procedure can be used with the send process.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:858byte
    • 提供者:zxc
  1. uart-09-8-9.rar

    0下载:
  2. 51单片机串口测试程序,超完整,包括发送字节,接收字节,发送数组接收数组,UART TEST FOR 51MCU
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:41.86kb
    • 提供者:peter
  1. tckr.rar

    0下载:
  2. 51单片机同步串口接收数据的程序,可与发送程序配合使用。,51 Single-chip synchronous serial receive data process can be used in conjunction with the sending process.
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:2.71kb
    • 提供者:zxc
  1. 51mcu

    1下载:
  2. 51单片机的串口程序,使得51单片机的UART口每接收PC机发送的一个字符,加1回送给PC机。包含实现上述功能的电路原理图(1页) 使用原理图上用到的晶振,给出了计算波特率的步骤。波特率可以是2400、4800、9600给出了设计程序的步骤或画出程序的流程图-51 Single-chip serial procedures, making 51 MCU UART port for each PC, sent to receive a character, plus a gift back t
  3. 所属分类:SCM

    • 发布日期:2016-09-19
    • 文件大小:62.23kb
    • 提供者:毕泽修
  1. UART

    0下载:
  2. 该程序为51单片机双机串口通信程序,有接收和发送程序-The program for the microcontroller 51 pairs of serial communication program, to receive and send program
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:26.13kb
    • 提供者:wangjin
  1. DualCOMtest

    0下载:
  2. 一个关于51单片机的双串口转换程序,两个串口之间的切换,并且接收/发送数据-On 51 single-chip dual-serial conversion process, the switch between the two serial port and receive/send data
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:22.15kb
    • 提供者:王云龙
  1. P2P

    0下载:
  2. 51单片机串口通信测试程序 接收和发送-51 Single-chip serial communication receive and transmit
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:41.97kb
    • 提供者:te
  1. RS232C

    0下载:
  2. PC机与51单片机串口通讯程序,主要实现单片机发送和接收程序,PC端可以用VB,VC进行界面设计。-PC-MCU serial communication program with the 51, mainly to send and receive procedures for SCM, PC client can use VB, VC for interface design.
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:15.65kb
    • 提供者:郑西点
  1. 51

    0下载:
  2. 两片51单片机,通过串口中断通信,发送程序,接收程序-2 51, interruption of communications through the serial port, sending program, to receive program
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:3.61kb
    • 提供者:zhuaili
  1. 51_mcu_examples

    3下载:
  2. 非常经典的51单片机常用实例程序代码,还附有开发板原理图:内容主要有:1 流水灯2 倒计时--数码管3 数码管动态显示4 数码管静态显示5 点阵--心型6 串口通信16 串口通信27 继电器控制8 音乐播放程序9 AT24C0210 红外线接收11 DS18B20 12DS1302 13 LCD1602-1 14 PS2键盘显示;15 矩阵键盘16 LCD12864 17 步进电机17 步进电机驱动 18 ADC0832 19 RS485通讯 20 直流电机 21 定时器0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-06-07
    • 文件大小:1.05mb
    • 提供者:郑道宝
  1. 51RF

    0下载:
  2. 基于8051单片机的发送和接收程序 不错的代码 应用于串口传输-基于8051单片机的发送和接收程序 不错的代码 应用于串口传输
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:696byte
    • 提供者:王宏伟
  1. MCU-51-RS232-example

    0下载:
  2. 51单片机的rs232串口通信程序,包括发送、接收,文件里还有原理图,芯片资料。-51 SCM rs232 serial communication program, including sending, receiving, there is the schematic file, the chip data.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:741.91kb
    • 提供者:leo
  1. SDwrite

    0下载:
  2. 51单片机串口接收程序,将接收到的数据写入到sd卡上,程序中包含对sd卡进行数据读写的函数-51 microcontroller serial receiving program will write the received data to the sd card, sd card program contains a function of the data read and write
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:147.72kb
    • 提供者:fengyanqing
  1. serial_download

    0下载:
  2. 将hex文件通过串口下载到51单片机的程序。 包括两个工程。 1.一个Visual Studio 2008的电脑端工程,用于发送hex文件。 2.单片机接收端的的UV2工程,用于接收hex文件。 -a application that download the hex file over the serial port. It contains two project. 1.the VS2008 project which send the hex file. 2.t
  3. 所属分类:Com Port

    • 发布日期:2017-11-13
    • 文件大小:34.52kb
    • 提供者:qiubin
  1. 智能小车-V1.0

    0下载:
  2. 智能小车程序,通过串口接收蓝牙或者wifi的指令执行各项动作(Smart car program, which receives bluetooth or wifi instructions to perform various actions)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:124kb
    • 提供者:haoshu
  1. LCD显示温度+串口接收温度

    0下载:
  2. 基于51单片机的C语言程序,用1602显示温度,热敏电阻AD转换(Based on 51 single-chip C language program, with 1602 display temperature, thermistor AD conversion)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-26
    • 文件大小:54kb
    • 提供者:希1
  1. 串口测试

    0下载:
  2. 51单片机串口测试程序,实现串口收发数据功能(51 singlechip serial test procedures, serial transceiver data function)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:23kb
    • 提供者:panda007
  1. 12-串口2

    0下载:
  2. 51单片机,串口开发程序,主要对串口的初始化,以及串口发送接收字符,(51 singlechip, serial port development program)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-29
    • 文件大小:191kb
    • 提供者:Xruno
  1. 0第一次试验+串口

    0下载:
  2. 本程序实现51单片机的串口数据接收,和下位机通信的同时,进行下位机的控制。(micro processor of c51 to series controling.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-30
    • 文件大小:38kb
    • 提供者:iamhouhuanhuan
  1. stc89c52串口实验程序模板

    0下载:
  2. stc89c52串口实验程序模板,本实验将通过电脑的串口调试软件向stc89c51的p3.0,p3.1 串口发送数据,stc89c51再把接收到的数据发送回去,(STC89C52 serial experiment program template, this experiment will send data to STC89C51's P3.0, P3.1 serial port through the serial debugging software of the computer, a
  3. 所属分类:单片机开发

    • 发布日期:2018-05-04
    • 文件大小:29kb
    • 提供者:sam张
« 12 3 4 5 »
搜珍网 www.dssz.com