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

搜索资源列表

  1. UART2

    0下载:
  2. 单片机扩展多个串口的另外一个例子,可实现更少的端口占用,以及中断方式和查询方式。源代码,可直接使用-Single-chip serial port expansion more than another example of the realization of fewer ports may be occupied, as well as the interruption of the way and manner inquiry. Source code, can be directly u
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:243421
    • 提供者:lee
  1. cjcs

    0下载:
  2. 单片机串行数据采集、传输模块的设计,以GNS97C20051单片机为核心-Single-chip serial data collection, transmission module design in order to single-chip microcomputer as the core GNS97C20051
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:121379
    • 提供者:吴维
  1. 51kaifaban

    0下载:
  2. 51单片机全套学习资料 提供电路原理图 各种C语言实验程序 包括LED流水灯,数码管显示,中断,定时器,串口通信,DS18B20温度显示,液晶1602,12864显示,看门狗,按键检测,音乐播放等程序.-51 Singlechip a full set of learning materials to provide a variety of circuit schematics C language experimental procedures, including water LED li
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:307317
    • 提供者:james
  1. bmain

    0下载:
  2. 一个关于avr单片机串口通信的一个简单例子 对于avr初学者 来说 可以一看-A single-chip serial communication on the avr as a simple example for beginners avr can see
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1363
    • 提供者:zgb
  1. vk

    0下载:
  2. 51单片机串口只有一个,本程序是利用vk芯片进行扩展的实例,扩展为3个串口。-51 Single-chip serial port is only one, this procedure is to expand the use of vk chip example, extending for three serial port.
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1332
    • 提供者:cz
  1. uart

    0下载:
  2. 51单片机普通I/O口,做串口用,可以和真的串口一样,设置发送和接收的波特率,和发送接收的模式-51 Singlechip general I/O port, serial port used to do, you can and really like the serial port, set up to send and receive baud rate, and send to receive mode
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1505
    • 提供者:lizhffeng
  1. 52

    0下载:
  2. 单片机与单片机通信实例(主机) 功能:通过串口与从机与主机的通信,对从机1发出问询帧,然后接收从机1 的脉冲数,通过简单计算得出电压控制值,通过串口发给从机2-Examples of single-chip MCU and Communication (host) function: through the serial port and from the machine with the host communications, on information sent fro
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:27681
    • 提供者:liao
  1. 51

    0下载:
  2. -- -- -- -- -- -- 单片机与PC通信实例 功能:从PC机串口端接收13个字节的数据,然后将接收到的数据加上 "Serial Port OK!"的后缀后,发送给PC作为应答------------------------- MCU and PC communication examples functions: serial client machine from the PC to receive 13 bytes of data, and then wi
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:10219
    • 提供者:liao
  1. COM

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

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

    0下载:
  2. 单片机串行通信发射机采用串行工作方式,发射并显示两位数字信息,既显示00-99,使数据能够在不同地方传递-Single-chip serial communication transmitters using a serial work, the launch and display the two-digit information, both show the 00-99, so that data can pass in different places
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:271719
    • 提供者:eee
  1. 4

    0下载:
  2. 首先要设定通信协议,一般以帧格式 1、起始字节 2、数据长度 3~n、数据区 其次,vb发了一串数据 当单片机每收到一个数据时: 第一步:判断是不是起始字节,如果是到第二步,否则继续第一步 第二步:收到数据长度 第三步:根据数据长度循环收数据,直到结束。
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:2397
    • 提供者:wanqiyou
  1. delphi_MSComm_image

    1下载:
  2. delphi用MSComm进行串口通讯,如果接受到的是连续的一组完整数字则将其进行图像还原。 本代码的另外一个是MSC51F310编写的单片机代码,两个合在一起完成从单片机将视频图像采集并发送到上位机还原的过程。-Comm by RS232,Program by DELPHI, link PC do F310,allow msc51f310 send a picture to PC .
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:20237
    • 提供者:侯杰
  1. IOtoSerial

    0下载:
  2. C51普通IO模拟Uart,解决单片机串口不够用的问题-IO to Uart
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1725
    • 提供者:飞云
  1. MCU_MATLAB_oscillograph

    1下载:
  2. 使用ME300B开发板通过51单片机读取AD数据并通过串口将数据上传到PC,再使用MATLAB作图,实现简单的示波器功能-ME300B development board through the use of single-chip microcomputer 51 to read through the serial data and AD data uploaded to the PC, re-use MATLAB mapping to achieve a simple oscillosco
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:20987
    • 提供者:朱蛛
  1. 15UART0

    0下载:
  2. C8051F系列单片机串口通讯以及例程详介-C8051F series single-chip serial communication routines
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:14387
    • 提供者:wangwei0952
  1. gps

    0下载:
  2. GPS模块的相关资料,用单片机实现串行通信并解码-GPS moden,with USART
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-16
    • 文件大小:47677
    • 提供者:sjl
  1. zsMCUshiyanban

    0下载:
  2. 本实验板的制作原则,简单实用。资源: 8 个LED(闪灯,走马灯,各式花样灯)。4 个数码管(时钟显示,遥控码显示,计数显示等各种显示)。6 个按键(按键扫描,中断,计数器)。 AT24C02(I2C 总线接口实验)。6个接收头(家电遥控器接收,解码)。MAX232(串行RS232 和电脑通迅实验)。蜂鸣器提供各种实验的例程,让初学者轻松学会单片机编程。其中的遥控解码程序,可将红外遥控器的代码显示到LED 上,是遥控开发的好工具。-This experiment the production o
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:236995
    • 提供者:zhihujj
  1. SerialDebugSourceCodeAndProgrammingAssistantDetail

    0下载:
  2. 串口调试助手源程序及编程详细过程。 保证你学会 VC环境下MSComm控件的使用,从而实现 PC与单片机的串口通信。-Serial debug source code and programming assistant detailed process. Guarantee that you learn to VC environment MSComm control the use of PC and SCM in order to realize the serial communica
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:35906
    • 提供者:彭圳
  1. tongxin

    0下载:
  2. VC与单片机之间的串口通信,上面东西很有用,可以帮助初学者编写程序-VC with the single-chip serial communication between the top, something useful that can help beginners programming
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:37018
    • 提供者:田景
  1. RS_232C

    0下载:
  2. RS232C接口与单片机串行口通信的研究-RS232C
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:240041
    • 提供者:房间
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com