搜索资源列表
lpc2138键盘显示串口UCOS
- lpc2138键盘显示串口UCOS代码包含在ucos系统上串口显示键盘等功能综合的代码
STM32C串口shell
- 一个基于STM32F103的串口shell程序,运行于ucos上,IAR代码,直接用IAR6.10打开编译下载即可运行。
ucos-the-transplan-in-2812.rar
- 本实例详细讲解了UCOS在2812上移植的过程,包括串口驱动等一系列的内容!,Detailed account of the examples UCOS in 2812 on the transplantation process, including a series of serial-driven content!
UCos-II.core.analysis.Transplantation.and.Driver.D
- 《uC/os-II 内核分析.移植与驱动程序开发》随书光盘中的全部源代码,全部通过调试。书中介绍μC/OS-Ⅱ的内核分析、移植过程和驱动程序开发方法。书中首先以μC/OS-Ⅱ在8051系列单片机上的移植为例子,详细剖析μC/OS-Ⅱ的内核和移植过程;然后以串口通信为例,介绍如何为μC/OS-Ⅱ实时内核添加设备的驱动程序;最后介绍μC/OS-Ⅱ在数字信号处理器[DSP]上的移植,以使读者进一步加深对μC/OS-Ⅱ的理解。 -" UC/os-II core analysis. Transpl
USOS_APPLICATION
- UCOS应用例子,包含有串口实验,GPRS,GPS,I2CA总线驱动实验,蜂鸣器控制实验-UCOS APPLICATION EXAMPLE
pc机与rs232串口实验
- pc与rs232通信程序-pc and rs232 signal procedure
LPC2378Ucos2
- 开发环境是在MDK 下LPC2378下的UCOS串口编程,和以前那个相比,改动了启动代码,去掉了系统里面的一个报警提示,并且使用了信号量、邮箱等,初学者使用!还没有使用队列,而且要经过改动才能支持串口的多个数据接收目前一次最多是发8个数据。 函数的测试是上电后,P2.0~P2.7从高变低并发一个字母给串口,从低变高,还有一个外部按键中断,按一下,发1000Bytes数据。从串口发的数据给ARM,ARM返回收到的数据。-Development environment is under the
COMDriver_uCOS-II
- uCOS-II在51内核下的移植,主要是包含了串口的驱动,对于需要在uCOS-II下写驱动的朋友是一个很好的参照,一定会对你有用.-uCOS-II in 51 transplant core of mainly contains serial drivers for the need to write uCOS-II under the driver s friend is a good reference, you will surely be useful.
uCos
- ucos 在s3c44b0 ARM芯片上的移植。系统初始化后会建立除idle任务外的其余三个任务,通过串口打印,或者LED灯显示-uCOS s3c44b0 ARM chip in the transplant. After system initialization creates idle tasks in addition to the remaining three tasks, print through serial port, or LED lights display
AT91SAM7_uCOSII_uart_ok_v7_20090315
- 在UCOS-II操作系统成功移植到AT91SAM7S64的基础上,运用中断实现串口通信,在IAR环境下测试通过。-UCOS-II operating system in a successful transplant AT91SAM7S64 based on the realization of the use of serial communication interruption, in the IAR environment test.
uCos
- 任哲uCos课本光盘内容,目录SOFTWARE,串口程序,移植到MCS51的uCOC_II。-the disk content of RenZhe s uCos book
app
- ucos在lpc2148的移植程序,包含串口通信、外部中断,LCD显示,LED,蜂鸣器-ucos in lpc2148 transplant procedures, including serial communication, external interrupt, LCD display, LED, buzzer
ucosuart
- keil环境 串口+IO控制 lpc2368+ucos 正在使用中,拿来就用-Keil environment serial transmission io control lpc2368 ucos is using, you can use immidityly
UCOSIIofLPC2378UART
- UCOS FOR LPC2400 串口调试程序 -UCOS FOR LPC2400 serial debugger
uCOS_driver_example
- uCOS-II所有驱动应用举例,包含有串口驱动,通用口驱动,I2C驱动,实时时钟,PWM波驱动,LED驱动。-uCOS-II_driver example. almost all based on LPC,use uCOS-II system and arm system. for this driver you can develop you project easly and from this you also can learn a lot about ARM system and uC
ucOS
- 一个基于uc/OS -II环境下的串口驱动,-Based uc/OS-II environment, the serial driver,
uCOS-II
- 基于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.
stm32蓝牙串口上位机控件显示 Emwin+UCOS
- 蓝牙串口上位机控件显示 Emwin+UCOS 通过蓝牙串口传输波形数据 并且显示波形 Emwin
103-ucos-send531
- 采用ucosiii操作系统,不让单片机裸奔。利用串口发送AT指令到sim900a,再使用tcp协议将采集到的数据上传至onenet云平台。(Using ucosiii operating system, do not let single chip streaking. Use the serial port to send AT instructions to the sim900a, and then use the TCP protocol to collect the data uplo
ucos serial
- 串口 的 ucos 驱动编程,应该比较有用(ucos serial driver CommGetChar CommGetTxChar CommPutChar CommBufInit)