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

搜索资源列表

  1. Serial-I2C-EEPROM-pic16f84

    0下载:
  2. Serial I2C EEPROM pic16f84
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:19343
    • 提供者:kostas
  1. Serial-testing-procedures

    0下载:
  2. 51单片机串口测试程序,方面单片机的串口验证-Serial testing procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1642
    • 提供者:haige
  1. 51-MCU-C-serial-communication

    0下载:
  2. 51单片机C串行通信用单片机和电脑通信发12345678;以分号结束-51 MCU C serial communication
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:420063
    • 提供者:雷奎
  1. MSP430-12864-serial

    0下载:
  2. MSP430的12864串行显示,完整文档-MSP430-12864 serial, complete documentation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-17
    • 文件大小:3732
    • 提供者:苏翔
  1. 51-Serial-Communication

    0下载:
  2. 51单片机串口通讯,实现PC发送数据到单片机后,回发原来的数据到PC端。-51 Serial Communication
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:43739
    • 提供者:tjx
  1. serial-communication

    0下载:
  2. 一个带纠错功能的51单片机串口通讯子程序。-51 single-chip serial communication subroutine with error correction function
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:840
    • 提供者:吴凤磊
  1. serial-communication

    0下载:
  2. 一个51单片机与PC机的串口通讯发送和接收程序。-A 51 single-chip serial communication to send and receive programs (full duplex).
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:4498
    • 提供者:吴凤磊
  1. Serial-experiments

    0下载:
  2. 该程序实现串行口的接收与发送,并用8个发光二极管实现对单片机接收到得数据的相应二进制显示。对于初学者是一个很好的实验例子。文件程序中含有详细备注,均为本人自行编辑。-The procedures for receiving and sending of serial port and eight light-emitting diode on the microcontroller receives data corresponding binary. For beginners is a go
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:437316
    • 提供者:张明辉
  1. RTX51-serial

    1下载:
  2. RTX精简版的操作系统实现的双串口收发程序,可以循环调度!-RTX streamlined version of the operating system dual-serial port transceiver, you can loop scheduling
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:27271
    • 提供者:lsb
  1. Serial-control-relay

    0下载:
  2. 单片机串行输入,并口输出,用于控制继电器输出,可以用在简单的控制上面-Microcontroller serial input, parallel output, used to control relay outputs can be used in simple control above
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:50247
    • 提供者:
  1. serial

    0下载:
  2. 该程序配有仿真,是通过串口,将信号从一个单片机传到另一个单片机,并显示出来-The program simulation, through the serial port, the signal from a microcontroller to another microcontroller, and displayed
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:45969
    • 提供者:Sunny
  1. serial-control-24C02

    0下载:
  2. 通过串口控制24C02在指定位置读出或写入数据-In the specified location for reading or writing data through the serial control 24C02
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2209
    • 提供者:游俊
  1. 51-Serial-Communication

    0下载:
  2. 51 单片机 基于keil软件的 串口通讯 接收发送程序-51 single-chip based on the keil software serial communication receiver to send a program
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:25910
    • 提供者:马兴
  1. serial

    0下载:
  2. 汇编语言编写的简单的51单片机的串口通信控制程序-Assembly language simple 51 microcontroller serial communication control program
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:957
    • 提供者:曹俊昭
  1. Serial-receiver

    0下载:
  2. 串口接收接收并发送多字节的代码,proteus仿真,通过串口调试助手,实验通过,好用-Serial receiver to receive and send multi-byte code, proteus simulation, debugging assistant through the serial port, through experiments, easy to use
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:43744
    • 提供者:林柱
  1. Serial-Print

    0下载:
  2. 本程序实现了以下功能: 单片机上电后等待从上位机串口发送来的命令,同时在数码管的前四位以十进制 显示 AD采集来的数值。 1)当收到以十六进制发送来的01后,向上位机发送字符串“Turn off ad!”,同时间隔 一秒读取AD的值,然后把AD转换过来的数表示成实际电压值(浮点数),并且从串口发 送给上位机,形式如“The voltage is 3.398438V”发送周期也是一秒一次。 2)当收到02时,向上位机发送“Turn off ad!”并停止发送电压值 3)
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:32840
    • 提供者:张明辉
  1. Serial-debugging

    0下载:
  2. 单片机串口调试实验的C语言源码,根据自己的原理图简单修改即可,挺好用的-Microcontroller serial debug the C language source code of the experiment can be modified according to their own schematic simple, very easy to use
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:12409
    • 提供者:武涛
  1. serial-port-communication

    0下载:
  2. 用VC实现串口通信,将数据传送给上位机,并完成界面设计-serial port communication
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1662276
    • 提供者:断桥残雪
  1. Ultrasonic-Ranging-serial-display

    0下载:
  2. 超声波测距串口显示,通过串口可以方便的把超声波测出的距离显示出来,方便调试-Ultrasonic Ranging serial port through the serial port can be easily ultrasonic measured distance is displayed to facilitate debugging
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:95913
    • 提供者:dw
  1. Serial-Port-Communication

    0下载:
  2. 单片机卡法程序: 串口通信程序。C 语言, 开发环境: Keil-MCU card law program: serial communication program. C language development environment: Keil
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:26669
    • 提供者:张凯
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com