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

搜索资源列表

  1. 实用化嵌入式LINUX 大连

    0下载:
  2. NET-DL 套件由日立SH7750处理 器、32M SDRAM 以及8M 的FLASH为用户的软件研发提供了足够的空间。板上提供非常 丰富的外设接口:一个10M/100M 自适应快速以太网接口、两个RS-232 串口、一个JTAG调 试口以及若干个基于PIO的指示灯。系统具有体积小、耗电低、处理能力强、网络功能强大 等特点,能够装载和运行嵌入式Linux 操作系统-NET-DL Boards Hitachi SH7750 processor, 32MB of SDRAM and 8MB of
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1147967
    • 提供者:杨政
  1. UART——linux

    0下载:
  2. linux下的串口驱动,通讯程序,已经是成熟代码,可以直接使用!-The Serial Driver, communication procedures, it is already a mature code that can be used directly!
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:140572
    • 提供者:夏磊
  1. serial-5.05.tar

    0下载:
  2. 8250/16550串口芯片在Linux下的驱动(Ver5.5)-8250/16550 serial chip in the drive Linux (Ver5.5)
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:64260
    • 提供者:Maya
  1. Serial

    0下载:
  2. linux下3个串口收发数据的测试程序,包括串口的打开,串口的初始化,以及发送和接收数据的函数
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1437
    • 提供者:汪龙峰
  1. serial

    0下载:
  2. linux下串口通信例子,可以很容易就移植到嵌入式平台。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:6919
    • 提供者:aki
  1. arm-linux-serial

    0下载:
  2. 这是基于arm s3c44b0处理器的开发平台的串口传输的简单的程序-This is based on the arm s3c44b0 processor development platform serial transmission of simple procedures
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:2505
    • 提供者:欧阳纯风
  1. 嵌入式Linux应用开发详解

    0下载:
  2. 嵌入式Linux应用开发详解 linux下串口操作源码和网络口操作源码-Embedded Linux Application Development Elaborates on Linux operating Serial source and network operation source I
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:443878
    • 提供者:伏镒永
  1. linux下一个串口通讯程序

    0下载:
  2. linux下一个串口通讯程序,包括串口的初始化,以及串口设备资源的访问。-a serial communication program under linux, including the serial port initialization, and serial device access to resources.
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-03-27
    • 文件大小:3083
    • 提供者:fsdf
  1. linux-2.6.22.6_100ask24x0.patch

    0下载:
  2. 包含在内核补丁文件中的驱动程序源码,包括LED驱动程序,串口驱动程序,网卡驱动程序,SD卡驱动程序,LCD和USB驱动程序。-Patch file included in the kernel driver source code, including LED drivers, serial port driver, NIC driver, SD card driver, LCD, and USB drivers.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:259554
    • 提供者:季册
  1. linux_uartdriver.rar

    0下载:
  2. 一个简单的 arm-linux 下的 Uart驱动实例,里面含有测试程序,需要连接两个串口来测试。,A simple arm-linux-driven examples of Uart, which contains the test procedures, the need to connect two serial ports to test.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:12968
    • 提供者:梁小刚
  1. serial

    0下载:
  2. linux下基于arm处理器s3c2410x开发板的串口设备驱动程序,包括对串口的读写程序。-arm processor linux-based development board s3c2410x serial device driver, including the serial process of reading and writing.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:2385
    • 提供者:君瑞
  1. Embedded-Linux-GPRS

    0下载:
  2. 嵌入式Linux下实现GPRS拨号上网 本人使用FriendlyARM开发板(miniARM2440)与GPRS模块(SIM300,用广州动感地带的手机卡,cmnet 连接)实现了基于PPP的拨号上网,方法如下: 1.首先得让内核支持PPP,进入Linux 内核目录(kernel-2.6 或 以上内核版本),执行 #make menuconfig 添加如下内核选项: Device Drivers ---> Network device support ---> <
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:14382
    • 提供者:gu
  1. Example--codes-for--xsens-(linux-)

    0下载:
  2. 荷兰xsens公司的最新mems陀螺开发实例,基于linux下的C++编程。其中包含了linux环境下所使用的所有类库文件,极方便进行二次开发。亦称为 MTI AHRS。该实例用于arm下的嵌入式系统开发,主要通过串口编程获取mems传感器的输出,并对所得到的数据进行处理.-Netherlands xsens' s latest mems gyro development instance, under the linux-based C++ programming. Which cont
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:38124
    • 提供者:wuzhaojun
  1. ttytest_important

    0下载:
  2. 串口程序 embedded linux C program-Serial procedures embedded linux C program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:174711
    • 提供者:XUE Dongming
  1. S3C2410seriallinuxdriver

    0下载:
  2. S3C2410串口驱动, it is a serial linux driver-S3C2410 serial driver, it is a serial linux driver ...
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:18473
    • 提供者:luo
  1. serial.tar

    0下载:
  2. Linux 系统下串口驱动源码,及驱动开发说明-Serial driver source code under Linux systems, and Driver Development Descr iption
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1771520
    • 提供者:王黎明
  1. Linux

    0下载:
  2. 本程序不需要makefile,交叉编译后可直接下载到芯片上运行。将实验板与电脑通过串口相连,可看见打印咋屏幕上的字符“Hello World”。-This procedure does not require makefile, cross-compiled can be directly downloaded to the chip to run. The experimental board and connected to the computer through the serial p
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1529735
    • 提供者:朱信
  1. serial.tar

    0下载:
  2. simple serial program. Shows how to set parameters for RS232, and how to stabilish conection with a computer using minicom. Tested for ARM-linux plataform. Works fine with LPC3250 ARM processor.-simple serial program. Shows how to set parameters for
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:8392
    • 提供者:Miguel
  1. linux-socket-C-S

    0下载:
  2. 嵌入式linux-socket串口编程,-Serial programming embedded linux-socket,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:11725
    • 提供者:hbf
  1. 2.6.33-at91.patch

    0下载:
  2. AT91系列 linux 编译补丁, 此版本不好找了。(AT91SAM serial linux patch)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-01-05
    • 文件大小:109568
    • 提供者:csnol
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com