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

搜索资源列表

  1. uClinux编译傻瓜教程

    1下载:
  2. 一步 教你如何去编译uclinux内核,包括文件系统ext2的挂载,网络驱动,基本的cash命令,lcd frambuffer功能,串口功能等内容。-teach you step by step how to compile Basis kernel, including ext2 file system mount, network drives, the basic cash orders, LCD frambuffer functions, such as serial port func
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1.03mb
    • 提供者:朱春开
  1. linixtoAT91RM9200

    0下载:
  2. 这是毕业设计论文,前部分是关于嵌入式系统的综述,后部分是嵌入式系统的软件设计,完成对AT91RM9200Bootloader的移植,Linux内核的建立,串口、液晶、网络驱动程序的编写,以及文件系统的建立,为用户提供了完整的开发平台。-Graduation Thesis, the former part of the embedded system on the after part of the embedded system software design, AT91RM9200Bootlo
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1.4mb
    • 提供者:车亮
  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
    • 文件大小:253.47kb
    • 提供者:季册
  1. LinuxDrivers

    0下载:
  2. Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:572.04kb
    • 提供者:清木
  1. FullEmbeddedLinuxNotes

    0下载:
  2. 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:547.87kb
    • 提供者:流浪
  1. qq2440

    0下载:
  2. qq2440的非操作系统测试代码,包括串口.LCD屏.ADC,USB,RTC,IIC,DMA,等操作,数目量大,在其它的网站上是找不到的,是学习ARM不可多得的好材料。建议大家在熟悉此代码的基础上可以试着改写以熟炼此内容。-qq2440 non-operating test code, including the serial port. LCD screen. ADC, USB, RTC, IIC, DMA, and other operations, the number of large,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2.38mb
    • 提供者:flangxisi
  1. linux_minigui_uart

    0下载:
  2. 基于S3C2410的串口传输及其界面设计, Linux串口编程与MiniGUI界面编程 串口传输数据(位图)并在S3C2410的LCD上显示 -Based on S3C2410 serial transmission and interface design, Linux serial programming and serial interface programming MiniGUI transmission data (bit map) and the LCD display
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:593.09kb
    • 提供者:将并强
  1. 2410jibenshiyan

    0下载:
  2. 2410的adc,iic,spi,gpio,lcd,实时时钟,串口,定时器等等的源代码-2410 adc, iic, spi, gpio, lcd, real-time clock, serial port, timers, etc. The source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-07
    • 文件大小:1.28mb
    • 提供者:ztm
  1. 88

    0下载:
  2. 在BSP中修改LCD类型及串口输出功能,好资料。-Changes in the BSP in the LCD type and serial output, good information.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:61.2kb
    • 提供者:liaoxinquan
  1. touch

    0下载:
  2. 本实验是一个触摸屏实验,实验者触摸实验板的LCD屏幕,将从串口打印出当前点的坐标值。实验中需要定义触摸屏相关的数据结构TS_EVENT,数据结构TS_EVENT的内容包括按下触摸屏时的压力,位置。 实验环境: 创维特CVTs3c2410开发板 Redhat9.0-This experiment is a touch-screen experiment, the experimenter touch panel LCD screen test, print out the serial
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:814byte
    • 提供者:tiger
  1. Embedded_Linux_C_examples

    0下载:
  2. 嵌入式linux下c 的一些例子!! 包含串口、lcd、网络的一些例子。对初学者很实用的-The embedded linux c examples!!Contains the serial port, LCD, network and some other examples. Very useful for beginners!!!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3mb
    • 提供者:
  1. TQ2440-test--code

    0下载:
  2. TQ2440 裸机测试程序,包括串口,LCD,usb,flash等外围底层单机程序-TQ2440 test code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:1.22mb
    • 提供者:dan
  1. LCD_S3C2410

    0下载:
  2. S3C2410 ARM9内核 LCD液晶驱动程序 字符显示 图片显示 串口接收字符 液晶显示字符 绘制图形 IAR开发环境-The LCD driver S3C2410 ARM9 kernel character display picture display the serial receiver character LCD character drawn graphics
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-22
    • 文件大小:140.35kb
    • 提供者:weiwen
  1. exm

    0下载:
  2. 字符设备驱动程序 涵括LCD LED 按键 串口等设备驱动-Character device driver covers LCD LED key serial device driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-20
    • 文件大小:123kb
    • 提供者:
  1. hardware

    0下载:
  2. 2440相关开发板的所有裸机程序,包括MMU NAND LED LCD 串口-2440 development board all bare metal procedures, including the MMU NAND LED LCD serial
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-22
    • 文件大小:576.13kb
    • 提供者:mR.2hao
  1. 2440-RTC

    0下载:
  2. 基于S3C2440的RTC实时时钟显示实验作为对前段时间学习ARM的总结,写个这个基于S3C2440的RTC实时时钟显示程序,主要涉及到串口中断,外部中断,节拍中断,LCD显示,LCD字符显示,RTC操作等等一些内容,经实验,程序显示正常,达到了预期的效果,学习,参考。 -S3C2440-based RTC real time clock display experiment as a summary of earlier learning ARM, write the S3C2440-ba
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-12
    • 文件大小:3.2kb
    • 提供者:冯建明
  1. lcd

    0下载:
  2. TQ2440LCD彩屏测试,实现功能为串口显示控制,液晶屏显示串口输入的数据,移植成功ASCII码-TQ2440LCD color test functions: serial display control, LCD display serial data input ASCII code transplant success
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:481.1kb
    • 提供者:黄英文
  1. Embedded-development

    0下载:
  2. 嵌入式裸机程序开发测试,LCD屏幕动态显示电机转速,AD转换值,串口通讯等-Embedded bare-metal program development and testing, dynamic display of the LCD screen motor speed, AD conversion value, serial communication, etc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:909.73kb
    • 提供者:liudongbing
  1. lcd

    0下载:
  2. s3c2440串口的各种操作包括初始化,接收,发送-s3c2440 uart
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:641byte
    • 提供者:Paul kobe
  1. TFT LCD显示实验

    1下载:
  2. 硬件资源: 1,DS0(连接在PF9) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 实验现象: 本实验利用探索者STM32开发板连接ALIENTEK TFTLCD模块(除CPLD版本7寸屏模块外,其余所有ALIENTEK的 LCD模块都可以支持),实现TFTLCD模块的显示,下载成功后,
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-05-02
    • 文件大小:3.88mb
    • 提供者:ck_xiaofei
« 12 »
搜珍网 www.dssz.com