Subversion Repositories Projects

Rev

Rev 483 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 483 Rev 487
Line 185... Line 185...
185
 
185
 
186
      /* Make a copy of the termios structure. */
186
      /* Make a copy of the termios structure. */
Line 187... Line 187...
187
   tcgetattr(mk_socket, &termattr);
187
   tcgetattr(mk_socket, &termattr);
188
 
188
 
-
 
189
   termattr.c_iflag = IGNBRK | IGNPAR;
-
 
190
   termattr.c_cflag=CS8 | CREAD | CLOCAL ;
189
   termattr.c_iflag = IGNBRK | IGNPAR;
191
   termattr.c_cflag&= ~CBAUD;
-
 
192
 
-
 
193
   termattr.c_cflag|=B57600;
Line 190... Line 194...
190
   termattr.c_cflag=CS8 | CREAD | CLOCAL;
194