CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - termios
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - termios - List
[
Linux-Unix
]
termios
DL : 0
UNIX编程高级环境(第二版)的终端IO部分的程序源码,头文件已经在里面了-Senior UNIX Programming (2nd edition) IO terminal part of the program source code, the first document in which the
Update
: 2008-10-13
Size
: 6.62kb
Publisher
:
何川
[
Linux-Unix
]
LinuxUART
DL : 0
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*/
Update
: 2008-10-13
Size
: 5.17kb
Publisher
:
Edward
[
Linux-Unix
]
termios
DL : 0
UNIX编程高级环境(第二版)的终端IO部分的程序源码,头文件已经在里面了-Senior UNIX Programming (2nd edition) IO terminal part of the program source code, the first document in which the
Update
: 2025-03-14
Size
: 6kb
Publisher
:
何川
[
Linux-Unix
]
LinuxUART
DL : 0
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
Update
: 2025-03-14
Size
: 5kb
Publisher
:
Edward
[
Communication-Mobile
]
serial
DL : 0
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* @
Update
: 2025-03-14
Size
: 9kb
Publisher
:
nameblue
[
Linux-Unix
]
termios
DL : 0
linux下串口编程必须要看的资料。主要讲解了linux下串口的设置等问题。通俗易懂-linux serial port programming must look under the information. Mainly on the serial port settings under linux and so on. User-friendly
Update
: 2025-03-14
Size
: 7kb
Publisher
:
longjack
[
Linux-Unix
]
libyam-0.3.tar
DL : 0
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
Update
: 2025-03-14
Size
: 330kb
Publisher
:
gary1989
[
SCM
]
linux-termios-program
DL : 0
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.
Update
: 2025-03-14
Size
: 2kb
Publisher
:
翻墙
[
Linux-Unix
]
Linux-serial
DL : 0
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.
Update
: 2025-03-14
Size
: 8kb
Publisher
:
zhangxiaojun
[
Driver Develop
]
serial_programming-kingseft-manulsan
DL : 0
serial_programming-kingseft-manulsan.zip is linux termios programming source code.
Update
: 2025-03-14
Size
: 617kb
Publisher
:
chs
[
Windows Develop
]
mppp1.1b.tar
DL : 0
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.
Update
: 2025-03-14
Size
: 79kb
Publisher
:
mat
[
Console
]
termios
DL : 0
It s a termios. Header is good loock.
Update
: 2025-03-14
Size
: 3kb
Publisher
:
c1084573
[
Linux-Unix
]
lineedit
DL : 0
Termios command line History and Editing Source Code for Linux.
Update
: 2025-03-14
Size
: 19kb
Publisher
:
queninlui
[
Software Engineering
]
setserial
DL : 0
ARM串口设置参数解释,termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed - 获取和设置终端属性,行控制,获取和设置波特率- Serial port setup
Update
: 2025-03-14
Size
: 1kb
Publisher
:
党豪
[
Linux-Unix
]
tty_ioctl
DL : 0
Internal flag options for termios setting behavior.
Update
: 2025-03-14
Size
: 8kb
Publisher
:
juvenrun
[
Linux-Unix
]
termios-base
DL : 0
Translate a termio structure into a termios . Ugh. -Translate a termio structure into a termios . Ugh.
Update
: 2025-03-14
Size
: 1kb
Publisher
:
jilumo
[
Linux-Unix
]
tty_ioctl
DL : 0
Internal flag options for termios setting behavior.
Update
: 2025-03-14
Size
: 8kb
Publisher
:
sanjrmai
[
Linux-Unix
]
termios
DL : 0
Use LOCK2 as these have to be atomic w.r.t. ordinary accesses.
Update
: 2025-03-14
Size
: 1kb
Publisher
:
gppaiso
[
Linux-Unix
]
termios
DL : 0
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.
Update
: 2025-03-14
Size
: 4kb
Publisher
:
xerhuics
[
Linux-Unix
]
stty
DL : 0
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.
Update
: 2025-03-14
Size
: 6kb
Publisher
:
suexongkh
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.