Linux-serial

所属分类:Linux/Unix编程
开发工具:Unix_Linux
文件大小:8KB
下载次数:10
上传日期:2011-11-07 21:13:48
上 传 者zhangxiaojun123456
说明:  Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Description: To provide underlying serial port function, * for high level applications. * */ #include <termios.h> /* tcgetattr, tcsetattr */ #include <stdio.h> /* perror, printf, puts, fprintf, fputs */ #include <unistd.h> /* read, write, close */ #include <fcntl.h> /* open */ #include <sys/signal.h> #include <sys/types.h> #include <string.h> /* bzero, memcpy */ #include <limits.h> /* CHAR_MAX */ #include "vardef.h" /* INT32, INT16, INT8, UINT32, UINT16, UINT8 */ #include "serial.h"
(This directory contains the version 0.0.4 release of the Serial Debugger (SDB). The SDB is free software. If you think it is useful in your applications or solutions, you are admitted to use this source code with the declaration of Copyright to the original author, now Ding Baohua. Install procedure is referred to INSTALL file. )

文件列表:
Linux serial\.depend (114, 2002-03-27)
Linux serial\args.c (5089, 2002-03-27)
Linux serial\args.h (395, 2002-03-27)
Linux serial\INSTALL (22, 2002-03-27)
Linux serial\makefile (1101, 2002-03-27)
Linux serial\serfile.c (2193, 2002-03-27)
Linux serial\serial.c (10260, 2002-03-27)
Linux serial\serial.h (362, 2002-03-27)
Linux serial\vardef.h (1089, 2002-03-27)
Linux serial (0, 2006-11-26)

This directory contains the version 0.0.4 release of the Serial Debugger (SDB). The SDB is free software. If you think it is useful in your applications or solutions, you are admitted to use this source code with the declaration of Copyright to the original author, now Ding Baohua. Install procedure is referred to INSTALL file.

近期下载者

相关文件


收藏者