搜索资源列表
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.
chaoshengbo
- 一个简单的超声波测距模块通过串口和S3C2440通讯的程序。在Linux下编译。-A simple ultrasonic ranging module and S3C2440 serial communication program. Compiled in Linux.
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
Embedded_Programming_Code
- 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
uart
- 一个简单串口测试程序,同样也适用于X86平台。程序很简单,运行是通过参数指定程序是发送端还是接收端-A simple serial port test program, also applies to the X86 platform. The procedure is simple, run parameter specifies procedures for the sender or the receiver
mycom
- 成功移植qt4.6.3的串口程序到mini2440开发板,可实现简单的发送和接收!-Successful transplantation qt4.6.3 serial procedures to mini2440 development board, you can simply send and receive!
readtest
- linux简单的下串口读程序已经测试过,可直接下载编译运行-linux is the next serial read procedure has been tested and can be downloaded directly compile and run
linux_232_chat
- 这是一个在linux下用c语言编写的简单聊天程序,用232串口连接,使用双进程,能较好的实现双工通信,程序附带详细解释.-This is a C language under the Linux simple chat program, connected by 232 serial port, using a dual process, can realize the duplex communication better, program with detailed explanation.
CyUSBSerial_v3.0.11.0
- Zedboard上板载有一个USB转UART串口,采用了Cypress公司的USB-UART控制器CY7C64225。Zedboard的USB驱动安装很简单,首先下载USB驱动程序,解压缩后会有3个子目录分别对应Windows XP、Windows Vista和Windows 7系统,根据自己的计算机系统选择。-Onboard there Zedboard a USB-to-UART serial port, using Cypress' s USB-UART controller CY7
comtest
- C语言编写的串口测试程序,简单实用,支持串口接收和发送数据,支持多个波特率,无需进行任何修改,正确编译执行,多平台测试通过-C language prepared by the serial testing procedures, simple and practical, support serial port to receive and send data, support for multiple baud rate, without any modification, the corr
uart
- s3c2440裸板程序,uart0的简单实现:sentc()在串口打印一个字符,getc()通过串口获得一个字符。-A tiny test program for s3c2440_uart0:sentc() is used to sent a character to serial port while getc() is used to get a character serial port.
周立功magic2410实验箱基础程序3
- 周立功的实验教程应该是做的最为详细,是arm学习入门的一个简单的快捷工具,本程序包含串口实验,IIC实验,PWM实验,ADC实验,定时器实验!