シリアル通信に関するsoIeverのブックマーク (1)

  • Manpage of TERMIOS

    TERMIOS Section: Linux Programmer's Manual (3) Updated: 2007-11-26 Index JM Home Page roff page 名前 termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, cfsetspeed - ターミナル属性の取得・設定、ライン制御、ボーレートの取得・設定 書式 #include <termios.h> #include <unistd.h> int tcgetattr(int fd, struct termios *termios_p); int tcsetattr(int fd, int opt

  • 1