Welcome![Sign In][Sign Up]
Location:
Search - termios

Search list

[Linux-Unixtermios

Description: UNIX编程高级环境(第二版)的终端IO部分的程序源码,头文件已经在里面了-Senior UNIX Programming (2nd edition) IO terminal part of the program source code, the first document in which the
Platform: | Size: 6779 | Author: 何川 | Hits:

[Linux-UnixLinuxUART

Description: linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定义*/ /***@brief 设置串口通信速率 *@param fd 类型 int 打开串口的文件句柄 *@param speed 类型 int 串口速度 *@return void*/
Platform: | Size: 5289 | Author: Edward | Hits:

[Linux-Unixtermios

Description: UNIX编程高级环境(第二版)的终端IO部分的程序源码,头文件已经在里面了-Senior UNIX Programming (2nd edition) IO terminal part of the program source code, the first document in which the
Platform: | Size: 6144 | Author: 何川 | Hits:

[Linux-UnixLinuxUART

Description: linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定义*/ /***@brief 设置串口通信速率 *@param fd 类型 int 打开串口的文件句柄 *@param speed 类型 int 串口速度 *@return void*/ -linux serial port programming under# include
Platform: | Size: 5120 | Author: Edward | Hits:

[Communication-Mobileserial

Description: include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定义*/ #define TRUE 1 #define FALSE 0 /***@brief 设置串口通信速率 *@-include <stdio.h>/* Standard input and output definitions* /# include <stdlib.h>/* Standard function library definition* /# include <unistd.h>/* Unix standard function definition* /# include <sys/types.h>/** /# Include <sys/stat.h>/** /# Include <fcntl.h>/* File control definition* /# include <termios.h>/* PPSIX terminal control definitions* /# include <errno.h>/* Error number definitions* /# define TRUE 1# define FALSE 0 /***brief set of serial communication rate* @
Platform: | Size: 9216 | Author: nameblue | Hits:

[Linux-Unixtermios

Description: linux下串口编程必须要看的资料。主要讲解了linux下串口的设置等问题。通俗易懂-linux serial port programming must look under the information. Mainly on the serial port settings under linux and so on. User-friendly
Platform: | Size: 7168 | Author: longjack | Hits:

[Linux-Unixlibyam-0.3.tar

Description: Implement modbus protocol and RTU transport-"Yet Another Modbus Library"- Functions to handle Modbus/RTU using C and termios. The library behaves as a Modbus master
Platform: | Size: 337920 | Author: gary1989 | Hits:

[SCMlinux-termios-program

Description: linux下串口通讯程序,可以实现数据的发送,接受。程序中有linux下串口的波特率、数据位、停止位、奇偶校验位的设置。-serial communication program under linux, you can send data to receive. Under the program in linux serial port baud rate, data bits, stop bits, parity bit setting.
Platform: | Size: 2048 | Author: 翻墙 | Hits:

[Linux-UnixLinux-serial

Description: 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.
Platform: | Size: 8192 | Author: zhangxiaojun | Hits:

[Driver Developserial_programming-kingseft-manulsan

Description: serial_programming-kingseft-manulsan.zip is linux termios programming source code.
Platform: | Size: 631808 | Author: chs | Hits:

[Windows Developmppp1.1b.tar

Description: ppp and xmppp are two configurable ppp dialers. mppp is a character based ppp dialer and xmppp is written in X/Motif. Either one can be used to make ppp connection. The programs talks to the modem device directly, therefore, no external scripts are needed. I wrote and tested them on Redhat Linux 4.1. But they should be portable to other Unices with POSIX termios. I wrote it because none of the ppp dialers worked the way I wanted. I wanted the configuration files must be editable by a text editor. It works the way I like. I m releasing it with the hope that it might be useful to you.-ppp and xmppp are two configurable ppp dialers. mppp is a character based ppp dialer and xmppp is written in X/Motif. Either one can be used to make ppp connection. The programs talks to the modem device directly, therefore, no external scripts are needed. I wrote and tested them on Redhat Linux 4.1. But they should be portable to other Unices with POSIX termios. I wrote it because none of the ppp dialers worked the way I wanted. I wanted the configuration files must be editable by a text editor. It works the way I like. I m releasing it with the hope that it might be useful to you.
Platform: | Size: 80896 | Author: mat | Hits:

[Consoletermios

Description: It s a termios. Header is good loock.
Platform: | Size: 3072 | Author: c1084573 | Hits:

[Linux-Unixlineedit

Description: Termios command line History and Editing Source Code for Linux.
Platform: | Size: 19456 | Author: queninlui | Hits:

[Software Engineeringsetserial

Description: ARM串口设置参数解释,termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed - 获取和设置终端属性,行控制,获取和设置波特率- Serial port setup
Platform: | Size: 1024 | Author: 党豪 | Hits:

[Linux-Unixtty_ioctl

Description: Internal flag options for termios setting behavior.
Platform: | Size: 8192 | Author: juvenrun | Hits:

[Linux-Unixtermios-base

Description: Translate a termio structure into a termios . Ugh. -Translate a termio structure into a termios . Ugh.
Platform: | Size: 1024 | Author: jilumo | Hits:

[Linux-Unixtty_ioctl

Description: Internal flag options for termios setting behavior.
Platform: | Size: 8192 | Author: sanjrmai | Hits:

[Linux-Unixtermios

Description: Use LOCK2 as these have to be atomic w.r.t. ordinary accesses.
Platform: | Size: 1024 | Author: gppaiso | Hits:

[Linux-Unixtermios

Description: Many linked_ptr operations may change p.link_ for some linked_ptr variable p in the same circle as this object. -Many linked_ptr operations may change p.link_ for some linked_ptr variable p in the same circle as this object.
Platform: | Size: 4096 | Author: xerhuics | Hits:

[Linux-Unixstty

Description: nclude <sys termios.h> include <ctype.h> include <locale.h> extern void exit() extern void perror Device Driver for linux. -nclude <sys termios.h> include <ctype.h> include <locale.h> extern void exit() extern void perror Device Driver for linux.
Platform: | Size: 6144 | Author: suexongkh | Hits:

CodeBus www.codebus.net