opensolaris man page for cfsetospeed

Query: cfsetospeed

OS: opensolaris

Section: 3c

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

cfsetispeed(3C) 					   Standard C Library Functions 					   cfsetispeed(3C)

NAME
cfsetispeed, cfsetospeed - set input and output baud rate
SYNOPSIS
#include <termios.h> int cfsetispeed(struct termios *termios_p, speed_t speed); int cfsetospeed(struct termios *termios_p, speed_t speed);
DESCRIPTION
The cfsetispeed() function sets the input baud rate stored in the structure pointed to by termios_p to speed. The cfsetospeed() function sets the output baud rate stored in the structure pointed to by termios_p to speed. There is no effect on the baud rates set in the hardware until a subsequent successful call to tcsetattr(3C) on the same termios structure.
RETURN VALUES
Upon successful completion, cfsetispeed() and cfsetospeed() return 0. Otherwise -1 is returned, and errno may be set to indicate the error.
ERRORS
The cfsetispeed() and cfsetospeed() functions may fail if: EINVAL The speed value is not a valid baud rate. EINVAL The value of speed is outside the range of possible speed values as specified in <termios.h>.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-------------------------------+ |Interface Stability |Standard | +-----------------------------+-------------------------------+ |MT-Level |MT-Safe, and Async-Signal-Safe | +-----------------------------+-------------------------------+
SEE ALSO
cfgetispeed(3C), tcsetattr(3C), attributes(5), standards(5), termio(7I) SunOS 5.11 24 Jul 2002 cfsetispeed(3C)
Related Man Pages
cfsetispeed(3p) - centos
cfsetospeed(3p) - centos
cfsetospeed(3p) - suse
cfmakeraw(3) - osx
cfsetospeed(3) - osx
Similar Topics in the Unix Linux Community
How to set baude rate of Serial port using setserial or other command
POSIX method for setting arbitrary (nonstandard) baud rate?
Increase speed in linux server
Hardware Correction: How to change DVD write speed
How to test the speed of your WIFI network?