Linux系統調用;
獲取和設定Linux終端屬性,線路控制,獲取和設定波特率。
頭檔案,函式原型,
頭檔案
#include<termios.h>
#include <unistdio.h>
函式原型
speed_t cfgetispeed(const struct termios *termios_p);
speed_t cfgetospeed(const struct termios *termios_p);
int cfsetispeed(struct termios *termios_p, speed_t speed);
int cfsetospeed(struct termios *termios_p, speed_t speed);
int cfsetspeed(struct termios *termios_p, speed_t speed);