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

搜索资源列表

  1. STC12LE_COM

    0下载:
  2. STC12系列单片机的双串口程序,接收采用串行中断方式,调试通过。-STC12 Series MCU two serial procedures, the reception serial interrupt mode, debug through.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:54402
    • 提供者:邓立新
  1. 430UART

    1下载:
  2. MSP430单片机的串口通信程序,几种波特率。已调试成功,可用!-MSP430 MCU serial communication procedures, several baud rate. Have been debug successful, can be used!
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7724
    • 提供者:xiaoyuer
  1. UART_Program

    0下载:
  2. 串口中断服务函数集,使用十分方便 51单片机串口调试程序(C语言)-Serial port interrupt service function is set, 51 MCU serial port is very convenient to use the debugger (C language)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:4640
    • 提供者:jj
  1. 444

    0下载:
  2. 课程设计是基于CU50传感器和STC89C51单片机的智能测温仪表。智能测温仪表电路主要由STC89C51单片机、按钮、数码管、LED显示、串行通信接口、电源、ADC、E2PROM等电路组成,其以51单片机为核心控制部件,利用CU50阻值随温度变化的特点,将其和其他三个电阻构成非平衡电桥,因而,温度的变化可转化成电桥输出微弱电压信号的变化,电压信号经集成运放电路放大后送到A/D转换器,将模拟信号变换成数字信号。单片机根据输入量和设定量进行运算,将结果送到数码管显示,完成对温度的测量。-Curri
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:399210
    • 提供者:yaoming
  1. STCDaulUart

    0下载:
  2. STC单片机双串口,串口1,2测试程序,串口2使用独立波特率发生器作为波特率发生器。-SCM STC dual serial, serial 1,2-testing procedures, using serial two independent Baud Rate Generator as the baud rate generator.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:3006
    • 提供者:肖雨
  1. UART

    0下载:
  2. AVR单片机串口程序 很好用的串口程序,可以发送16进制和ASC-AVR RS232
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:4529
    • 提供者:张健
  1. TemComTest

    2下载:
  2. 串口通信上位机界面,与下位机单片机通信,获取温度数据。-PC serial communication interface, and the next-bit single-chip machine communications, access to temperature data.
  3. 所属分类:Com Port

    • 发布日期:2016-08-07
    • 文件大小:1952879
    • 提供者:chenmaogang
  1. uart_peripheral_library

    0下载:
  2. PIC32 UART.32位单片机串口通讯程序。中断与不中断方式两种。-PIC32 UART.32 Bit microcontroller serial communication program. Two kinds of interrupt and non-interrupt mode.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:74357
    • 提供者:何富昌
  1. 74HC165

    0下载:
  2. 8051系列单片机控制74HC165并串转换-c51程序-8051 Series MCU control 74HC165 and string conversion-c51 program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:545
    • 提供者:leisure
  1. TC35I

    2下载:
  2. 51单片机控制TC35I无线通信模块的完整Keil C程序,还包含GB2312与Unicode转换,国标汉字、ASC字符显示,串口通信,液晶模块控制等程序-51 SCM control TC35I complete wireless communication module Keil C program also includes GB2312 and Unicode conversion, the national standard Chinese characters, ASC charac
  3. 所属分类:SCM

    • 发布日期:2015-04-18
    • 文件大小:5028161
    • 提供者:李刚
  1. usb转串口线 驱动 PL2303

    1下载:
  2. 这个是usb转串口的驱动,其转换芯片是pl2303,所以,凡是这种转换芯片做的转换器都可以使用这个驱动,——基于windows32的!方便用于stc单片机的串口下载,这个也是stc官方支持的usb转串口驱动!方便大家共享!-a usefull driver for PL2303,a kind of usb to serial convertor!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-11-24
    • 文件大小:3583071
    • 提供者:李伟清
  1. RS485

    1下载:
  2. 单片机上电后向串口数据0XAA,接收到数据后,然后向串口发送接收到的数据使初学者领略使用中断进行数据通信,传输方式为RS485-Power single-chip serial data to the 0XAA, receive data, and then sent to the serial data received interrupt beginners enjoy the use of data communications, transmission for RS485
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-08-25
    • 文件大小:10854
    • 提供者:wzb
  1. 0555

    0下载:
  2. 51单片机串口通讯设计代码公开, //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开销是一样的 -51 design code serial communication open,// ??this is a C51 microcontroller serial receiver (interrupt) and send routine can be used to test the mi
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:8517
    • 提供者:
  1. uart1

    0下载:
  2. stc的12c5a60s2单片机的单独波特率UART串口通信-stc' s 12c5a60s2 separate microcontroller UART baud rate serial communication
  3. 所属分类:SCM

    • 发布日期:2016-01-25
    • 文件大小:30720
    • 提供者:liu
  1. RS485

    2下载:
  2. STC单片机RS485应用串口通讯兼容所有51全系列-STC microcontroller RS485 applications
  3. 所属分类:SCM

    • 发布日期:2016-01-08
    • 文件大小:19456
    • 提供者:atc51
  1. uart1and2

    0下载:
  2. stc单片机的串口通信 包括独立比特率的和新增加的串口2的程序-stc the Serial communications include independent bit rate and new procedures to increase the serial port 2
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:22713
    • 提供者:liu
  1. STC_2uart-sram

    0下载:
  2. 双串口收发多串口收发,单片机间的通信,实现很多的功能-Dual serial multi-transceiver serial port transceiver, single-chip communication to achieve a lot of features
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:3103
    • 提供者:ivan
  1. COM_port_to_send_data_procedure_to_receive_data.ra

    0下载:
  2. 单片机串口接收数据发送数据程序:一个经典的例子,值得大家参考和学习-COM port to send data, receive data process: a classic example of valuable reference and learning
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:37801
    • 提供者:jake
  1. radar_C

    0下载:
  2. 51单片机通过8253控制步进电机转动,步进电机上面有超声测距模块,该模块通过串口将距离信息传给单片机处理,从而实现了一个简单的平面雷达。同时,单片机处理步进电机的角度信息,再控制载有摄像头的舵机转到雷达扫描到物体的方位,以实现摄像头跟踪目标物体的结果。-51 stepper motor microcontroller control by 8253 rotation of stepper motor above a ultrasonic ranging module through the s
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1781
    • 提供者:晋青丰
  1. picUart

    0下载:
  2. pic单片机的串口通用通讯C程序,稍加修改就可应用到的你的工程中-Generic pic microcontroller serial communication C program can be applied to minor modifications of your project
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:27453
    • 提供者:xuansun
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 50 »
搜珍网 www.dssz.com