搜索资源列表
Linux-uart
- 在linux中完成串口通讯,希望对你的工程有所帮助。
uart
- Linux uart driver for Infineon ADM5120 SOC Uart port. This is good reference to operate the SOC uart port.
linux_uartdriver.rar
- 一个简单的 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.
uart samsung s3c2440的串口开发程序源码
- samsung s3c2440的串口开发程序源码,希望对大家有帮助!-resource code for samsung s3c2440 s uart. Hope it s usefull for you!
linux-uart
- 简单的嵌入式linux串口通信程序,非常实用,简单易懂,可在2440上使用-Simple serial communication program of embedded linux very practical, simple and easy to understand, can be used in the 2440
UART
- Linux UART polling method sample code
uart
- linux,串口调试程序,应该之得大家看看,相互学习-linux, serial port debugger,
ns16550
- ns 16550 linux uart driver -ns 16550 linux uart driver
LINUX_UART
- 基于LINUX串口通信编程的入门介绍,了解LINUX的串口通信原理-LINUX-based introductory programming serial communication, the understanding of LINUX Serial Communication Theory
CameraDriver
- This module use OV7620 digital camera on the 24-bit RBG (8:8:8) data and display that in RS232 uart interface
Linux
- Linux的射频模块驱动设计。 本文首先从嵌入式系统的概念、ARM微处理器和嵌入式操作系统的概念出发,描述了S3C2410的体系结构,具体研究了UART口和I/O口的控制,然后深入到linux环境下的驱动开发当中,介绍了本论文的软件开发环境,然后讨论了Linux系统驱动程序的程序构架,最后讨论了Linux驱动体系结构,重点叙述了字符型驱动程序的编写方法。然后完成了射频控制模块(ATMEL公司AT86RF211芯片)的驱动以及电路设计,通过S3C2410的UART口传输数据,通过I/O口去控制射频
UART
- UART0 for s3c2410 on linux
crc.c
- CRC source code for linux environment. CRC for 16 bytes packet. Useful for checking crc of tinyos uart packet.
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
ser.tar
- serial examples with user defined uart baud rate for linux-serial examples with user defined uart baud rate for linux
linux-uart
- linux设备模型之uart驱动架构分析-uart linux device model-driven architecture analysis
uart
- s3c2440 uart小程序,有详细注释,十分实用,linux下编译-s3c2440 uart small program, there are detailed notes, very practical, linux compile
UART
- Linux下的串口驱动:C编写的软件驱动-the driver of UART in Linux OS using C
Linux下串口通信编程
- Linux平台下的串口通信编程知识,以及关于串口硬件的相关知识。(Serial port communication programme in Linux platform and somthing about UART hardward.)
uart
- Linux上串口读写程序,首先打开串口,对其进行设置,然后产生一个子进程对子进行对串口进行读,父进程对串口进行写操作。(The demo is used for reading and writing the uart in Linux, there are two thread, the parent fork write the uart, the child thread read it.)