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

搜索资源列表

  1. c51chengxuji

    0下载:
  2. MCS-51系列单片机Keil C语言源程序集 16进制-10进制互换程序 115.2k串行口通信程序 ACM-12864汉字液晶显示驱动程序 HT1380实时时钟驱动程序 单个汉字库字摸提取程序 按键扫描驱动程序 利用复位键作为开关机用 智能化家电控制 softdog P89CXX编程器控制CPU接收和控制程序 显示1616点阵汉字和英文 89C51系列CPU编程器接收CPU程序-MCS-51 series MCU Keil C language source assembly 16 M-
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:527650
    • 提供者:饶少强
  1. MCU51

    0下载:
  2. 51单片机通过串口通上位机通信,和上一个贪吃蛇是一个配套程序-51 microcontroller through the serial port via PC communications, and on a Snake is a companion program
  3. 所属分类:Multi Monitor

    • 发布日期:2017-03-29
    • 文件大小:45743
    • 提供者:123
  1. shangchuan

    0下载:
  2. 上传程序为基于51单片机的实例操作程序,含有继电器控制,液晶显示,传感器控制以及串行口通信的程序代码-Upload program is based on 51 single instance of operating procedures, containing relay control, LCD display, sensor control and serial port communication program code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:171324
    • 提供者:江山
  1. 51_RS485

    0下载:
  2. 51单片机串口通讯的源码! #ifndef __485_C__ #include <reg51.h> #include <string.h> #define unsigned char uchar #define unsigned int uint /* 通信命令 */ #define __ACTIVE_ 0x01 // 主机询问从机是否存在 #define __GETDATA_ 0x02 // 主机发送读设备请求 #
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:59298
    • 提供者:chen
  1. 51Serial

    0下载:
  2. 51单片机AT89C52串行通信.上位机通过串口向单片机发数据,单片机接收后发回给上位机。-51 AT89C52 single-chip serial communication. PC send data through the serial port to the microcontroller, the microcontroller has sent back to the host computer.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:37719
    • 提供者:张三
  1. 671AT89S52-ISP

    0下载:
  2. 开源 ISP-VB6源程序,只支持AT89S51/AT89S52 AT89S51和AT89S52的ISP-VB6.0源程序。 没有设立保密按钮,企业用户请绕道。 也没有安排擦除按钮,擦除ROM请建一个空的.HEX下载。 能知道已存在的串行口,自动识别51还是52. 当串口号大于4,手工去设备管理器中改小。 当你想用VB6通过串口(或USB的虚拟串口)与单片机通信时,可以参考。 -Open source ISP-VB6 source code supports onl
  3. 所属分类:Parallel Port

    • 发布日期:2017-03-30
    • 文件大小:183860
    • 提供者:Poter
  1. EEPROM

    0下载:
  2. 51单片机与EEPROM通信,上位机通过串口发存储地址进行数据的返回。程序有6个阶段的调试程序,适合于初学IC总线者。-51 and EEPROM communication, the host computer through the serial port for data storage address sent back. There are six stages of program debugging procedures, suitable for beginners who IC
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:8030
    • 提供者:何香
  1. vbcom

    0下载:
  2. 串口程序,vb界面小软件,51单片机和电脑通信-Serial procedures, vb small software interface, 51 and computer communications
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:7651
    • 提供者:pongfeifei
  1. CSharp

    0下载:
  2. PC上位机使用C#语言编程,通过该上位机可以与51单片机的串口实现通信。-PC host computer using the C# programming language, you can communicate with the microcontroller 51 via the PC serial port.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:107372
    • 提供者:邵扬
  1. Text1

    0下载:
  2. 51单片机通过串口与计算机进行简单的通信-51 single simple communication with the computer through the serial port
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1119
    • 提供者:jasen.lan
  1. duojitongxin

    0下载:
  2. 多机通信,设计了一种基于MCS-51系列单片机AT89S52 的多机通信系统。当1号机与2号机通信时,1号单片机为主机,2号机为从机。主机通过串口向从单片机发送指定格式的数据,从单片机收数据并作出响应,从机通过LED数码管显示通信状态。1号单片机通过矩阵键盘控制通信过程与显示。这通信模式是主从模式,只能是主机发信息给从机。当1号机与3号机通信时,不存在主从机之分,是平权模式。1号机可以通过按键发信息给3号机,3号机也可以通过按键发信息给1号机,通过各自的数码管显示通信数据,LED灯显示通信状态。
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1964
    • 提供者:min
  1. The-serial-printer

    0下载:
  2. 实现了51单片机的串口打印功能 在此基础上可实现双机通信程序-Implementation of serial print function on the basis of 51 single chip computer can realize communication program
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:18524
    • 提供者:蒙蒙
  1. shukong_dianyayuan

    0下载:
  2. 以51单片机的串行通信功能设计的一个数控正负30V的可控电压源,含proteus仿真图,程序、串口调试助手-A CNC with 51 single-chip serial communication design controllable voltage source of plus or minus 30V, with proteus simulation map, program, serial debugging assistant
  3. 所属分类:SCM

    • 发布日期:2017-05-19
    • 文件大小:5127993
    • 提供者:Jerry
  1. 51mcu

    0下载:
  2. 支持51单片机与vb直接相互通信,用串口实现最基本的跑马灯实验.-Support 51 single communicate directly with vb, with serial Marquee achieve the most basic experiments.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:98490
    • 提供者:孙钦
  1. TCP_232

    0下载:
  2. 采用STC11L60XE搭配W5200网口芯片,实现普通51单片机的网络通信.该程序实现了网口接收到数据串口转发的功能。-W5200 Ethernet port using STC11L60XE with chip, 51 single common network communication The program implements Ethernet port receives serial data forwarding function.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-25
    • 文件大小:46212
    • 提供者:田横民
  1. Ultrasonic-Ranging

    0下载:
  2. US-100超声波测距模块可实现2cm~4.5m 的非接触测距功能,拥有2.4~5.5V的宽电压输入范围,静态功耗低于2mA,自带温度传感器对测距结果进行校正,同时具有GPIO,串口等多种通信方式,内带看门狗,工作稳定可靠。 US100超声波测距51-C程序-US-100 Ultrasonic Ranging Module enables 2cm ~ 4.5m Non-contact distance measurement functions, with 2.4 ~ 5.5V w
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2114
    • 提供者:dahua
  1. fp1-40-1_1

    0下载:
  2. fpga任意频率输出,精度《=2 ,串口控制分频系数,从50hz-51.2k精确分频,其中还包括小数点的处理。 通信部分:波特率处理模块、数据接受模块、数据校验及解码模块 分频部分:altpll锁相环模块,分频数计算模块、小数0.5检验模块、分频模块 -fpga any frequency output accuracy " = 2 , serial control division factor, from 50hz-51.2k precision divider, whi
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-22
    • 文件大小:7121010
    • 提供者:houjiajun
  1. NRF24L01-basedC51

    0下载:
  2. 基于51单片机的NRF24L01无线射频模块收发程序(内含51直流电机驱动代码,无线232通信,串口收发,以及温度传感器数据采集系统程序等等)-Based on 51 single-chip RF transceiver module NRF24L01 program (containing 51 DC motor driver code, 232 wireless communications, serial port transceiver, and a temperature sensor
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:372542
    • 提供者:程文斌
  1. Form1

    0下载:
  2. 利用VB实现RS232串口通讯源代码,实现了51系列单片机与计算机电脑的通信,数据传输-Using VB realize RS232 serial communication source code, the realization of the 51 series single chip microcomputer and computer computer communication, data transmission
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1242
    • 提供者:timle
  1. MFRC522_C51

    0下载:
  2. 实现RC522与单片机的通信连接,这里可以用c语言keil环境编写51单片机控制RC522射频卡读取卡号,通过串口显示-use 51 to RC522
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:30879
    • 提供者:张大洋
« 1 2 ... 27 28 29 30 31 3233 »
搜珍网 www.dssz.com