搜索资源列表
task
- 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush(
VxWorks_mbusC
- VxWorks系统上基于M总线控制系统的设计与实现.pdf :研究基于VxWorks嵌入式实时系统下M 总线控制系统的软件设计思想和实现方法.该系统需要设置两 个各自独立运行的实时任务. 达到对外部设备进行控制的功能.第1个任务负责收集命令和通过传感器采集到 的数据,并设定命令优先级;第2个任务负责解释执行,并发送命令执行后的啊应,两个任务之间通过命令缓存链 表进行锺信.此设计思想简单、高效,可以被广泛应用在与M 总线相关的其他控制系统中
VxWorkscommtest
- VxWorks环境下串口程序!配合硬件系统可以实现定时发送数据
psoc UART发送与中断接收
- psoc 单片机的 uart 程序
CNA
- vxworks 环境学CAN口的通信程序,可以接受、发送数据。-Environmental Studies vxworks I CAN communication procedures may be acceptable, send data.
net
- vxworks网络操作函数,包括数据接收、数据处理、数据发送和网络检测-vxworks network operations functions, including data reception, data processing, data transmission and network detection
Mail
- 一个vxworks系统下,c语言实现的smtp协议邮件发送软件。填入自己的用户名、密码、设置好后即可使用。-Under a vxworks system, c language implementation of the smtp protocol to send e-mail software. Fill in your user name, password, set up immediately after use.
1
- PowerPC与PC微机串行通信,通过CS850实验板的SMC端口与PC微机的串行口实现UART协议异步通信。PC机通过仿真终端程序实现字符输入和输出,并可实现文件传送CS850实验板上的SMC驱动软件实现ECHO操作,将从接收端口接收到的字符通过发送端口送出-PowerPC computer with the PC serial communication, through the CS850 test SMC board computer' s serial port and PC p
Message-driven_finite_state_machine_framework
- 在Tornade集成开发环境下设计和实现了一种消息驱动有限状态机的框架。本系统封装了VxWorks提供的消息发送机制,增加了消息标识,消息类别等参数;采用自己的软时钟,设置相应的时间超时管理;设置了自己的内存管理机制。-Tornade integrated development environment in the design and implementation of a message-driven finite state machine framework. The system e
kongtiaocomtest
- 松下空调电总版子机测试程序,测试之前请选择串行端口,本程序使用命令按钮控件,关闭通信端口,结束系统;使用Output属性将用户欲发送的字符串送出;MSComm的OnComm事件程序,由CommEvent属性值的不同,将各别的程序代码写入,相关的子程序中,在此例中,只要RThresold中的设置字符数到达时,便会使得CommEvent属性值变成comEvReceive,因此接收的子程序便被执行。-Panasonic air conditioning electric sub-machine tes
Project2
- 设计两个任务tServer和tClient,tClient负责通知tServer处理共享内存中的数据,为数据增加头部信息(可以用一句话模拟)。共享内存要用互斥信号量来保护,通知采用消息队列发送,tServer收到通知后需要给tClient反馈确认消息,如果tClient在一定时间内收不到确认消息,将重发通知,最大重传次数为3。 -Of design two the task tServer and tClient, tClient responsible for notifying the tS
sample
- 串口简单通信,用于Vxworks,功能为接收计算机发送的字符,同时向计算机发送字符-Serial simple communication for Vxworks, function as a character sent by the receiving computer to send characters to the computer at the same time
tcpip
- 这是一个VxWorks下的tcpip发送接收程序,非常的好用,已经经过调试-This is a failure, the tcpip send and receive procedures, very good, have been debug
SMC2
- PowerPC与PC微机串行通信,通过CS850实验板的SMC端口与PC微机的串行口实现UART协议异步通信。PC机通过仿真终端程序实现字符输入和输出,并可实现文件传送CS850实验板上的SMC驱动软件实现ECHO操作,将从接收端口接收到的字符通过发送端口送出-PowerPC microprocessor and PC serial communication UART protocol to achieve asynchronous communication through CS850 te
code
- 在本例程是在vxworks中,利用vxworks自带的TCP/IP协议栈用SOCKET方式实现数据的发送。可以将程序添加至VXWORKS的工程中,就可以使用。-In this routine is in VxWorks, realize the data transmission with the SOCKET way VxWorks own use of the TCP/IP protocol stack. To add a program to the VXWORKS project, yo
