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

搜索资源列表

  1. ATMAGE128uartasksendinterruptreceive

    0下载:
  2. 本程序经调试好使,如果程序不好使,请注意检查更改波特率和晶振频率以及检查调试助手和单片机的熔丝位设置,尤其是103兼容模式的熔丝位不编程M128和M16串口通信程序大同小异,M128有两个串口UART0、UART1而M16只有一个串口UART,只需要修改相应的寄存器和引脚设置即可中断方式接收能有效防止(采用查询方式接收)单片机外部设备不正常,不能收到数据死机-After debugging the program so that, if the process not so, please no
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:2081
    • 提供者:xiaobo
  1. uart_terminal

    0下载:
  2. this large program shows you how to communicate via Serial UART on your computer. GUI interface thread is independent from UART thread. so you can learn using multi-thread in windows platform. the program has some other facilities,too. builder is Bor
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:1222143
    • 提供者:zaferhasim
  1. uart1

    0下载:
  2. 新华龙C8051F020单片机UART调试程序,经调试好使-Hualong C8051F020 new single-chip UART debugger, so that by the debugging
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:1253
    • 提供者:简优宗
  1. kaifaban

    0下载:
  2. 这是一个C8051F020开发板和原程序代码,里面有C8051F的ADC,DAC,UART,PWM输出,等等。-This is a C8051F020 development board and the original program code, there are C8051F the ADC, DAC, UART, PWM output, and so on.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:40041
    • 提供者:康康
  1. ledflah

    2下载:
  2. 本工程采用STC51单片机,采用C语言编写PWM程序实现RGB灯的亮度调节!PWM采用定时器实现,可实现调频兼跳脉宽!原理图采用PROTEL99SE-This project include sch circiut and program!we use PWM to let RGB led flah.the name of micochip is STC,so u can download the HEX file just by UART!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:44911
    • 提供者:光光
  1. 89c51uartPC

    0下载:
  2. 单片机与PC机串行通信实现,让刚学习51单片机的朋友学会如何写uart发送和接收的程序-PC-MCU and serial communication to achieve, so just to learn 51 MCU s friends to learn how to write programs to send and receive uart
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:123599
    • 提供者:小蔡
  1. LC_txmit

    0下载:
  2. FPGA UART transmit and so on
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:991
    • 提供者:赵锋
  1. XR16M2550

    0下载:
  2. XR16M2550是一款高性能,具有16字节收发FIFO的异步全双工UART芯片,具有两路完全独立的UART通道。本资料包含完整的测试代码(ADS 1.2环境),中文应用文档,电路原理图,PPT讲解稿等。-XR16M2550 is a high-performance, with 16-byte receive FIFO, asynchronous full-duplex UART chip, with two-way completely independent UART channels.
  3. 所属分类:uCOS

    • 发布日期:2017-05-28
    • 文件大小:10883554
    • 提供者:祝剑波
  1. autobaud

    0下载:
  2. C8051检测用户设定的波特率,然后初始化自己的波特率。-This code attempts to automatically detect the user s baud rate and initialize the 8051 s built-in uart. More specifically, these steps are taken: 1.If the code was assembled with the correct baud rate, skip to step 5.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1453
    • 提供者:宋秋斌
  1. LPC2300

    0下载:
  2. 周立功公司的LPC2300技术笔记上册对应例程。包括ADC,DAC,EWC,GPIO,I2C,IAP,IRDA,PLL,PWM,RTC,SPI,SSP,UART,中断,系统控制模块,定时器等。-ZLG' s LPC2300 technical notes on the book correspond to routines. Including ADC, DAC, EWC, GPIO, I2C, IAP, IRDA, PLL, PWM, RTC, SPI, SSP, UART, inter
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2220223
    • 提供者:yangshaofeng
  1. Stm32F101C6_uart

    0下载:
  2. 自己写的 STM32 串口UART驱动, 不用固件库。超级终端界面按键时,自动回送。 应用范围: 因为不涉及IO口,所以此工程在STM32F1xx的任何主板上都可以运行。 编译器: IAR ARM 4.42A。 作者: w123456xy@sohu.com 15189792379。 -Write your own STM32 serial UART driver, no firmware library. HyperTerminal interface button, autom
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:101553
    • 提供者:whqxy
  1. Stm32F101C6_ADC_Timer

    0下载:
  2. 自己写的 STM32F10x的ADC和Timer驱动, 没有使用固件库。每秒通过串口UART输出当前ADC值。 应用范围: 因为不涉及IO口,所以此工程在STM32F1xx的任何主板上都可以运行。 编译器: IAR ARM 4.42A。 作者: w123456xy@sohu.com 15189792379。 -Write your own STM32F10x the ADC and Timer-driven, not using the firmware library. Se
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:128154
    • 提供者:whqxy
  1. MaxiCOM

    0下载:
  2. Unfortunately Microsoft has never paid much attention to the serial port. In the Windows API it is just regarded as a file, and in the first version (1.1) of the .NET framework (managed code) there was no support for serial communication. Fortunately
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:366246
    • 提供者:RAMAKERS_R
  1. STR91x

    0下载:
  2. 包括大量的STR912基础程序 很不错哦。包括 GPIO UART AD DMA CAN TIME WOT PWM INTTEREUPT 等。。我在网上都没看到。-Including a large number of STR912 based applications are very good. Including GPIO UART AD DMA CAN TIME WOT PWM INTTEREUPT so. . I have not seen online.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-12
    • 文件大小:2713278
    • 提供者:xiaochun
  1. SmartARM2400

    0下载:
  2. SmartARM2400配套源码,包括以太网、SD卡、LCD、CAN、UART、SPI等的例子。-code of SmartARM2400,includes code about Ethernet,SD Card,LCD,CAN,UART,SPI and so on.
  3. 所属分类:SCM

    • 发布日期:2017-05-31
    • 文件大小:13166058
    • 提供者:ljc
  1. DMX512_2_23

    1下载:
  2. 本系统设计利用FPGA设计了一个接在电脑串口上的一个DMX512协议的转接卡,它可以让你的电脑变成一台超强的电脑灯控制台或者调光台、LED控制器等。通过电脑软件,可以控制电脑灯或者其他DMX512协议的设备,比如LED灯、激光灯、PAR灯、DJ设备等等。 本系统还有体积小巧携带方便等特点,足够一般的娱乐场所、多功能厅、会议厅等场所使用,同时采用电脑进行灯光的控制,也可以提升工程的技术含量,显得更高科技。通过简单更改DMX模块的UART部分,还可以将串口转换usb接口,不过由于手头上的FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:2223605
    • 提供者:swekey
  1. mcs51lab4

    0下载:
  2. Serial UART interrupt EX send char on LCD 16*2 so good Example
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:26051
    • 提供者:jiravich
  1. from2410to2440

    0下载:
  2. 文件描述了2410和2440的区别,因2410和2440的差别很小,所以移植工作量非常小。仅需修改:配置文件config.h、启动文件initcpu.s,uart模块、nand芯片驱动模块,键盘模块key-hard.c。-Document describes the difference between 2410 and 2440, due to the difference between 2410 and 2440 is small, so the workload transfer is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:72066
    • 提供者:xiangwenpei
  1. MSUODS_Tri_Spec

    0下载:
  2. 晓舟通用在线调试系统(MornShip Universal Online Debug System,简称MSUODS)是晓舟工作室研发的具有完全自主知识产权的通用型嵌入式实时在线调试系统。MSUODS针对所有采用8051(兼容)指令的芯片,利用串口通讯实现了通行在线调试仿真系统(ICE/JTAG)的所有在线调试仿真功能,具有性价比高,资源消耗少,不受芯片型号限制的通用性,支持多种类型和数量不受限制的断点设置,基于多种集成开发环境(IDE)的源码级在线调试,支持二次开发等众多特点-MornShip
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:530661
    • 提供者:xuezhen
  1. yang

    0下载:
  2. STC12系列单片机源代码,包括软定时器、SPI接口、UART接口等等功能,方便使用-STC12 MCU source code, including soft timers, SPI interfaces, UART interfaces, and so user-friendly features
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:86617
    • 提供者:name
« 1 2 34 5 »
搜珍网 www.dssz.com