搜索资源列表
ucos+net
- C++程序源代码 在ucos_ii基础上加上网络功能,串口调试, 在vc6.0 + masm.611下编译通过,该软件仅供学习使用。 建议你在学习该软件的使用,首先先大致浏览一下ucos_ii的相关内容-C source code based on the ucos_ii with network function, serial debugging, the compiler under vc6.0 masm.611 passed, the only learning to use the s
modbus.rar
- C编写的Modbus协议栈,主站程序主要有串口定义和CRC校验,虚拟仪表接收端,C prepared Modbus protocol stack, the main stations mainly in the definition and CRC checksum serial, virtual instrument receiver
USART
- 使用ST标准库,加载uC/OS II,添加3个任务,通过串口输出CPU使用率的C源代码。CPU为STM32F103RBT6,串口为USART1-Using the ST standard library, add uC/OS II, add three missions, through the serial output of CPU utilization of C source code. CPU is STM32F103RBT6, serial for the USART1
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
ucos2
- 用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
UCOSMBOX
- 1,实现任务Task1通过邮箱将字母“A~Z”发给任务Task2,Task2在Keil C编译环境的serial windows #1窗口输出所接收到的字母“A~Z”-1, the realization of the task Task1 letters through the mail will be " A ~ Z" distributed task Task2, Task2 environment in the Keil C compiler serial window
UART_384
- 定制协议的串口处理模块,用C语言写的可在ucos2上运用的驱动程序,可为写串口协议处理命令提供参考-Custom serial protocol processing module, using C language can be written on the use of ucos2 driver can write serial command protocol processing provide a reference
guozi
- 这是全64KB的XRAM的UCOS II移植在单片机的教程。-This is a full 64KB of XRAM of UCOS II transplantation in microcomputer-oriented curriculum.
ucos-i
- 基于ucos-ii的报警系统的全部源代码,非常适合ucos-ii的初学者,全部用C编写,采用的是ZLG的LPC2378模板,能稳定运行。内容包含串口读写,AT45DB161B SPI接口FLASH读写。GPIO控制等-The alarm system based on uCOS-II full source code, very suitable for beginners of uCOS-II, all prepared with C, using the ZLG LPC2378 templa
UCOS-II-serial-interface-control
- 串口界面控制的uCOS-II,给予C语言,在单片机上实现-UCOS-II serial interface control, giving the C language, the SCM
ARM7-Uart0
- ARM7 串口应用开发的工程和例子,包含C源码。-ARM7 serial application development projects and examples, contains the C source code.
serial1
- code for serial communications using c pic
Serial-port-interrupt-in-mini2440
- 详细介绍了 在mini2440中使用串口接收中断的步骤 并包含了必要的.C与.H文件可以稍作修改后可直接使用 并且为初学者提供了可直接实现的ADS范例-Introduces in detail the use of serial port receiving interrupt in mini2440 steps And contains necessary. With C. H file can be used directly And provides direct implementati
ucos-c
- 压缩包中有基于ucos系统下的常用程序,有tim捕获,串口查询,串口中断,定时器中断,温度读取。-Compressed package based on common procedures under ucos system, there are tim capture, serial query, the serial port interrupt, timer interrupt, temperature reading.
STM32F407_uCOS-III lwip(20160827)
- 主要实现功能: 1 tcp server并发(主要涉及文件app_lwip.c、app_tcp_server.c) 2 网线热插拔(主要涉及文件app_lwip.c、app_tcp_server.c) 3 不重启修改ip地址(主要涉及文件app_lwip.c、app_tcp_server.c、app_key.c(按键修改ip地址)) 4 将lwip的数据接收从中断方式改成单独的接收任务方式(主要涉及文件app_lwip.c) 5 usb串口信息打印(115200波特率) 6 注意:使