搜索资源列表
uc_51_small_for_c8051f023
- ucosii移植到C8051F023上的源代码。 有三个任务,分别通过串口输出数据。 有很好的参考价值-C8051F023 ucosii transplanted to the source code. There are three tasks, namely through the serial data output. Have a good reference value
ads7816
- CS有效后的最初1.5至2个转换周期内,ADS7816采样输入信号,此时输出引脚Dout呈三态, DCL K的第2个下降沿后,Dout使能并输出一个时钟周期的低电平的无效信号,在随后的12个 DCL K周期中,Dout输出转换结果,其输出数据的格式是最高有效位(B11位)在前,当最低有效 位(B0位)输出后,若CS变为高电位,则一次转换结束,最高转换速度200kHz-CS valid after the first 1.5 to 2 conversion cycle, ADS7816
shiyan5
- 熟悉利用Ucos-II嵌入式操作系统开发一个实际项目的过程。 1.当开关switch闭合时,数码管显示0xff,串口终端发送数据0xff。不管是哪个键盘按下,都保持不变。 2.当开关switch打开时,数码管显示键盘键值,并在串口终端中输出此键值。 -failed to translate
ucos
- 智能交通灯,以通道转换采集的数据模拟实时道路车流量,以数码管显示数据,在串口输出相应信息。-Intelligent traffic lights, real-time road traffic flow channel conversion data acquisition analog, digital tube display data in the serial output.
two_PWM
- 将UCOS-II移植至STM32F103ZET6上,并输出两路PWM波,和串口数据发送。-The UCOS-II transplanted to the STM32F103ZET6, and output two PWM wave, and serial data transmission.
APP
- 实现rs485的通信采集,多口输出,中断,定时数据采集-Achieve rs485 communication acquisition, multi-port output, interrupts, timing data collection
实验 6 消息邮箱通信设计
- (1)创建两个任务,任务 1 不断循环发送字符 A~Z,通过邮箱的方式传递数据给任务 2,任务2 将从任务 1 收到的数据通过显示器显示输出。提示:定义 StrMbox 邮箱用来传递消息。 (2)设计 Task1、Task2、Task_Start 三个任务,Task_Start 负责创建 Task1 和 Task2 任务并创建邮箱 StrMbox。Task1 任务负责从键盘接收字符串(exit 结束),并把字符串发送至邮箱 StrMbox,Task2 负责从邮箱接收字符串并输出到显示器。要求用
气象站数据采集
- 采集气象数据通过串口输出送到到WIFI网络中(Collecting meteorological data is sent to WIFI network through serial port output.)