搜索资源列表
spidmadriver
- 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
com
- linux 下的串口测试程序, 实现功能:发送键盘输入的字符, 接受串口字符并在终端显示
com
- linux多串口应用实例,linux下测试已经通过!
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
comtest.tar
- 一个串口测试程序。可以指定串口驱动名。详细的可以看看程序-a code for com port,it is very good.if you want use,you can read the code.
2440_examples
- 2440 例子程序,绝对测试过,可以拿来直接使用,或者直接编译,只是没有ADC的例子,那位好心的GG给我发一个,lksoft@163.com-2440 examples of procedures, the absolute test that can be used to direct the use of, or direct the compiler, but there is no ADC example, this well-intentioned GG sent me one, lk
com
- 主要是linux下面的串口驱动,曾经在at91sam9260的上面测试通过-Mainly the following serial port driver linux, in the above test at91sam9260
linux-COM-port-source
- linux环境下的读串口测试程序的简单代码-serial ports code on linux os
comtest
- COM测试程序,在LINUX环境下运行该测试程序。-COM test procedure, in LINUX environment to run the test program.
libmm
- 内存管理(包含队列管理),通过了linux下面的测试-Memory management (including queue management), adopted the following test linux
com-test-linux
- Linux 下串口测试程序。测试串口输入与出处。19200,n,8,1-Linux, serial port test program. Test serial port input and the source. 19200, n, 8,1
cnchess.tar
- Qt象棋游戏 作者:frog 2005.06.16 email:gorfllew@163.com 本软件在红旗linux4.1平台下开发,测试通过。使用(Qt3.3.2),借助kdevelop-qmake工程(kdevelop3.0.92)实现。源代码可直接在kdevelop中编译运行。-Qt game of chess: frog 2005.06.16 email: gorfllew@163.com The software platform developed unde
com.port
- 基于arm的linux串口测试源代码,简单易用,适合新手们的,-Based on the arm of the Linux source code, easy-to-use serial tests, suitable for beginners
taoqianzimulu
- linux下如果目录为空目录,则只有.和.这两个也是属于目录类型的本代码使用递归来判断目录及其子目录是否为空目录 /*判断目录是否为空目录*/int IsEmptyDir(char*pszDir){DIR*pstDirp=NULL;struct dirent*pstDirStru=NULL;int ulFileNum=0;int ret=1;char szDir[100];memset(szDir,0,100);pstDirp=opendir(pszDir);if(NULL==pstD
sct-1.05.tar
- 串口测试工具 串口测试工具 -tools for serial com
com------driver
- Linux的串口底层驱动及测试用应用程序,可供初学者参考,-The bottom of the Linux serial driver and test application, a reference for beginners
com
- yocto平台下的测试串口的例程,可设置串口速率等参数,会启动一个线程去接收串口数据,同时也可向串口中写入数据-Yocto platform test serial port routines, can be set parameters such as rate of serial port, will start a thread to receive serial data, at the same time also can write data to the serial port
com_test
- 一个简单的QNX下可用的串口读写程序,可以用来测试QNX下串口是否已经接通等。(A COM program for QNX)