The Web directory for the Sony EVI-D30/31 computer controlled camera


Useful note:

(taken from BSD man page):

The cfmakeraw(struct termios *termios_p) call sets the terminal attributes as follows:


termios_p->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); 
termios_p->c_oflag &= ~OPOST; 
termios_p->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
termios_p->c_cflag &= ~(CSIZE|PARENB); 
termios_p->c_cflag |= CS8;

Related topics: Computer science and technology.


Christophe Tronche, ch@tronche.com