CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 字符设备

搜索资源列表

  1. scull-ioc

    0下载:
  2. LINUX 驱动入门 字符设备 从入门到提升之 mydve_ioc-linux driver primer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:97712
    • 提供者:小敏
  1. scull-sem

    0下载:
  2. LINUX 驱动入门 字符设备 从入门到提升之 mydve_sem-linux driver primer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:100134
    • 提供者:小敏
  1. zifushebei

    0下载:
  2. 字符设备驱动源码再linux-2.6.29.4内核上编译并运行通过-Character device driver source code and then compile on linux-2.6.29.4 kernel and run through
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:5490
    • 提供者:guoxu
  1. linux-device-(chinese)

    0下载:
  2. linux 设备驱动简述,包括驱动简介,字符驱动,调试技术等。-linux device driver descr iption
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1573262
    • 提供者:风行
  1. led-qd

    0下载:
  2. linux简单的字符设备驱动程序——led驱动程序,希望对学习有用,加油!-led driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5286
    • 提供者:harry
  1. ADCdrives

    1下载:
  2. ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:2560
    • 提供者:赵宇
  1. led_drv

    0下载:
  2. 简单LED驱动程序实现 根据本人的《Linux简单字符设备驱动编写方法》一文的步骤,实现Mini2440开发板的LED驱动程序。 代码共分二个文件,驱动程序<led_drv.c>和测试程序<led_test.c>。-Achieve a simple LED driver According to my "Linux device driver writing a simple method of character," a text of t
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-03
    • 文件大小:2378
    • 提供者:Joshua
  1. btn_drv

    0下载:
  2. 查询方式实现简单按键驱动程序 根据本人《Linux简单字符设备驱动编写方法》一文的步骤,用查询方式简单实现Mini2440开发板的按键驱动程序。 代码共分二个文件,驱动程序<btn_drv.c>和测试程序<btn_test.c>。-Simple ways to search for key drivers According to my "Linux character device driver writing simple method"
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:2208
    • 提供者:Joshua
  1. misc_add

    0下载:
  2. Linux混杂设备驱动编写方法   当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。   程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1383
    • 提供者:Joshua
  1. dsdram

    0下载:
  2. linux内核下双口ram字符设备驱动程序-dual port ram driver process under linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:2479
    • 提供者:桂景峰
  1. zCharDevDriver

    0下载:
  2. linux 实验 参考驱动编程写的简单字符设备驱动,希望对大家有帮助。-simple character device driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:1235
    • 提供者:Fred
  1. 111USB

    0下载:
  2. LINUX内核空间USB运动控制卡驱动程序的开发,介绍一种基于ARM 体系结构的运动控制卡的设计方法,通过嵌入linux 操作系统实现多任务管理,USB 接口与上位机 通信,克服了采用传统并行总线结构的弊端。以一种USB 运动控制卡为实例来介绍利用dev 文件系统开发字符设备驱动程序的关键技术-The LINUX kernel space USB motion control card driver development, introduces one kind based on the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:736756
    • 提供者:曹瑞翠
  1. linuxDR

    0下载:
  2. 嵌入式linux设备驱动是嵌入式系统中十分重要的组成部分。本书详细讲解了嵌入式linux的各种设备驱动,包括字符设备驱动、数字显示驱动、键盘驱动、a/d驱动、d/a驱动、lcd驱动、触摸屏驱动、can总线驱动、iic总线驱动、音频总线驱动、ide接口驱动、闪存芯片驱动、usb驱动、串口驱动、网络设备驱动等,并结合大量实例进行讲解,读者可以快速熟悉和掌握相关知识。 -Embedded linux device driver is a very important part of embedd
  3. 所属分类:Linux驱动

    • 发布日期:2017-06-01
    • 文件大小:13872463
    • 提供者:zhj
  1. chat-d

    0下载:
  2. 关于字符设备的驱动程序,功能是实现基于linux上的一个聊天工具-Character device driver, the function is a linux-based chat tool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:33293
    • 提供者:HYL
  1. driver_test

    0下载:
  2. 有关Linux下的字符设备驱动小实验,实现了按键点灯的功能-Related to the character device driver under Linux experiment, to achieve the function of the button lighting
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:74755
    • 提供者:叶先生
  1. character-device-driver

    0下载:
  2. 基于友善mini2440-linux-2.6.32 简单的字符设备驱动程序-Friendly mini2440-linux-2.6.32 simple character device driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:2316
    • 提供者:zyp1987106
  1. led-drive

    0下载:
  2. 嵌入式linuxLED驱动程序及相关的测试程序,供初学者学习怎么编写字符设备的linux驱动-Embedded linuxLED driver and related test procedures for beginners to learn how to write character device linux driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:4741
    • 提供者:
  1. ldd.samples-2.0-beta3.tar

    0下载:
  2. linux驱动开发各模块演示程序,包含字符设备,块设备,网络设备的演示程序-Linux driver development for each module demo program contains the character device, block device, network devices of the demo program
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:128939
    • 提供者:唐敖
  1. char_device_driver_structure.tar

    0下载:
  2. 基于linux内核的字符设备驱动编程框架-Character device driver programming framework based on Linux kernel
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:5138
    • 提供者:肖曼
  1. Linux_kernel_char

    0下载:
  2. 通俗易懂的讲述了Linux kernel里面字符设备的机制,不用看书,就能写好一个char字符设备驱动-Easy to understand about the mechanism of the Linux kernel inside the character device, can not read, you can write a char character device driver
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:5510
    • 提供者:sunnorth
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com