CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VxWorks 搜索资源 - character

搜索资源列表

  1. FontGen

    0下载:
  2. VXworks汉字点阵产出程序,非常有用,可以生成各种字体汉字字库!-VXworks character dot-matrix output of the program, very useful, can generate a variety of Chinese character fonts!
  3. 所属分类:VxWorks

    • 发布日期:2017-04-17
    • 文件大小:269799
    • 提供者:zhang
  1. vxworks

    0下载:
  2. 这个是VXWORKS驱动程序开发的几个小例子。 例程包括: Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板.-This is a driver development VXWORKS a few small examples. Routines include: Char.c and Char.h is a character device driver is a block device driver temp
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:7428
    • 提供者:JokyHe
  1. vxWorks_drvTemplate

    0下载:
  2. vxworks字符型驱动的模板,可以作为编写字符型驱动的参考-VxWorks character-driven template, can be used as reference for the preparation of character-driven
  3. 所属分类:VxWorks

    • 发布日期:2017-04-07
    • 文件大小:3197
    • 提供者:尚怡翔
  1. sc2410uart

    0下载:
  2. 基于vxworks平台的串口程序,CPU为三星的SC2410,在超级终端可以实现输入字符大小写变换,及文件传输并在窗口显示的功能。-Vxworks platform based on serial procedures, CPU for Samsung SC2410, HyperTerminal can be achieved in the case of input character conversion, and file transfer, and in the window displ
  3. 所属分类:VxWorks

    • 发布日期:2017-03-27
    • 文件大小:35078
    • 提供者:
  1. chinese_vxworks

    0下载:
  2. 两种方式实现vxworks下汉字显示及源程序-Are two ways to achieve the Chinese character display and the source code under vxworks
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:738397
    • 提供者:xubo
  1. 1

    0下载:
  2. 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
  3. 所属分类:VxWorks

    • 发布日期:2017-04-17
    • 文件大小:29130
    • 提供者:盛夏
  1. PowerPC_VxWorks_BSP_SBH

    0下载:
  2. BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L inux 系统中整合设备驱动,则不仅仅意味着“
  3. 所属分类:VxWorks

    • 发布日期:2017-05-08
    • 文件大小:1768804
    • 提供者:笑千秋
  1. Char_c

    0下载:
  2. 是VXWORKS 字符型设备驱动模板,请新建加载型工程再添加-Is a character device driver VXWORKS template, please add the new load-based engineering
  3. 所属分类:VxWorks

    • 发布日期:2017-04-01
    • 文件大小:3719
    • 提供者:童新铨
  1. xxDrvTest

    0下载:
  2. 字符设备驱动实例,初学者可以下载下来看看,内附说明-Character device driver instance, beginners can download to look down, containing a descr iption
  3. 所属分类:VxWorks

    • 发布日期:2017-11-13
    • 文件大小:1103
    • 提供者:李翔宇
  1. sample

    0下载:
  2. 串口简单通信,用于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
  3. 所属分类:VxWorks

    • 发布日期:2017-11-24
    • 文件大小:531
    • 提供者:赵健
  1. Uart

    0下载:
  2. 字符设备驱动程序的完整模板,详细解析了字符设备驱动程序的完整模板-Complete character device driver template
  3. 所属分类:VxWorks

    • 发布日期:2017-11-13
    • 文件大小:81077
    • 提供者:古印
  1. 12864-Driven

    0下载:
  2. 该程序为12864并行显示的驱动,包含显示字符、汉字、图片等功能函数。-This program for 12864 parallel display driver, including display character, Chinese characters, pictures and other functions.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-06
    • 文件大小:5250
    • 提供者:CHG
  1. SMC2

    0下载:
  2. 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
  3. 所属分类:VxWorks

    • 发布日期:2017-04-25
    • 文件大小:129619
    • 提供者:cxy
  1. VxWorks-Driver-Code

    0下载:
  2. 在VxWorks系统下的字符设备、块设备和PCI设备的驱动代码-Driver code in the VxWorks system, character devices, block devices and PCI devices
  3. 所属分类:VxWorks

    • 发布日期:2017-04-15
    • 文件大小:7661
    • 提供者:cxy
搜珍网 www.dssz.com