CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - UART

搜索资源列表

  1. uart485

    0下载:
  2. PIC18 uart 485驱动程序 PIC18 uart 485驱动程序PIC18 uart 485驱动程序-PIC18 uart 485驱动程序
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-16
    • 文件大小:3070
    • 提供者:wang yong
  1. PIC_LEDSLAVE

    0下载:
  2. transmission in uart in pic24fj64ga004 controller
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-02
    • 文件大小:217000
    • 提供者:sureshraju
  1. UART

    0下载:
  2. arm单片机的串口开发程序与说明,方便从事这方面的开发者易于上手。-arm microcontroller the serial development program with instructions to facilitate developers engaged in this area is easy to use.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-24
    • 文件大小:299324
    • 提供者:zfp
  1. zigbee

    0下载:
  2. CC2530 串口UART方式函数,可以方便的应用该文件做串口-CC2530 serial UART function, and can facilitate the application of the files do serial
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-10
    • 文件大小:46353
    • 提供者:dengjun
  1. uart

    0下载:
  2. Tinyos 1.x代码,通过串口通讯得到数据,通过无线发送-Tinyos 1.x code, serial communication data sent via wireless
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-22
    • 文件大小:524111
    • 提供者:石月升
  1. UART_Rx

    2下载:
  2. 该程序是PSoc3的UART部分例程,它可以帮助初学者很快的认识PSoC3的UART,该程序可直接使用。-The program is the UART routine of PSoC3. It can help beginners to learn the UART part of PSoC3quickly and can be applied directly.
  3. 所属分类:Other Embeded program

    • 发布日期:2014-08-29
    • 文件大小:2082816
    • 提供者:张伟
  1. CC2530UART1Test

    0下载:
  2. cc2530的uart串口通信 接收数据实例 可以直接用于实际中 很实用-cc2530 uart serial communication receive data instances can be directly used in the actual practical
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-10
    • 文件大小:17990
    • 提供者:lixinwen
  1. Computer-communicate-by-Zigbee-

    0下载:
  2. 两个zigbee模块通过串口接在两台电脑上面,两台电脑上面运行串口助手,可以实现通过串口助手发送至zigbee模块,再通过无线模块传送至另一个zigbee模块上,这个zigbee将数据发送至相应的电脑上,通过UART实现点对点无线通信,使用方法如下: 1:打开IAR开发环境,打开工程。 2:接上仿真器,并把仿真电缆连到CC2430模块上,把程序下载到两个模块上。 3:两个模块之间通过PC机串口发送一个字符到另一个模块的PC。-Two zigbee module through th
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-16
    • 文件大小:284238
    • 提供者:kang
  1. LPC_1768_UART_interrupt

    0下载:
  2. 嵌入式实验代码,LPC1768中断实现UART-Embedded experimental code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-22
    • 文件大小:221268
    • 提供者:徐风
  1. JN-AN-1006-PER-Test-3v0

    0下载:
  2. Jennic 5139/5148 SOC芯片无线测试程序-Jennic 5139/5148 SOC chip developed wireless UART program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-08
    • 文件大小:143871
    • 提供者:hl
  1. Elan78f561uart

    0下载:
  2. Elan单片机78f561的uart应用。-Elan microcontroller 78f561 uart application.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-02
    • 文件大小:655
    • 提供者:diki
  1. zhongduan

    0下载:
  2. 用PIC单片机内部定时器0,作为16位定时器使用,并开启溢出中断。单片机的外部中断0引脚接开关SW2,并设置为下降沿的触发方式。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:SW2按键按下时,LCD上显示“Timer0 Start”, 定时器0开始工作,然后LCD上显示“Timer0 Working”,当UART接收到PC机发送的命令“P”时,定时器0停止工作,LCD上显示“Timer0 Stop”
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-27
    • 文件大小:57808
    • 提供者:杨梦红
  1. chuangxing

    0下载:
  2. 配置CCP1模块使之工作于PWM模式,并初始化周期和占空比。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:当UART接收到命令“S”时,LCD上显示“PWM Start”, PWM开始工作。当UART接收到命令“U”时,占空比增加,当UART接收到命令“D”时,占空比减少,并在LCD上显示占空比。当UART接收到命令“P”时, PWM停止工作,LCD上显示“PWM Stop”。并用示波器观察PWM输
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-22
    • 文件大小:113465
    • 提供者:杨梦红
  1. HIDtoUARTExample

    1下载:
  2. Hid-to-uart code example to 8051F340 uC.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-03
    • 文件大小:577515
    • 提供者:árpi
  1. UART0

    0下载:
  2. LPC2400系列UART驱动实现接受发送功能-LPC2400 series UART driver achieve accept send
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-24
    • 文件大小:402156
    • 提供者:sun
  1. 8051-uart

    0下载:
  2. 8051双机通信简例 keil编程的 带有proteus仿真-8051 dual-machine communication simple example keil programming with proteus simulation
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-30
    • 文件大小:26648
    • 提供者:ZDD
  1. UART

    0下载:
  2. 该程序是430f149单片机串口通讯的程序,实例可直接测试。-The program is 430f149 single-chip serial communication procedures, examples can be tested directly.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-11
    • 文件大小:26094
    • 提供者:lijun
  1. msp430f2553

    0下载:
  2. MSP430 G2553 测试程序 PWM UART 时钟-Testing procedures PWM UART clock MSP430 G2553
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-06
    • 文件大小:497473
    • 提供者:wanqiyang
  1. F12x_UART1_Interrupt

    0下载:
  2. UART interrupt for 8051f12x
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-05
    • 文件大小:2480
    • 提供者:A
  1. F12x_UARTs_STDIO_Polled_2UARTs

    0下载:
  2. UART poled for 8051f12x
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-03
    • 文件大小:3234
    • 提供者:A
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 24 »
搜珍网 www.dssz.com