搜索资源列表
扩展串口forppc
- 操作系统vxworks,使用于moto的ppc8**系列芯片驱动源程序, 扩展串口驱动-VxWorks operating system, moto used in the series ppc8 ** source driver chip, Serial expansion drive
单串口加载
- 这是我在vxworks下做的单串口加载的文件-This is what I do under the VxWorks single serial load of documents
vxworks串口心得
- 说明vxworks的串口机制,很好的解释了vxworks的虚拟通道-Serial mechanism, a good explanation of the virtual channel VxWorks
VxWorksSerialDrive.rar
- VxWorks下串口通讯的实现,详细介绍了在vxworks下编写串口驱动程序的过程以及使用串口收发数据的流程,值得参考,Serial Communication under VxWorks realization described in detail in the preparation of serial under VxWorks driver process and the use of serial port to send and receive data flow, it is a
serial_read.rar
- vxworks串口调试程序事例适用于初学者,VxWorks debugger serial stories for beginners
ARM_Boot_example.rar
- 程序主要作用是通过串口下载VxWorks到ARM Flash ROM,主要过程是初始化ARM硬件,初始化串口UART1,从串口接收VxWorks image到DRAM,初始化Flash ROM.最后将DRAM中的VxWorks写入Flash ROM. ARM 串口与PC机串口连接,由PC机下载(download)VxWorks 到主板Flash ROM. 该程序对学习和理解ARM编程很有帮助.为了便于理解,这里我全部采用实际地址,不用宏定义. 程序语言为 ARM 汇编,具体过程参考ARM编
vxworks串口实例
- vxworks串口实例,适合初学者,特别是对vxworks程序设计流程不熟悉的学习者-vxworks serial examples for beginners, especially for vxworks programming processes of the learners are not familiar with
vxWorks_UDP_implement
- vxWorks下的UDP通信程序,要求Server端广播发送,几个Client端接收数据,同时进行拆包处理。-vxWorks UDP implement
test_serial
- vxworks下的通用串口测试程序,可以测试RS232,RS485。-general uart test code for vxworks
testmain
- vxWorks下可用的串口测试程序,初学者易用-vxWorks serial testing procedures available under
serial_write
- vxworks串口调试程序事例适用于初学者-VxWorks debugger serial stories for beginners
1_071212195456
- vxworks 的 串口源代码,底层驱动-yuanma
yuanma
- vxworks 串口 调试程序 的 源代码-yuanma
serial_read
- Vxwork 串口调试程序,VxWorks网络驱动配置及分析,调用主要在/target/src/config/usrNetwork.c文件中-Vxwork serial debugger, VxWorks network drive configuration and analysis of call mainly in the/target/src/config/usrNetwork.c document
control
- vxworks下对串口的一些底层操作,可以-under vxworks serial number of the underlying operating
Serial
- Vxworks的串口程序,适合初学者使用-Vxworks serial program, suitable for beginners to use
VxWorks
- vxworks 下的串口通信的实现 详细介绍了 读取 传送 配置 等 是很不错的一篇文章 可以供需要的学习-serial
Embedded.Seria.Communication.VxWorks.development.i
- 嵌入式VxWorks串口通信开发实例Embedded Serial Communication VxWorks development instance -Embedded Serial Communication VxWorks development instance
vxWorks-seies
- vxWorks 串口编程的实现方法及平台参数设置,非常有用的例程-vxWorks serial programming under implementation and platform parameters, very useful routine
vxworks串口通讯驱动源码
- vxworks串口通讯驱动源码,包含头文件,实测可用。