CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 uCOS开发 搜索资源 - 串并

搜索资源列表

  1. UartDriver

    0下载:
  2. uc/osII平台下串口驱动程序,支持重载,非常好用,已经通过产品测试,并应用于产品中。-Serial (UART) driver for uC/OS-II platform supporting reload feature. Driver itself has passed product evaluation cycle and has been embedded in real product.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:215235
    • 提供者:周冬生
  1. ucos2 can总线通讯

    0下载:
  2. 编程实现MCP2510 的CAN 总线通讯;两个UP-NetARM3000 通过CAN 总线相连接。ARM 监视串行口,将接收到的字符发送 给另一个开发板并通过串口显示(计算机与开发板是通过超级终端通讯的)。即按PC 键盘通 过超级终端发送数据,开发板将接收到的数据通过CAN 总线转发,再另一个PC 的超级终 端上显示数据-Programming MCP2510 CAN bus communication; Two UP-NetARM3000 CAN bus link. ARM su
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:21840
    • 提供者:陈小平
  1. usbtest0326

    0下载:
  2. 基于ARM的读U盘,并从串口发送的程序, 附带12864带字库也晶子程序.-ARM-based U disk read and sent from the serial port procedures, fringe characters also brought 12,864 crystal subroutine.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:6616064
    • 提供者:毛建文
  1. stm32-timerPPS2PUSART

    3下载:
  2. 在STM32F103上实现双定时器1S定时,利用RS232串口发送数据,利用中断检测PS2键盘和PC机交换信息并在串口助手上显示-In the STM32F103 dual timer 1 S timing, using RS232 serial send data, using interrupt the PS2 and PC keyboard detection to exchange information and serial port on display in assistant
  3. 所属分类:uCOS开发

    • 发布日期:2013-03-18
    • 文件大小:937257
    • 提供者:郭攀
  1. uCos2_mini2440

    0下载:
  2. mini2440成功移植UCOS-II ,并开发了相应程序,实现了多任务调度和实时串口显示-complete successfully transplantation UCOS-II on mini2440 , and the development of appropriate procedures, to achieve a multi-task scheduling and real-time serial display
  3. 所属分类:uCOS

    • 发布日期:2017-05-19
    • 文件大小:5593179
    • 提供者:Holden
  1. Ucos_C8051_SMBus_UART1.rar

    0下载:
  2. 在C8051F060上实现嵌入式系统ucos,并实现IIC通信以及串口通信。,C8051F060 at implementation on embedded systems ucos, and IIC communications, as well as implementation of serial communication.
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:362391
    • 提供者:leo
  1. STM32-serial-DEMO

    0下载:
  2. STM32 2个串口进行交互,串口1(2)发送的数据在串口2(1)接收并显示。-Interact of STM32 2 serial ports, serial ports (2) send data on the serial port 2 (1) to receive and display.
  3. 所属分类:uCOS

    • 发布日期:2017-11-04
    • 文件大小:2648852
    • 提供者:温泉
  1. LPC1768-UCOSII

    0下载:
  2. LPC1768的UCOSII的移植模板,在ZLG模板基础上改的,ZLG的模板经过本人调试,好像中断里发信号量有问题。本人将其改正并在其中加了串口功能程序并调试通过,串口波特率设置为4800。-Template of LPC1768 with UCOSII run on it.The template of ZLG has some problems ,I correct all the problems and debug it .
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:925105
    • 提供者:罗剑秋
  1. uCOS-II-LPC2214

    1下载:
  2. 这是将ucos ii成功移置到LPC2214上的源代码,并完成串口的相应通信。-This is the Source of uCOS-II about LPC2214.
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:156263
    • 提供者:lenovo
  1. S3C44B0X_uCGUI

    0下载:
  2. uc-gui.apj SDT2.51工程文件 uC-GUI\ ADS1.2工程文件夹 FS-GUI UltraEdit工程文件 SI\ SourceInsight工程文件夹 img\ C语言格式位图 gui\ uC-GUI源代码文件夹 不同的LCD需改变\gui\config\lcdconf.h文件中的定义 #define LCDMONO //单色 #define LCDG4 //4级灰度 #define LCDG16 //16级灰度
  3. 所属分类:uCOS

    • 发布日期:2017-05-08
    • 文件大小:2041584
    • 提供者:Davinci
  1. GENIE-SHELL

    0下载:
  2. uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:394542
    • 提供者:haha
  1. lpc2132_ucos_uartv1.6

    0下载:
  2. 在LPC2132的ARM处理器上,运行Ucos系统,并在此系统之上开始串口收发数据的代码实例。 -In the ARM processor LPC2132 running uCOS system and the system serial port to send and receive data on the beginning of the code examples.
  3. 所属分类:uCOS

    • 发布日期:2017-05-03
    • 文件大小:563266
    • 提供者:huayuxg
  1. Ucos_C8051F_PCF_UART0

    0下载:
  2. 在C8051F060上实现嵌入式系统ucos,读取时钟,并实现IIC通信以及串口通信。-C8051F060 at implementation on embedded systems ucos, read clock, and IIC communications, as well as implementation of serial communication.
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:307118
    • 提供者:leo
  1. ucos2

    0下载:
  2. 用C语言编写的uCOS_II在51单片机上移植,此代码可直接移植到单片机上,并给出一个串口通信例子供读者学习与交流-Using C language on uCOS_II at 51 Singlechip transplantation, this code can be directly transplanted into single-chip, and give an example of serial communication for readers to study and exch
  3. 所属分类:uCOS

    • 发布日期:2017-05-07
    • 文件大小:1356430
    • 提供者:wangjundong
  1. PWM

    1下载:
  2. 运行程序时,正常情况下,喇叭和蜂鸣器会发声,数码管的第一个显示A,表示AD的意思,中间两个数码管显示AD转换出来的数值,闪动的点为定时器工作时每秒的计时。按键时在第4个数码管上显示所按下的键值。8个LED除第3,4个不亮外其他都亮,而当把插在J1第1,2针上的插线改插在J1第3,4针上时,这第3,4个LED亮。通过调节滑动变阻器VR1或VR2的值使数码管上显示的AD值改变。通过串口调试助手发送数据,目标板接收后在液晶上显示(波特率为9600),目标板每次复位后,都会向上位机发送一串数据,并在LC
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:211399
    • 提供者:阳光
  1. shiyan5

    0下载:
  2. 熟悉利用Ucos-II嵌入式操作系统开发一个实际项目的过程。 1.当开关switch闭合时,数码管显示0xff,串口终端发送数据0xff。不管是哪个键盘按下,都保持不变。 2.当开关switch打开时,数码管显示键盘键值,并在串口终端中输出此键值。 -failed to translate
  3. 所属分类:uCOS

    • 发布日期:2017-04-08
    • 文件大小:367612
    • 提供者:
  1. Calendar

    0下载:
  2. 把日历时间信息,打印到串口,并可以进行交互式调整-Print Time/Date to Com
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:31421
    • 提供者:Tan Yue
  1. ARQ3_KVM_Processor_HW_Guide

    0下载:
  2. arq3 kvm 硬件手册,KVM 技术无需目标服务器修改或软件。这就意味着可以在 Windows 的 BIOS 环境下,随时访问目标计算机。KVM 提供真正的主板级别访问,并支持多平台服务器和串行设备。-ARQ3 KVM Processor HW Guide
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:265812
    • 提供者:lukun
  1. uCOS-II

    0下载:
  2. 基于ucos-ii的两个简单实例,并有Protuse仿真。一个是LED实例,还有一个是串口实例。适合于初学者学习。-Based on ucos-ii two simple example, and have Protuse simulation. One example is LED, and a serial port is an example. Suitable for beginners.
  3. 所属分类:uCOS

    • 发布日期:2017-03-22
    • 文件大小:668238
    • 提供者:lhh
  1. Ilpc2132_ucosn

    0下载:
  2. 在LPC2132的ARM处理器上,运行Ucos系统,并在此系系统之上开始串口收发数据的代码实例。 ,已通过测试。 -In the ARM processor LPC2132 running Ucos system and the system to send and receive seerial data on the beginning of the code examples. Complete source code, has been tested.
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:564268
    • 提供者:粘附
« 12 »
搜珍网 www.dssz.com